Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-66506 (GCVE-0-2025-66506)
Vulnerability from cvelistv5 – Published: 2025-12-04 22:04 – Updated: 2025-12-05 15:32- CWE-405 - Asymmetric Resource Consumption (Amplification)
| URL | Tags | |||||||
|---|---|---|---|---|---|---|---|---|
|
||||||||
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-66506",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-12-05T15:32:15.086814Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-12-05T15:32:25.591Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "fulcio",
"vendor": "sigstore",
"versions": [
{
"status": "affected",
"version": "\u003c 1.8.3"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Fulcio is a free-to-use certificate authority for issuing code signing certificates for an OpenID Connect (OIDC) identity. Prior to 1.8.3, function identity.extractIssuerURL splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request with an (invalid) OIDC identity token in the payload containing many period characters, a call to extractIssuerURL incurs allocations to the tune of O(n) bytes (where n stands for the length of the function\u0027s argument), with a constant factor of about 16. This vulnerability is fixed in 1.8.3."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-405",
"description": "CWE-405: Asymmetric Resource Consumption (Amplification)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-12-04T22:04:41.637Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
},
{
"name": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
}
],
"source": {
"advisory": "GHSA-f83f-xpx7-ffpw",
"discovery": "UNKNOWN"
},
"title": "Fulcio allocates excessive memory during token parsing"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2025-66506",
"datePublished": "2025-12-04T22:04:41.637Z",
"dateReserved": "2025-12-03T15:12:22.978Z",
"dateUpdated": "2025-12-05T15:32:25.591Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2025-66506\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2025-12-04T22:15:49.503\",\"lastModified\":\"2026-03-10T19:30:53.470\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Fulcio is a free-to-use certificate authority for issuing code signing certificates for an OpenID Connect (OIDC) identity. Prior to 1.8.3, function identity.extractIssuerURL splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request with an (invalid) OIDC identity token in the payload containing many period characters, a call to extractIssuerURL incurs allocations to the tune of O(n) bytes (where n stands for the length of the function\u0027s argument), with a constant factor of about 16. This vulnerability is fixed in 1.8.3.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-405\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:linuxfoundation:fulcio:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"1.8.3\",\"matchCriteriaId\":\"C4901884-0820-47DE-B4A7-E79A053D360D\"}]}]}],\"references\":[{\"url\":\"https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-66506\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-12-05T15:32:15.086814Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-12-05T15:32:21.138Z\"}}], \"cna\": {\"title\": \"Fulcio allocates excessive memory during token parsing\", \"source\": {\"advisory\": \"GHSA-f83f-xpx7-ffpw\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"sigstore\", \"product\": \"fulcio\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 1.8.3\"}]}], \"references\": [{\"url\": \"https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw\", \"name\": \"https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a\", \"name\": \"https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Fulcio is a free-to-use certificate authority for issuing code signing certificates for an OpenID Connect (OIDC) identity. Prior to 1.8.3, function identity.extractIssuerURL splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request with an (invalid) OIDC identity token in the payload containing many period characters, a call to extractIssuerURL incurs allocations to the tune of O(n) bytes (where n stands for the length of the function\u0027s argument), with a constant factor of about 16. This vulnerability is fixed in 1.8.3.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-405\", \"description\": \"CWE-405: Asymmetric Resource Consumption (Amplification)\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2025-12-04T22:04:41.637Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-66506\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-12-05T15:32:25.591Z\", \"dateReserved\": \"2025-12-03T15:12:22.978Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2025-12-04T22:04:41.637Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2026:1942
Vulnerability from csaf_redhat - Published: 2026-02-04 15:43 - Updated: 2026-03-18 21:16Notes
{
"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 Quay 3.15.3 is now available with bug fixes.",
"title": "Topic"
},
{
"category": "general",
"text": "Quay 3.15.3",
"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-2026:1942",
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-34156",
"url": "https://access.redhat.com/security/cve/CVE-2024-34156"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-12816",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-15284",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47913",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-52881",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58754",
"url": "https://access.redhat.com/security/cve/CVE-2025-58754"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-59420",
"url": "https://access.redhat.com/security/cve/CVE-2025-59420"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-65945",
"url": "https://access.redhat.com/security/cve/CVE-2025-65945"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66418",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66471",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-21441",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24049",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_1942.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Quay 3.15.3",
"tracking": {
"current_release_date": "2026-03-18T21:16:51+00:00",
"generator": {
"date": "2026-03-18T21:16:51+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2026:1942",
"initial_release_date": "2026-02-04T15:43:51+00:00",
"revision_history": [
{
"date": "2026-02-04T15:43:51+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-04T15:44:00+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T21:16:51+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Quay 3.15",
"product": {
"name": "Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quay:3.15::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Quay"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256%3A1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770135404"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256%3A547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770135436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3Ab33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770146612"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3Ae657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770146190"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3Ac0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134397"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256%3A197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770149618"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3Ae51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3Aa8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770146565"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1770146190"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3Afb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134397"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1770146565"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3Af57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1770146190"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134397"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1770134436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1770146565"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-34156",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2024-09-06T21:20:09.377905+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2310528"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the encoding/gob package of the Golang standard library. Calling Decoder.Decoding, a message that contains deeply nested structures, can cause a panic due to stack exhaustion. This is a follow-up to CVE-2022-30635.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "encoding/gob: golang: Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in Go\u0027s `encoding/gob` package is of high severity because it exposes applications to potential Denial of Service (DoS) attacks through stack exhaustion. Since `gob` relies on recursive function calls to decode nested structures, an attacker could exploit this by sending crafted messages with excessively deep nesting, causing the application to panic due to stack overflow. This risk is particularly important in scenarios where untrusted or external input is processed, as it can lead to system unavailability or crashes, undermining the reliability and availability of services.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-34156"
},
{
"category": "external",
"summary": "RHBZ#2310528",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2310528"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34156",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34156"
},
{
"category": "external",
"summary": "https://go.dev/cl/611239",
"url": "https://go.dev/cl/611239"
},
{
"category": "external",
"summary": "https://go.dev/issue/69139",
"url": "https://go.dev/issue/69139"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/S9POB9NCTdk",
"url": "https://groups.google.com/g/golang-dev/c/S9POB9NCTdk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3106",
"url": "https://pkg.go.dev/vuln/GO-2024-3106"
}
],
"release_date": "2024-09-06T21:15:12.020000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "encoding/gob: golang: Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion"
},
{
"cve": "CVE-2025-12816",
"cwe": {
"id": "CWE-179",
"name": "Incorrect Behavior Order: Early Validation"
},
"discovery_date": "2025-11-25T20:01:05.875196+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417097"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-forge. This vulnerability allows unauthenticated attackers to bypass downstream cryptographic verifications and security decisions via crafting ASN.1 (Abstract Syntax Notation One) structures to desynchronize schema validations, yielding a semantic divergence.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products due to an interpretation conflict in the node-forge library. An unauthenticated attacker could exploit this flaw by crafting malicious ASN.1 structures, leading to a bypass of cryptographic verifications and security decisions in affected applications. This impacts various Red Hat products that utilize node-forge for cryptographic operations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "RHBZ#2417097",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417097"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-12816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12816"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge",
"url": "https://github.com/digitalbazaar/forge"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/pull/1124",
"url": "https://github.com/digitalbazaar/forge/pull/1124"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq"
},
{
"category": "external",
"summary": "https://kb.cert.org/vuls/id/521113",
"url": "https://kb.cert.org/vuls/id/521113"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/node-forge",
"url": "https://www.npmjs.com/package/node-forge"
}
],
"release_date": "2025-11-25T19:15:50.243000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications"
},
{
"cve": "CVE-2025-15284",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-29T23:00:58.541337+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425946"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in qs, a module used for parsing query strings. A remote attacker can exploit an improper input validation vulnerability by sending specially crafted HTTP requests that use bracket notation (e.g., `a[]=value`). This bypasses the `arrayLimit` option, which is designed to limit the size of parsed arrays and prevent resource exhaustion. Successful exploitation can lead to memory exhaustion, causing a Denial of Service (DoS) where the application crashes or becomes unresponsive, making the service unavailable to users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "qs: qs: Denial of Service via improper input validation in array parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products that utilize the `qs` module for parsing query strings, particularly when processing user-controlled input with bracket notation. The `arrayLimit` option, intended to prevent resource exhaustion, is bypassed when bracket notation (`a[]=value`) is used, allowing a remote attacker to cause a denial of service through memory exhaustion. This can lead to application crashes or unresponsiveness, making the service unavailable.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "RHBZ#2425946",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425946"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15284"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9",
"url": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p",
"url": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p"
}
],
"release_date": "2025-12-29T22:56:45.240000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "qs: qs: Denial of Service via improper input validation in array parsing"
},
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-47913",
"discovery_date": "2025-11-13T22:01:26.092452+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2414943"
}
],
"notes": [
{
"category": "description",
"text": "A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic(\"unreachable\") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important because it allows any malicious or misbehaving SSH agent to force a crash in the client process using a single valid protocol byte. The panic occurs before the client has a chance to validate message structure or recover, which means an attacker controlling\u2014or intercepting\u2014SSH agent traffic can reliably terminate processes that rely on agent interactions. In environments where SSH agents operate over forwarded sockets, shared workspaces, or CI/CD runners, this turns into a reliable, unauthenticated remote denial of service against critical automation or developer tooling. The flaw also stems from unsafe assumptions in the unmarshalling logic, where unexpected but protocol-legal message types drop into \u201cunreachable\u201d code paths instead of being handled gracefully\u2014making it a design-level reliability break rather than a simple error-handling bug. For this reason, it is rated as an important availability-impacting vulnerability rather than a moderate issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "RHBZ#2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47913"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-hcg3-q754-cr77",
"url": "https://github.com/advisories/GHSA-hcg3-q754-cr77"
},
{
"category": "external",
"summary": "https://go.dev/cl/700295",
"url": "https://go.dev/cl/700295"
},
{
"category": "external",
"summary": "https://go.dev/issue/75178",
"url": "https://go.dev/issue/75178"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4116",
"url": "https://pkg.go.dev/vuln/GO-2025-4116"
}
],
"release_date": "2025-11-13T21:29:39.907000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS"
},
{
"cve": "CVE-2025-52881",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.652000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404715"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "RHBZ#2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/selinux/pull/237",
"url": "https://github.com/opencontainers/selinux/pull/237"
}
],
"release_date": "2025-11-05T09:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using rootless containers, as doing so will block most of the inadvertent writes (runc would run with reduced privileges, making attempts to write to procfs files ineffective).\n* Based on our analysis, neither AppArmor or SELinux can protect against the full version of the redirected write attack. The container runtime is generally privileged enough to write to arbitrary procfs files, which is more than sufficient to cause a container breakout.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-58754",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-12T02:00:53.897605+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2394735"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. When Axios runs on Node.js and is given a URL with the `data:` scheme, it does not perform HTTP. Instead, its Node http adapter decodes the entire payload into memory (`Buffer`/`Blob`) and returns a synthetic 200 response.\nThis path ignores `maxContentLength` / `maxBodyLength` (which only protect HTTP responses), so an attacker can supply a very large `data:` URI and cause the process to allocate unbounded memory and crash (DoS), even if the caller requested responseType: \u0027stream\u0027.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios DoS via lack of data size check",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Availability impact is limited to the application which bundles axios and not the host Red Hat system.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58754"
},
{
"category": "external",
"summary": "RHBZ#2394735",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394735"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58754"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58754",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58754"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593",
"url": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/pull/7011",
"url": "https://github.com/axios/axios/pull/7011"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.12.0",
"url": "https://github.com/axios/axios/releases/tag/v1.12.0"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj",
"url": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj"
}
],
"release_date": "2025-09-12T01:16:40.513000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "axios: Axios DoS via lack of data size check"
},
{
"cve": "CVE-2025-59420",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"discovery_date": "2025-09-22T18:01:35.379361+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2397460"
}
],
"notes": [
{
"category": "description",
"text": "Authlib\u2019s JWS verification accepts tokens that declare unknown critical header parameters (crit), violating RFC 7515 \u201cmust\u2011understand\u201d semantics. An attacker can craft a signed token with a critical header (for example, bork or cnf) that strict verifiers reject but Authlib accepts. In mixed\u2011language fleets, this enables split\u2011brain verification and can lead to policy bypass, replay, or privilege escalation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "authlib: Authlib RFC violation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59420"
},
{
"category": "external",
"summary": "RHBZ#2397460",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2397460"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59420",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59420"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59420",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59420"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/6b1813e4392eb7c168c276099ff7783b176479df",
"url": "https://github.com/authlib/authlib/commit/6b1813e4392eb7c168c276099ff7783b176479df"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-9ggr-2464-2j32",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-9ggr-2464-2j32"
}
],
"release_date": "2025-09-22T17:28:53.869000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "authlib: Authlib RFC violation"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-65945",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2025-12-04T19:01:14.733682+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418904"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in auth0/node-jws. This vulnerability allows improper signature verification via using the HS256 (Hash-based Message Authentication Code using SHA-256) algorithm under specific conditions, where applications use the jws.createVerify() function for HMAC (Keyed-Hash Message Authentication Code) algorithms and user-provided data from the JSON (JavaScript Object Notation) Web Signature protected header or payload in HMAC secret lookup routines.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-jws: auth0/node-jws: Improper signature verification in HS256 algorithm",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-65945"
},
{
"category": "external",
"summary": "RHBZ#2418904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418904"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-65945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65945"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-65945",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65945"
},
{
"category": "external",
"summary": "https://github.com/auth0/node-jws/commit/34c45b2c04434f925b638de6a061de9339c0ea2e",
"url": "https://github.com/auth0/node-jws/commit/34c45b2c04434f925b638de6a061de9339c0ea2e"
},
{
"category": "external",
"summary": "https://github.com/auth0/node-jws/security/advisories/GHSA-869p-cjfg-cm3x",
"url": "https://github.com/auth0/node-jws/security/advisories/GHSA-869p-cjfg-cm3x"
}
],
"release_date": "2025-12-04T18:45:37.517000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-jws: auth0/node-jws: Improper signature verification in HS256 algorithm"
},
{
"cve": "CVE-2025-66418",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-05T17:01:20.277857+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419455"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3 Python library that could lead to a Denial of Service condition. A remote, malicious server can exploit this flaw by responding to a client request with an HTTP message that uses an excessive number of chained compression algorithms. This unlimited decompression chain causes the client system to consume a virtually unbounded amount of CPU resources and memory. The high resource usage leads to service disruption, making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "RHBZ#2419455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66418"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8",
"url": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53"
}
],
"release_date": "2025-12-05T16:02:15.271000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion"
},
{
"cve": "CVE-2025-66471",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2025-12-05T17:02:21.597728+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419467"
}
],
"notes": [
{
"category": "description",
"text": "A decompression handling flaw has been discovered in urllib3. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data; CWE-409) on the client side, even if the application only requested a small chunk of data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 Streaming API improperly handles highly compressed data",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "RHBZ#2419467",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419467"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66471"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7",
"url": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37"
}
],
"release_date": "2025-12-05T16:06:08.531000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 Streaming API improperly handles highly compressed data"
},
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
},
{
"cve": "CVE-2026-21441",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-01-07T23:01:59.422078+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427726"
}
],
"notes": [
{
"category": "description",
"text": "urllib3 is an HTTP client library for Python. urllib3\u0027s streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. urllib3 can perform decoding or decompression based on the HTTP `Content-Encoding` header (e.g., `gzip`, `deflate`, `br`, or `zstd`). When using the streaming API, the library decompresses only the necessary bytes, enabling partial content consumption. Starting in version 1.22 and prior to version 2.6.3, for HTTP redirect responses, the library would read the entire response body to drain the connection and decompress the content unnecessarily. This decompression occurred even before any read methods were called, and configured read limits did not restrict the amount of decompressed data. As a result, there was no safeguard against decompression bombs. A malicious server could exploit this to trigger excessive resource consumption on the client. Applications and libraries are affected when they stream content from untrusted sources by setting `preload_content=False` when they do not disable redirects. Users should upgrade to at least urllib3 v2.6.3, in which the library does not decode content of redirect responses when `preload_content=False`. If upgrading is not immediately possible, disable redirects by setting `redirect=False` for requests to untrusted source.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "RHBZ#2427726",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427726"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b",
"url": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99"
}
],
"release_date": "2026-01-07T22:09:01.936000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)"
},
{
"cve": "CVE-2026-24049",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-01-22T05:00:54.709179+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431959"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw has been discovered in the python wheel too. The unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the filename from the archive header for the chmod operation, even though the extraction process itself might have sanitized the path. Attackers can craft a malicious wheel file that, when unpacked, changes the permissions of critical system files (e.g., /etc/passwd, SSH keys, config files), allowing for Privilege Escalation or arbitrary code execution by modifying now-writable scripts.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "RHBZ#2431959",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431959"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24049"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef",
"url": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/releases/tag/0.46.2",
"url": "https://github.com/pypa/wheel/releases/tag/0.46.2"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx",
"url": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx"
}
],
"release_date": "2026-01-22T04:02:08.706000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-04T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:59059b547d81061afa5296c9108100ad0a3b38204c369518079547f53f9fde39_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:c0c2597d756a64d1c337e4b1363237c0d0f0d51a3a4a7e66869d9de8fc107f5c_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:fb914c779ffbacc700738d66a879265eb16f00b93992df9110098fad1260c3ad_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:547045f7298b7f61aadb4078a7f98f09de79ea9a96d15334fb3dced867363799_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:08d2fa1fec592fa0e8adf5f32ea89bfcfef66b9d62fb16c059e0dfa7e30a67cf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6549757fb3ab0a938995dee5a585ebea1b993b7a7acec3967814bc4edfe88dc9_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f57d155305428d13516b9952c61a2c0161dca997f6d68f1fb07ed974c5b24e93_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b33074468241b49cd55e104ace159501e5a9c85915e98db7d76414cacc0f9133_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:6cb7b946dc37ba1e17390da5d787cfd13df6060ea0ccf3aef848167069b5771d_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:71bb6e12ef5476df69c02f38d332ff93edec5652c70168250509afa366d35709_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:e657fb1bc3ac18d81475cec98ff2ebaf18c430f580706f8193ccf43cfcba9b32_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1b029e5ea06245afa565ba026f0aa47e561b2c6d369f466ec445a16f6dbe0c23_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:313b6e898b506c035dbbe58d8b6ef295f4026e9f204983eb72e9e3a63bcefdf0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6b206358b8b431d0e40ad8cfec4deb98eb65ce154a2975605a7afaaace1ad007_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8b26439b146800cd82f1a83e0d663bbc39cc7fbfc6ed6ce5be8ae0f63abc254a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:197ae6472f0a4fcb33363ed461ea9f465eeff043d88c9d2e27f419f3e68a1a7d_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:50859e911d5bba00742d36bccad895d8951a61cb6d94eccc02c68a6bf760e93c_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:6143158e553f1f0284ec0b41932a03e8aa0c276b54f5bdf9f6bc9c7104215801_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e51928f87c59cf9226f0debfc91d09683a94a829af498b917d6687fc67f7a916_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:08a827d542790820a10a61bacdc8ab7c05a6fdd476f1224ed76f20d65e93673f_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:7bfb851938e312f47598891ba9f0d7b17e6657090e0204d37d5676313b33f134_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:a8daa359ab7a0bc9722b25fb87aa6fd253506632640bfe7f31c9c92868421ecb_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking"
}
]
}
RHSA-2026:2695
Vulnerability from csaf_redhat - Published: 2026-02-12 22:43 - Updated: 2026-03-18 20:46Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Updated images are now available for Red Hat OpenShift AI.",
"title": "Topic"
},
{
"category": "general",
"text": "Release of RHOAI 2.25.2 provides these changes:",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:2695",
"url": "https://access.redhat.com/errata/RHSA-2026:2695"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-12805",
"url": "https://access.redhat.com/security/cve/CVE-2025-12805"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-12816",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14925",
"url": "https://access.redhat.com/security/cve/CVE-2025-14925"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-52881",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66034",
"url": "https://access.redhat.com/security/cve/CVE-2025-66034"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66418",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66471",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66626",
"url": "https://access.redhat.com/security/cve/CVE-2025-66626"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68156",
"url": "https://access.redhat.com/security/cve/CVE-2025-68156"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68476",
"url": "https://access.redhat.com/security/cve/CVE-2025-68476"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69223",
"url": "https://access.redhat.com/security/cve/CVE-2025-69223"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-21441",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24049",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"url": "https://docs.redhat.com/en/documentation/red_hat_openshift_ai/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_2695.json"
}
],
"title": "Red Hat Security Advisory: RHOAI 2.25.2 - Red Hat OpenShift AI",
"tracking": {
"current_release_date": "2026-03-18T20:46:21+00:00",
"generator": {
"date": "2026-03-18T20:46:21+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2026:2695",
"initial_release_date": "2026-02-12T22:43:13+00:00",
"revision_history": [
{
"date": "2026-02-12T22:43:13+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-12T22:43:22+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T20:46:21+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift AI 2.25",
"product": {
"name": "Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_ai:2.25::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift AI"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"product_id": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-rhel9-operator@sha256%3Aeedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770825519"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"product_id": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-dashboard-rhel9@sha256%3Aa15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770641923"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"product_id": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-kf-notebook-controller-rhel9@sha256%3A7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770281700"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"product_id": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-kueue-controller-rhel9@sha256%3A56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770282006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"product_id": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-mod-arch-model-registry-rhel9@sha256%3A86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770642057"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"product_id": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-controller-rhel9@sha256%3A29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770624309"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-job-async-upload-rhel9@sha256%3A25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770358847"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-operator-rhel9@sha256%3Ae94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770297362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-rhel9@sha256%3A22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770326269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"product_id": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-notebook-controller-rhel9@sha256%3Ab84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770281702"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-rhel9@sha256%3A05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770313681"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x",
"product_id": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-vllm-cpu-rhel9@sha256%3Abab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770816984"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"product_id": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-codeflare-operator-rhel9@sha256%3A2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770281761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"product_id": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-dashboard-rhel9@sha256%3Ace1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770641923"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-argoexec-rhel9@sha256%3A42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770281866"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256%3A04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770282201"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-operator-controller-rhel9@sha256%3Ac51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770281698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kf-notebook-controller-rhel9@sha256%3Acf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770281700"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kuberay-operator-controller-rhel9@sha256%3A7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770786164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kueue-controller-rhel9@sha256%3A633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770282006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"product_id": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-llama-stack-k8s-operator-rhel9@sha256%3Ae8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770788315"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-api-server-v2-rhel9@sha256%3Aade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770296268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-driver-rhel9@sha256%3A820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770296001"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-launcher-rhel9@sha256%3Af01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770295985"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256%3A7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770296071"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-runtime-generic-rhel9@sha256%3A114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770786633"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256%3A9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770296052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"product_id": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mlmd-grpc-server-rhel9@sha256%3A5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770297372"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"product_id": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mm-rest-proxy-rhel9@sha256%3Aaf7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770296950"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"product_id": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mod-arch-model-registry-rhel9@sha256%3Af9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770642057"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-controller-rhel9@sha256%3A0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770624309"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-job-async-upload-rhel9@sha256%3A9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770358847"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-operator-rhel9@sha256%3Aeb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770297362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-rhel9@sha256%3A741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770326269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-runtime-adapter-rhel9@sha256%3A4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770298324"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-serving-controller-rhel9@sha256%3Aef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770297416"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-rhel9@sha256%3A3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770341154"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"product_id": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-notebook-controller-rhel9@sha256%3A6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770281702"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"product_id": "registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-openvino-model-server-rhel9@sha256%3A84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770621450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"product_id": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-operator-bundle@sha256%3A74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770828479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"product_id": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-rhel9-operator@sha256%3A53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770825519"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"product_id": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-operator-rhel9@sha256%3Aba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770313067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-rhel9@sha256%3A883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770313681"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"product_id": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-codeflare-operator-rhel9@sha256%3A53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770281761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"product_id": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-dashboard-rhel9@sha256%3A4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770641923"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-argoexec-rhel9@sha256%3A56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770281866"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256%3A33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770282201"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-operator-controller-rhel9@sha256%3A12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770281698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"product_id": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kf-notebook-controller-rhel9@sha256%3A72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770281700"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"product_id": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kuberay-operator-controller-rhel9@sha256%3A2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770786164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"product_id": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kueue-controller-rhel9@sha256%3Aff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770282006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"product_id": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-llama-stack-k8s-operator-rhel9@sha256%3A1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770788315"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-api-server-v2-rhel9@sha256%3A8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770296268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-driver-rhel9@sha256%3A3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770296001"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-launcher-rhel9@sha256%3A8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770295985"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256%3A1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770296071"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-runtime-generic-rhel9@sha256%3A816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770786633"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256%3Af0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770296052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"product_id": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mlmd-grpc-server-rhel9@sha256%3A3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770297372"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"product_id": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mm-rest-proxy-rhel9@sha256%3Acf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770296950"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"product_id": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mod-arch-model-registry-rhel9@sha256%3A5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770642057"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"product_id": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-controller-rhel9@sha256%3Ae7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770624309"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-job-async-upload-rhel9@sha256%3Aa7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770358847"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-operator-rhel9@sha256%3A37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770297362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-rhel9@sha256%3A49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770326269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-runtime-adapter-rhel9@sha256%3Aa26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770298324"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-serving-controller-rhel9@sha256%3A1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770297416"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-rhel9@sha256%3A83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770341154"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"product_id": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-notebook-controller-rhel9@sha256%3A659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770281702"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"product_id": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-rhel9-operator@sha256%3A890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770825519"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"product_id": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-operator-rhel9@sha256%3A4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770313067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-rhel9@sha256%3Ab7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770313681"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-dashboard-rhel9@sha256%3A4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770641923"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-argoexec-rhel9@sha256%3A84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770281866"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256%3Ad2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770282201"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-operator-controller-rhel9@sha256%3A1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770281698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-kf-notebook-controller-rhel9@sha256%3A1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770281700"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-kueue-controller-rhel9@sha256%3A3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770282006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-api-server-v2-rhel9@sha256%3A5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770296268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-driver-rhel9@sha256%3Ad9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770296001"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-launcher-rhel9@sha256%3A95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770295985"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256%3A68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770296071"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-runtime-generic-rhel9@sha256%3A6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770786633"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256%3A1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770296052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-mlmd-grpc-server-rhel9@sha256%3Af441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770297372"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-mod-arch-model-registry-rhel9@sha256%3A331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770642057"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-controller-rhel9@sha256%3A2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770624309"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-job-async-upload-rhel9@sha256%3A5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770358847"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-operator-rhel9@sha256%3A2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770297362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-rhel9@sha256%3A9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770326269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-notebook-controller-rhel9@sha256%3A1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770281702"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-rhel9-operator@sha256%3A9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770825519"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-operator-rhel9@sha256%3A12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770313067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-rhel9@sha256%3Ad29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770313681"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-vllm-cpu-rhel9@sha256%3A5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770816984"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-12805",
"cwe": {
"id": "CWE-653",
"name": "Improper Isolation or Compartmentalization"
},
"discovery_date": "2025-11-06T13:38:39.035000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2413101"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Red Hat OpenShift AI (RHOAI) llama-stack-operator. This vulnerability allows unauthorized access to Llama Stack services deployed in other namespaces via direct network requests, because no NetworkPolicy restricts access to the llama-stack service endpoint. As a result, a user in one namespace can access another user\u2019s Llama Stack instance and potentially view or manipulate sensitive data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "llama-stack-k8s-operator: Llama Stack service exposed across namespaces due to missing NetworkPolicy",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an IMPORTANT flaw in Red Hat OpenShift AI (RHOAI). The `llama-stack-operator` fails to implement a `NetworkPolicy`, enabling unauthorized access to Llama Stack services across different namespaces. This allows users to potentially view or manipulate sensitive data belonging to other users within the same RHOAI instance.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-12805"
},
{
"category": "external",
"summary": "RHBZ#2413101",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2413101"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-12805",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12805"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-12805",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12805"
}
],
"release_date": "2025-12-31T23:59:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-12T22:43:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.2 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2695"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "llama-stack-k8s-operator: Llama Stack service exposed across namespaces due to missing NetworkPolicy"
},
{
"cve": "CVE-2025-12816",
"cwe": {
"id": "CWE-179",
"name": "Incorrect Behavior Order: Early Validation"
},
"discovery_date": "2025-11-25T20:01:05.875196+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417097"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-forge. This vulnerability allows unauthenticated attackers to bypass downstream cryptographic verifications and security decisions via crafting ASN.1 (Abstract Syntax Notation One) structures to desynchronize schema validations, yielding a semantic divergence.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products due to an interpretation conflict in the node-forge library. An unauthenticated attacker could exploit this flaw by crafting malicious ASN.1 structures, leading to a bypass of cryptographic verifications and security decisions in affected applications. This impacts various Red Hat products that utilize node-forge for cryptographic operations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "RHBZ#2417097",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417097"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-12816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12816"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge",
"url": "https://github.com/digitalbazaar/forge"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/pull/1124",
"url": "https://github.com/digitalbazaar/forge/pull/1124"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq"
},
{
"category": "external",
"summary": "https://kb.cert.org/vuls/id/521113",
"url": "https://kb.cert.org/vuls/id/521113"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/node-forge",
"url": "https://www.npmjs.com/package/node-forge"
}
],
"release_date": "2025-11-25T19:15:50.243000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-12T22:43:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.2 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2695"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications"
},
{
"cve": "CVE-2025-14925",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2025-12-23T22:03:38.271814+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2424745"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Hugging Face Accelerate. A remote attacker can achieve arbitrary code execution by exploiting a deserialization of untrusted data vulnerability. This occurs when the target visits a malicious page or opens a malicious file, leading to improper validation of user-supplied data during the parsing of checkpoints. Successful exploitation allows the attacker to execute code in the context of the current process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "accelerate: Hugging Face Accelerate: Remote Code Execution via Deserialization of Untrusted Data",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products as it allows remote code execution via deserialization of untrusted data in Hugging Face Accelerate. Exploitation requires user interaction, where a target must open a specially crafted malicious file or visit a malicious page. This flaw affects components within Red Hat AI Inference Server, OpenShift Lightspeed, Red Hat Enterprise Linux AI, and Red Hat OpenShift AI.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14925"
},
{
"category": "external",
"summary": "RHBZ#2424745",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2424745"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14925",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14925"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14925",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14925"
},
{
"category": "external",
"summary": "https://www.zerodayinitiative.com/advisories/ZDI-25-1140/",
"url": "https://www.zerodayinitiative.com/advisories/ZDI-25-1140/"
}
],
"release_date": "2025-12-23T21:05:07.497000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-12T22:43:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.2 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2695"
},
{
"category": "workaround",
"details": "To mitigate this issue, users should avoid processing untrusted checkpoint files or visiting untrusted web pages with applications utilizing Hugging Face Accelerate. Restricting the sources of input data for affected components can significantly reduce the attack surface. No service restart is required for this operational control.",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "accelerate: Hugging Face Accelerate: Remote Code Execution via Deserialization of Untrusted Data"
},
{
"cve": "CVE-2025-52881",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.652000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404715"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "RHBZ#2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/selinux/pull/237",
"url": "https://github.com/opencontainers/selinux/pull/237"
}
],
"release_date": "2025-11-05T09:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-12T22:43:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.2 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2695"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using rootless containers, as doing so will block most of the inadvertent writes (runc would run with reduced privileges, making attempts to write to procfs files ineffective).\n* Based on our analysis, neither AppArmor or SELinux can protect against the full version of the redirected write attack. The container runtime is generally privileged enough to write to arbitrary procfs files, which is more than sufficient to cause a container breakout.",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects"
},
{
"cve": "CVE-2025-66034",
"cwe": {
"id": "CWE-91",
"name": "XML Injection (aka Blind XPath Injection)"
},
"discovery_date": "2025-11-29T02:01:04.281026+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417780"
}
],
"notes": [
{
"category": "description",
"text": "This vulnerability in fontTools varLib allows a crafted .designspace file to trigger arbitrary file writes and XML-based content injection during variable-font generation. Because filenames are not sanitized, an attacker can use path traversal to overwrite files anywhere on the filesystem, and malicious payloads embedded in XML labelname elements can be injected directly into the generated output. When these overwritten files reside in executable or web-served locations, this can enable local remote-code execution or corruption of application or configuration files. The issue affects the varLib CLI and any code that invokes fontTools.varLib.main().",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fonttools: fontTools: Arbitrary file write leading to remote code execution via malicious .designspace file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is rated Moderate rather than Important because the exploitability hinges on several limiting technical factors despite the high integrity impact. The arbitrary file-write and XML-injection pathways are only reachable when a user or automated workflow locally processes a malicious .designspace file, giving the flaw a local attack vector (AV:L) and requiring explicit user interaction (UI:R)\u2014meaning an attacker cannot trigger it remotely over the network. The attack also involves high complexity (AC:H), as it depends on crafted designspace structures, controlled font sources, and specific invocation of fonttools varLib or code that directly calls varLib.main(). Additionally, the vulnerability does not expose confidentiality, and availability effects are limited to potential file corruption. These constraints significantly narrow real-world exposure, keeping the risk profile in the Moderate range despite the possibility of high local integrity impact when exploited.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66034"
},
{
"category": "external",
"summary": "RHBZ#2417780",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417780"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66034",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66034"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66034",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66034"
},
{
"category": "external",
"summary": "https://github.com/fonttools/fonttools/commit/a696d5ba93270d5954f98e7cab5ddca8a02c1e32",
"url": "https://github.com/fonttools/fonttools/commit/a696d5ba93270d5954f98e7cab5ddca8a02c1e32"
},
{
"category": "external",
"summary": "https://github.com/fonttools/fonttools/security/advisories/GHSA-768j-98cg-p3fv",
"url": "https://github.com/fonttools/fonttools/security/advisories/GHSA-768j-98cg-p3fv"
}
],
"release_date": "2025-11-29T01:07:12.193000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-12T22:43:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.2 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2695"
},
{
"category": "workaround",
"details": "To mitigate this issue, avoid processing untrusted .designspace files with the fontTools varLib script or any application that invokes fontTools.varLib.main(). Restrict the execution environment of processes handling .designspace files to minimize potential impact from arbitrary file writes. If the fonttools package is not required, consider removing it.",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:N/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "fonttools: fontTools: Arbitrary file write leading to remote code execution via malicious .designspace file"
},
{
"cve": "CVE-2025-66418",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-05T17:01:20.277857+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419455"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3 Python library that could lead to a Denial of Service condition. A remote, malicious server can exploit this flaw by responding to a client request with an HTTP message that uses an excessive number of chained compression algorithms. This unlimited decompression chain causes the client system to consume a virtually unbounded amount of CPU resources and memory. The high resource usage leads to service disruption, making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "RHBZ#2419455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66418"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8",
"url": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53"
}
],
"release_date": "2025-12-05T16:02:15.271000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-12T22:43:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.2 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2695"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion"
},
{
"cve": "CVE-2025-66471",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2025-12-05T17:02:21.597728+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419467"
}
],
"notes": [
{
"category": "description",
"text": "A decompression handling flaw has been discovered in urllib3. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data; CWE-409) on the client side, even if the application only requested a small chunk of data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 Streaming API improperly handles highly compressed data",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "RHBZ#2419467",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419467"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66471"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7",
"url": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37"
}
],
"release_date": "2025-12-05T16:06:08.531000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-12T22:43:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.2 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2695"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 Streaming API improperly handles highly compressed data"
},
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-12T22:43:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.2 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2695"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
},
{
"cve": "CVE-2025-66626",
"cwe": {
"id": "CWE-73",
"name": "External Control of File Name or Path"
},
"discovery_date": "2025-12-09T21:01:10.560389+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2420818"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal and arbitrary file overwrite vulnerability has been identified in Argo Workflows during the extraction of archived artifacts, where symbolic links inside a crafted archive are not safely validated before file extraction. An attacker could exploit this flaw by submitting a malicious archive containing symbolic links that point outside the intended extraction directory, causing files to be written or overwritten in unintended locations within the workflow pod. Successful exploitation may allow an attacker to overwrite execution control files and achieve arbitrary command execution during pod startup.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/argoproj/argo-workflows: argoproj/argo-workflows is vulnerable to RCE via ZipSlip and symbolic links",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security has rated this issue as High severity (CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:H, 8.3) because an attacker with basic workflow submission privileges can supply a specially crafted archive that is automatically extracted without proper validation. The attack complexity is low and does not require user interaction once the malicious workflow is submitted. Successful exploitation allows arbitrary file overwrite within the affected pod, including critical execution files, which can result in code execution at pod startup. While the impact is generally limited to the compromised pod and does not directly lead to host-level compromise, the integrity and availability impacts within the container are significant, justifying a High severity rating.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66626"
},
{
"category": "external",
"summary": "RHBZ#2420818",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2420818"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66626",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66626"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66626",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66626"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-p84v-gxvw-73pf",
"url": "https://github.com/advisories/GHSA-p84v-gxvw-73pf"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-workflows/blob/5291e0b01f94ba864f96f795bb500f2cfc5ad799/workflow/executor/executor.go#L1034-L1037",
"url": "https://github.com/argoproj/argo-workflows/blob/5291e0b01f94ba864f96f795bb500f2cfc5ad799/workflow/executor/executor.go#L1034-L1037"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-workflows/commit/6b92af23f35aed4d4de8b04adcaf19d68f006de1",
"url": "https://github.com/argoproj/argo-workflows/commit/6b92af23f35aed4d4de8b04adcaf19d68f006de1"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-workflows/security/advisories/GHSA-xrqc-7xgx-c9vh",
"url": "https://github.com/argoproj/argo-workflows/security/advisories/GHSA-xrqc-7xgx-c9vh"
}
],
"release_date": "2025-12-09T20:19:14.680000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-12T22:43:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.2 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2695"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/argoproj/argo-workflows: argoproj/argo-workflows is vulnerable to RCE via ZipSlip and symbolic links"
},
{
"cve": "CVE-2025-68156",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-16T19:01:42.049157+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2422891"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Expr, an expression language and expression evaluation for Go. This vulnerability allows a denial of service (DoS) via recursive traversal over user-provided deeply nested or cyclic data structures without enforcing a maximum recursion depth, leading to a stack overflow panic and application crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/expr-lang/expr: Expr: Denial of Service via uncontrolled recursion in expression evaluation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products utilizing the `Expr` Go library because it can lead to a denial-of-service. Exploitation requires an application to evaluate expressions against untrusted or insufficiently validated data structures containing deeply nested or cyclic references, which can cause a stack overflow and application crash. Products that do not process untrusted input with `Expr` are not affected.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68156"
},
{
"category": "external",
"summary": "RHBZ#2422891",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2422891"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68156",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68156"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68156",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68156"
},
{
"category": "external",
"summary": "https://github.com/expr-lang/expr/pull/870",
"url": "https://github.com/expr-lang/expr/pull/870"
},
{
"category": "external",
"summary": "https://github.com/expr-lang/expr/security/advisories/GHSA-cfpf-hrx2-8rv6",
"url": "https://github.com/expr-lang/expr/security/advisories/GHSA-cfpf-hrx2-8rv6"
}
],
"release_date": "2025-12-16T18:24:11.648000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-12T22:43:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.2 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2695"
},
{
"category": "workaround",
"details": "To mitigate this issue, applications using the `Expr` library should ensure that evaluation environments do not contain cyclic references. Additionally, externally supplied data structures must be validated or sanitized before being passed to `Expr` for evaluation. As a last-resort defensive measure, expression evaluation can be wrapped with panic recovery to prevent a full process crash.",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/expr-lang/expr: Expr: Denial of Service via uncontrolled recursion in expression evaluation"
},
{
"cve": "CVE-2025-68476",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-12-22T22:03:38.850390+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2424509"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in KEDA, a Kubernetes-based Event Driven Autoscaling component. This arbitrary file read vulnerability allows an attacker with permissions to create or modify a TriggerAuthentication resource to read any file from the node\u0027s filesystem where the KEDA pod resides. This is due to insufficient path validation when handling Service Account Tokens during HashiCorp Vault authentication. Successful exploitation can lead to the exfiltration of sensitive system information, such as secrets or configuration files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/kedacore/keda: KEDA: Arbitrary file read vulnerability in Vault authentication",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important because an attacker with permissions to create or modify a KEDA TriggerAuthentication resource can perform arbitrary file reads from the node\u0027s filesystem. This impacts Red Hat OpenShift products that utilize KEDA with HashiCorp Vault authentication.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68476"
},
{
"category": "external",
"summary": "RHBZ#2424509",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2424509"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68476",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68476"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68476",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68476"
},
{
"category": "external",
"summary": "https://github.com/kedacore/keda/commit/15c5677f65f809b9b6b59a52f4cf793db0a510fd",
"url": "https://github.com/kedacore/keda/commit/15c5677f65f809b9b6b59a52f4cf793db0a510fd"
},
{
"category": "external",
"summary": "https://github.com/kedacore/keda/security/advisories/GHSA-c4p6-qg4m-9jmr",
"url": "https://github.com/kedacore/keda/security/advisories/GHSA-c4p6-qg4m-9jmr"
}
],
"release_date": "2025-12-22T21:35:00.480000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-12T22:43:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.2 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2695"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/kedacore/keda: KEDA: Arbitrary file read vulnerability in Vault authentication"
},
{
"cve": "CVE-2025-69223",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-06T20:01:19.831548+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427456"
}
],
"notes": [
{
"category": "description",
"text": "A decompression based denial of service flaw has been discovered in the AIOHTTP python library. Library versions 3.13.2 and below allow a zip bomb to be used to execute a DoS against the AIOHTTP server. An attacker may be able to send a compressed request that when decompressed by AIOHTTP could exhaust the host\u0027s memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aiohttp: AIOHTTP\u0027s HTTP Parser auto_decompress feature is vulnerable to zip bomb",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69223"
},
{
"category": "external",
"summary": "RHBZ#2427456",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427456"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69223",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69223"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69223",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69223"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/commit/2b920c39002cee0ec5b402581779bbaaf7c9138a",
"url": "https://github.com/aio-libs/aiohttp/commit/2b920c39002cee0ec5b402581779bbaaf7c9138a"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-6mq8-rvhq-8wgg",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-6mq8-rvhq-8wgg"
}
],
"release_date": "2026-01-05T22:00:17.715000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-12T22:43:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.2 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2695"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "aiohttp: AIOHTTP\u0027s HTTP Parser auto_decompress feature is vulnerable to zip bomb"
},
{
"cve": "CVE-2026-21441",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-01-07T23:01:59.422078+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427726"
}
],
"notes": [
{
"category": "description",
"text": "urllib3 is an HTTP client library for Python. urllib3\u0027s streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. urllib3 can perform decoding or decompression based on the HTTP `Content-Encoding` header (e.g., `gzip`, `deflate`, `br`, or `zstd`). When using the streaming API, the library decompresses only the necessary bytes, enabling partial content consumption. Starting in version 1.22 and prior to version 2.6.3, for HTTP redirect responses, the library would read the entire response body to drain the connection and decompress the content unnecessarily. This decompression occurred even before any read methods were called, and configured read limits did not restrict the amount of decompressed data. As a result, there was no safeguard against decompression bombs. A malicious server could exploit this to trigger excessive resource consumption on the client. Applications and libraries are affected when they stream content from untrusted sources by setting `preload_content=False` when they do not disable redirects. Users should upgrade to at least urllib3 v2.6.3, in which the library does not decode content of redirect responses when `preload_content=False`. If upgrading is not immediately possible, disable redirects by setting `redirect=False` for requests to untrusted source.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "RHBZ#2427726",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427726"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b",
"url": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99"
}
],
"release_date": "2026-01-07T22:09:01.936000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-12T22:43:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.2 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2695"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)"
},
{
"cve": "CVE-2026-24049",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-01-22T05:00:54.709179+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431959"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw has been discovered in the python wheel too. The unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the filename from the archive header for the chmod operation, even though the extraction process itself might have sanitized the path. Attackers can craft a malicious wheel file that, when unpacked, changes the permissions of critical system files (e.g., /etc/passwd, SSH keys, config files), allowing for Privilege Escalation or arbitrary code execution by modifying now-writable scripts.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "RHBZ#2431959",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431959"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24049"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef",
"url": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/releases/tag/0.46.2",
"url": "https://github.com/pypa/wheel/releases/tag/0.46.2"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx",
"url": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx"
}
],
"release_date": "2026-01-22T04:02:08.706000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-12T22:43:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.2 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2695"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:2c98b3b933276dbcead1fde142bfcd3f130d89e6812c6b433da7eed650ae2dbc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:53c79641084ebe6c98274b31e34cc1a759b1443b96cf7dc45317008a30b1fc8d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4333242b1f6f25f8656bd612870d02868f3724d80cf542c8d78ada49a8ad9cb2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4519eccf48b1f2393bab39980fadde7e398cfff1933b78e9565029f95296ff05_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:a15b54532e9e06d91abce8fd7becf2aa3bfbce56f231036e25e9ffed15760f74_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:ce1e29736422aa55f1a3837fc38a365fbc1096d58b6794cca84ff907da273917_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:42f631d436d62d7399ca3ef8fd89a334c7839823c8e6ffafe2cdd32ee36493bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:56615395c62e26f3ef9bd267c0d5245331b8c67508df4bd8bbc83d72c4ef3b99_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:84a87320bee17439c05d2c6a1edf3b7e83b2f7ebfdd850399d12635e58da4d55_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:04a821296c01da5155ab36d9381b962866c26e9c7516f321ffe440b7fa13b4c5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:33aaad4cc22d1e2998e4710cc644f4032bec8f140e5236fdc83d520a869626ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:d2cb739f949dc4ec9617bb9470a8482a8011077043e06e735ab0c9d7d1cac381_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:12d3d74ffbd7eb3a4817952835ab9bf5b89edf4fc9af661a28ec009f3251a519_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:1fb43684436f6b55152aab553177df048d5bb267c5efbc61f0f27cdbb0848957_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c51fe06b557fa20d78af7b12cf6c6ddc3227f44f3957a52f3037c25700cfadb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:1e1d5fad0aecf93b79b21112360aa0c308654c5b5df829cd3144488f8e217af4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:72f613c382aac012e2e79e800df50c210f41693cc2aaa5b99cb28ab38f1966c8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7f027d05df255e62828ab28d5f188655fc125bc4ead872c7a33cedaf47b12f8c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:cf586b7cb58dff92e7f31b8b9ebe5c971e55c67b8ba2c3320d2b71183c88fc7c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:2df297674884e6ac297bae685f80741489ddf1e1d0ae1d5ec354917dff1acdda_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:7af31fef4a2269c2cf444420048ea644c9949714e9a63417fe6d7288abee457b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:3ca10a19a0706af65bb590403adad92114810bf0ac64a89d6ac1d862e4cec671_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:56a321957afd15d357c8b53fc50299c0811981e8b925e64858dc7c4cfcea1993_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:633bfd24f1396c150b5902407879e7b26e7681074772fbbfeccc4d48cbe77b19_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ff09ee957797fa15208f9130e246ae006c385cc799573a71d31aff9ddf0e805d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:1d258fe98c2477e4256a9b936f412f2501fb7ca9e3b810347f9712e0d5ce5c92_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:e8ccea3bfafbde4d5b91cc7b7732b2b64d6aa08499b5ca63b4d8f1e980291351_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:5bd1065dca1978c49c0143e2be4e921465c6a67fa786ab2a9254f0790259096e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:8b34aaf5a7729ef1ccd01f2b1b1e3439b304343f3403de67f68255015206fbf4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ade80e2ecb6fa56c20539e11677c29e57a1e20b5ce60f8414fd8ff3e83c9bc28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:3439c67a60c8323eb88f0181e8f811e5bdd7b51169f8b8cc687ab2148d1bfabe_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:820fd80dbce2d9d9cdf38989ce84ee5601e862786a732ad108fc319e28131944_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:d9a6959a71074ffc5ec0fa324af389fbd8277efbd22a827cef8a439b18cd2bcf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:8e9dbdc213745aa0990f47e50b1d899ac2121951b9346420131d76cc393a493a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:95ca9b1ecee8f11d6edabd7af76f60d2987df91d11fd0fb4c6578df735717422_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:f01860f904557f887d8aafe42143c63352d6cb496dc727c265f14e3c2d296e06_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1c76d957c8588ea2987d4b551bbefc2ef07c546cbaeb3148caff06f640b35ade_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:68e9797f37f8e4de817ee4e1cba7d583b541db2373c5d250ccc3344820720b85_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:7f362050312693129d3a15b6eed4fa06576d6529a99bc864f273c55145ae14ec_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:114fd9b55f5ea28a16c3fe2eef773a4cb4693c1885ef6193399cfea278191acb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:6490c1848b373efe6c327f8959e06b66b1ac3fe0f90fa697f7309d9f48c66765_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:816d8f81196bb0acfe5bbc792f9768916724bdecea3671172412eeb6948c4ff7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:1e66abc3373c50b5ef69b0c63bf877a978e3aa0a368630973cf0a2be7374becf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:9c061b939c8094f4939cd183da381ad8e49d878cc2fdd373b8d26eecae07ab6d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f0511f3768e51b6801b66c91b302010e6197facb71a0b7777c4d3ad3039b6c88_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:3e70ae3e8b5f776ad3e2a184a1f2f572de5c46386f34edb99e2b9d1d9249ae41_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:5924a7e64d6031aa926f9ecb9ee3be30d8251c4705813a9bef6716d18b7411b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:f441a07265d87fb59ee375723e98fbc9af5f3fd5a2c09761692b0e271205f0bb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:af7bbec8e30b0e0d8393fe1e2bd656d7630b7c9828536be6664fa848fac61505_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:cf4e879101bc4e3666649dda0926de8bbd95e641dc6832c29dc457128256eb6c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:331f8435e1bd3dec98947a24346873d09056e37e2d7ed83a463098dbf9f31a47_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:5e83e352d083892699338da3fa4c9b8218561e7167b4dff102d22e401cbc7f75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:86ca44b014be65651b83a49a38c0784dee640b491b935e3ed5f3d49d84d55362_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f9ee33c1c4d7f2a872861c9ad1dbb78ba8fed3ab562ae90f12f06a892147e367_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:0ea603487b204f43ebddb1514500cdeaa02a0b763a627e4e10979deec60b7d28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:29ff94de29714044377d060db9ad47f151afec858c8fc127c94ff04adbb984b7_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:2b6c00ee23df974d22c185b592ef4d7babbb76bcadc129a04c869f9983630103_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:e7c4da685e08c79d5b49e9f12ff5efa7cc7d9e26a03c91ab19f86c99e9f4ac23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:25077a998c7b6ec7e8122026f2152419a0efe293a00899bb745a66a57f913848_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:5178d3800d74d84a6282a7ddc888eea9b81d62c8a385ad57bb742fa28fb0f575_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:9070f6741e667a4a145ede8dc67d4f7545944ef5fe4937fdcb1a08e9f537e068_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:a7efdef6ef06af0aa97de86ebd0c0ccfc316719195289dfa835261da53b06589_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2dd15cd61e1e5d98791a68bb513572b82ce5d799dd3fa864d43a8134536b19ff_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:37938821d832d7b957aa6f9b4a468c0eed785625c2bb8257726b4dc094bab9bd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e94a31493c7207846ab5d13387311e9a6d99ffa7885d1b8faa8602750059c2a3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:eb0500f30373c5bcf3e10e27b081f97e5ce8b29a71dde9ff9b7e1066fd5dd80e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:22c745e5d04f7a0d9b188bf6657b1de053c61d99d813f11f6819550ef2a96732_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:49495dd44b7956a5e1bed226a896be649a07cd1b1f915de31d39041a77f6cdb5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:741b836350d9ec48109468382c81066f401ebb4712ca414d44e3042894111419_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:9cf7f5bdebf6b53fce9cfed4fe530c380f36bb1d60120b53c06043371863d4e6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:3dd54b885e3d63e5882284bf4878aa723c1fef6833601ed5d5a091b6b74c68d1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:83f773633a864b707c7e371bd554f79622b999a1ecef4b1cd368e0dd72b7a9ad_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:4a356900b1daca75092b8eac5c1d16f38703941caebba5ddec48120e854bd7e9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:a26699523e44b43a0f237ee664b3574cbea8d11576bd4bc884c3766c0effb8df_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:1a85e42e32534b58410c519b4d8f7d84fe6ff96567612f18f4bd558fa3c895a6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef72689e332c4e224a80603ffbcc1603cdf8fe4230b9fd60e7713f0b5c2d5045_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:1c15c95b65bfbcc620d4d429431eabca8f4714d32a38aa68cb15c549e1a6ce4c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:659acd52802b6f2300c223bcde827f1d9b80ac9a93fdb6f574fcb5a08b92607c_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6f44d3b3973c34677d347a67841dbfabd23817de1b5c26967f1b9952c27b48c8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:b84eb1329e837895ca50d3284553e195918fefc71bdb9dc2550a90b2d927b6eb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:84739168d6ea2813c5b9666773166649a6b328a279dac80b61c51311a6a2943a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:74968eea50e067a335e830cfde6d8bf3cd130a9eba77ce918e25e252b7c1541e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:53a8389250e59e7c9f5a9a61914cac361946b256132649bd45f775c8f36b486a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:890b0e4467cdfd68985af367a6d015ff7e92a2b6a1f46e2c2bf233c3d621f1a8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:9f667eb88f5b085ec40b8b06e5f42cf6a0ced0913d7d2b0402cd0472eb4b428c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:eedab7e6fd4adb2bd697e8cbcbd6703291d9fe5d2a3a048e8c34d9529586c93a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:12ac94419811458fb309d417091e279d485c4a665899d3a7d3157b8b32c1b03d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:4318d360c3a968ee79ef68979105ee5ffb93137757a3b4a6c42c15e6cf6b11ba_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ba6188d3d284f030f90e117c87501a8d08c4b356383429ad39806472113aa41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:05c7ffbd4dfa1f6ef760ed86f142d84d4c42583fa0b747eedc234763bef74ebb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:883f4ae255413c1409d3fb607f91fdf13badf534c5e8f78d9905c8da69cdeeed_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:b7f375f2f1f4eb828ee8255143143385c4662aab967c007a89954903c8a7c27f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:d29d106e6c0f6a3ae971903a16cf4a564950bcf5336219eb6665cae98b824d33_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:5a2db37676e0f0b05fe2a8c5f82bb489ff3c8dd80f94b9fb3540488ab39ff6ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:bab28cfa3596192875dbf305a4ed7432db0ebebec604053d30895931818740cd_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking"
}
]
}
RHSA-2025:23205
Vulnerability from csaf_redhat - Published: 2025-12-15 15:38 - Updated: 2026-03-18 20:44Notes
{
"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 AI Inference Server 3.2.5 (ROCm) is now available.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat\u00ae AI Inference Server",
"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:23205",
"url": "https://access.redhat.com/errata/RHSA-2025:23205"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22868",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22869",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47906",
"url": "https://access.redhat.com/security/cve/CVE-2025-47906"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-52565",
"url": "https://access.redhat.com/security/cve/CVE-2025-52565"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-59375",
"url": "https://access.redhat.com/security/cve/CVE-2025-59375"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62164",
"url": "https://access.redhat.com/security/cve/CVE-2025-62164"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62372",
"url": "https://access.redhat.com/security/cve/CVE-2025-62372"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66448",
"url": "https://access.redhat.com/security/cve/CVE-2025-66448"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9230",
"url": "https://access.redhat.com/security/cve/CVE-2025-9230"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9714",
"url": "https://access.redhat.com/security/cve/CVE-2025-9714"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://www.redhat.com/en/products/ai/inference-server",
"url": "https://www.redhat.com/en/products/ai/inference-server"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_23205.json"
}
],
"title": "Red Hat Security Advisory: Red Hat AI Inference Server 3.2.5 (ROCm)",
"tracking": {
"current_release_date": "2026-03-18T20:44:31+00:00",
"generator": {
"date": "2026-03-18T20:44:31+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2025:23205",
"initial_release_date": "2025-12-15T15:38:07+00:00",
"revision_history": [
{
"date": "2025-12-15T15:38:07+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-15T15:38:16+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T20:44:31+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat AI Inference Server 3.2",
"product": {
"name": "Red Hat AI Inference Server 3.2",
"product_id": "Red Hat AI Inference Server 3.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ai_inference_server:3.2::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat AI Inference Server"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64",
"product": {
"name": "registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64",
"product_id": "registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64",
"product_identification_helper": {
"purl": "pkg:oci/vllm-rocm-rhel9@sha256%3Ae3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287?arch=amd64\u0026repository_url=registry.redhat.io/rhaiis\u0026tag=3.2.5-1765361180"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64 as a component of Red Hat AI Inference Server 3.2",
"product_id": "Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
},
"product_reference": "registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64",
"relates_to_product_reference": "Red Hat AI Inference Server 3.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-9230",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-09-17T12:15:34.387000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396054"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the OpenSSL CMS implementation (RFC 3211 KEK Unwrap). This vulnerability allows memory corruption, an application level denial of service, or potential execution of attacker-supplied code via crafted CMS messages using password-based encryption (PWRI).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: Out-of-bounds read \u0026 write in RFC 3211 KEK Unwrap",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability was rated as Moderate because, while the potential impact includes an application level denial of service and possible arbitrary code execution, successful exploitation is considered unlikely due to the high attack complexity and the fact that password-based CMS encryption (PWRI) is rarely used in real-world deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9230"
},
{
"category": "external",
"summary": "RHBZ#2396054",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396054"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9230",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9230"
}
],
"release_date": "2025-09-30T23:59:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:38:07+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23205",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23205"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: Out-of-bounds read \u0026 write in RFC 3211 KEK Unwrap"
},
{
"cve": "CVE-2025-9714",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2025-09-02T13:03:56.452000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2392605"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libxstl/libxml2. The \u0027exsltDynMapFunction\u0027 function in libexslt/dynamic.c does not contain a recursion depth check, which may cause an infinite loop via a specially crafted XSLT document while handling \u0027dyn:map()\u0027, leading to stack exhaustion and a local denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxslt: libxml2: Inifinite recursion at exsltDynMapFunction function in libexslt/dynamic.c",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "No evidence was found for arbitrary memory corruption through this flaw, limiting its impact to Availability only, and reducing its severity to Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9714"
},
{
"category": "external",
"summary": "RHBZ#2392605",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2392605"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9714"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9714",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9714"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxml2/-/commit/677a42645ef22b5a50741bad5facf9d8a8bc6d21",
"url": "https://gitlab.gnome.org/GNOME/libxml2/-/commit/677a42645ef22b5a50741bad5facf9d8a8bc6d21"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/148",
"url": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/148"
}
],
"release_date": "2025-09-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:38:07+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23205",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23205"
},
{
"category": "workaround",
"details": "The impact of this flaw may be reduced by setting strict resource limits to the stack size of processes at the operational system level. This can be achieved either through the \u0027ulimit\u0027 shell built-in or the \u0027limits.conf\u0027 file.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libxslt: libxml2: Inifinite recursion at exsltDynMapFunction function in libexslt/dynamic.c"
},
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:38:07+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23205",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23205"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:38:07+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23205",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23205"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-47906",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"discovery_date": "2025-09-18T19:00:47.541046+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396546"
}
],
"notes": [
{
"category": "description",
"text": "A path handling flaw has been discovered in the os/exec go package. If the PATH environment variable contains paths which are executables (rather than just directories), passing certain strings to LookPath (\"\", \".\", and \"..\"), can result in the binaries listed in the PATH being unexpectedly returned.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "os/exec: Unexpected paths returned from LookPath in os/exec",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47906"
},
{
"category": "external",
"summary": "RHBZ#2396546",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396546"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47906",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47906"
},
{
"category": "external",
"summary": "https://go.dev/cl/691775",
"url": "https://go.dev/cl/691775"
},
{
"category": "external",
"summary": "https://go.dev/issue/74466",
"url": "https://go.dev/issue/74466"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3956",
"url": "https://pkg.go.dev/vuln/GO-2025-3956"
}
],
"release_date": "2025-09-18T18:41:11.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:38:07+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23205",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23205"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "os/exec: Unexpected paths returned from LookPath in os/exec"
},
{
"cve": "CVE-2025-52565",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.653000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404708"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. CVE-2025-52565 is very similar in concept and application toCVE-2025-31133, except that it exploits a flaw in /dev/console\nbind-mounts. When creating the /dev/console bind-mount (to /dev/pts/$n), if an attacker replaces /dev/pts/$n with a symlink then runc will bind-mount the symlink target over /dev/console.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: container escape with malicious config due to /dev/console mount and related races",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52565"
},
{
"category": "external",
"summary": "RHBZ#2404708",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404708"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52565"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52565",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52565"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-qw9x-cqr3-wc7r",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-qw9x-cqr3-wc7r"
}
],
"release_date": "2025-11-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:38:07+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23205",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23205"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using user namespaces, with the host root user not mapped into the container\u0027s namespace. procfs file permissions are managed using Unix DAC and thus user namespaces stop a container process from being able to write to them.\n* Not running as a root user in the container (this includes disabling setuid binaries with noNewPrivileges). As above, procfs file permissions are managed using Unix DAC and thus non-root users cannot write to them.\n* The default SELinux policy should mitigate this issue, as the /dev/console bind-mount does not re-label the mount and so the container process should not be able to write to unsafe procfs files. However, CVE-2025-52881 allows an attacker to bypass LSM labels, and so this mitigation is not helpful when considered in combination with CVE-2025-52881.\n* The default AppArmor profile used by most runtimes will NOT help mitigate this issue, as /dev/console access is permitted. You could create a custom profile that blocks access to /dev/console, but such a profile might break regular containers. In addition, CVE-2025-52881 allows an attacker to bypass LSM labels, and so that mitigation is not helpful when considered in combination with CVE-2025-52881.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: container escape with malicious config due to /dev/console mount and related races"
},
{
"cve": "CVE-2025-59375",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-15T03:00:59.775098+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2395108"
}
],
"notes": [
{
"category": "description",
"text": "A memory amplification vulnerability in libexpat allows attackers to trigger excessive dynamic memory allocations by submitting specially crafted XML input. A small input (~250 KiB) can cause the parser to allocate hundreds of megabytes, leading to denial-of-service (DoS) through memory exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is Important rather than Critical because, while it allows for significant resource exhaustion leading to denial-of-service (DoS), it does not enable arbitrary code execution, data leakage, or privilege escalation. The vulnerability stems from an uncontrolled memory amplification behavior in libexpat\u2019s parser, where a relatively small XML payload can cause disproportionately large heap allocations. However, the flaw is limited in scope to service disruption and requires the attacker to submit a crafted XML document\u2014something that can be mitigated with proper input validation and memory usage limits. Therefore, while the exploitability is high, the impact is confined to availability, not confidentiality or integrity, making it a high-severity but not critical flaw.\n\nIn Firefox and Thunderbird, where libexpat is a transitive userspace dependency, exploitation usually just crashes the application (app-level DoS), so it is classify as Moderate instead of Important.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59375"
},
{
"category": "external",
"summary": "RHBZ#2395108",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395108"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59375"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59375",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59375"
},
{
"category": "external",
"summary": "https://github.com/libexpat/libexpat/blob/676a4c531ec768732fac215da9730b5f50fbd2bf/expat/Changes#L45-L74",
"url": "https://github.com/libexpat/libexpat/blob/676a4c531ec768732fac215da9730b5f50fbd2bf/expat/Changes#L45-L74"
},
{
"category": "external",
"summary": "https://github.com/libexpat/libexpat/issues/1018",
"url": "https://github.com/libexpat/libexpat/issues/1018"
},
{
"category": "external",
"summary": "https://github.com/libexpat/libexpat/pull/1034",
"url": "https://github.com/libexpat/libexpat/pull/1034"
},
{
"category": "external",
"summary": "https://issues.oss-fuzz.com/issues/439133977",
"url": "https://issues.oss-fuzz.com/issues/439133977"
}
],
"release_date": "2025-09-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:38:07+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23205",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23205"
},
{
"category": "workaround",
"details": "To mitigate the issue, limit XML input size and complexity before parsing, and avoid accepting compressed or deeply nested XML. Use OS-level resource controls (like ulimit or setrlimit()) to cap memory usage, or run the parser in a sandboxed or isolated process with strict memory and CPU limits. This helps prevent denial-of-service by containing excessive resource consumption.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing"
},
{
"cve": "CVE-2025-62164",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-11-21T02:01:11.280042+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2416282"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability in vLLM allows attackers to supply malicious serialized prompt-embedding tensors that are deserialized using torch.load() without validation. Due to PyTorch 2.8.0 disabling sparse-tensor integrity checks by default, a crafted tensor can bypass bounds checks and cause an out-of-bounds write during to_dense(), leading to a crash (DoS) and potentially remote code execution on the vLLM server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: VLLM deserialization vulnerability leading to DoS and potential RCE",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is considered important rather than moderate because it involves unsafe deserialization leading to memory corruption in a network-reachable, unauthenticated API path. Unlike typical moderate flaws that may only allow limited DoS or require specific conditions, this issue allows an attacker to supply a crafted sparse tensor that triggers an out-of-bounds memory write during PyTorch\u2019s to_dense() conversion. Memory corruption in a server process handling untrusted input significantly elevates security risk because it can lead not only to a reliable crash but also to potential remote code execution, enabling full compromise of the vLLM service. Additionally, the affected code path is part of the standard Completions API workflow, making the attack surface broadly exposed in real deployments. The combination of remote exploitability, unauthenticated access, memory corruption, and potential RCE clearly positions this issue above a moderate classification and into an important severity level.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62164"
},
{
"category": "external",
"summary": "RHBZ#2416282",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2416282"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62164",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62164"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62164",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62164"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b",
"url": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/27204",
"url": "https://github.com/vllm-project/vllm/pull/27204"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-mrw7-hf4f-83pf",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-mrw7-hf4f-83pf"
}
],
"release_date": "2025-11-21T01:18:38.803000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:38:07+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23205",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23205"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vllm: VLLM deserialization vulnerability leading to DoS and potential RCE"
},
{
"cve": "CVE-2025-62372",
"cwe": {
"id": "CWE-129",
"name": "Improper Validation of Array Index"
},
"discovery_date": "2025-11-21T02:00:57.180567+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2416280"
}
],
"notes": [
{
"category": "description",
"text": "A denial-of-service vulnerability in vLLM allows an attacker with API access to crash the engine by submitting multimodal embedding tensors that have the correct number of dimensions but an invalid internal shape. Because vLLM validates only the tensor\u2019s ndim and not the full expected shape, malformed embeddings trigger shape mismatches or validation failures during processing, causing the inference engine to terminate.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: vLLM vulnerable to DoS with incorrect shape of multimodal embedding inputs",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is rated Moderate rather than Important because its impact is strictly limited to availability and requires low but existing privileges to exploit. The issue arises from incomplete shape validation of multimodal embedding tensors, which can cause deterministic crashes in the inference engine, but it does not enable memory corruption, data leakage, integrity compromise, or execution of arbitrary code. Exploitation requires an authenticated or API-key-holding user to submit malformed multimodal inputs, meaning it cannot be triggered by an unauthenticated attacker on an exposed endpoint. Additionally, the failure mode is a clean crash rather than undefined behavior, so the blast radius is constrained to service interruption rather than broader systemic compromise. These factors\u2014PR:L requirement, no confidentiality/integrity impact, deterministic failure mode, and scoped DoS only\u2014technically align the issue with Moderate severity instead of an Important flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62372"
},
{
"category": "external",
"summary": "RHBZ#2416280",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2416280"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62372"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62372",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62372"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b",
"url": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/27204",
"url": "https://github.com/vllm-project/vllm/pull/27204"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/6613",
"url": "https://github.com/vllm-project/vllm/pull/6613"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-pmqf-x6x8-p7qw",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-pmqf-x6x8-p7qw"
}
],
"release_date": "2025-11-21T01:22:37.121000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:38:07+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23205",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23205"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vllm: vLLM vulnerable to DoS with incorrect shape of multimodal embedding inputs"
},
{
"cve": "CVE-2025-66448",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2025-12-01T23:01:07.198041+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418152"
}
],
"notes": [
{
"category": "description",
"text": "A remote code execution vulnerability has been identified in vLLM. An attacker can exploit a weakness in the model loading process to silently fetch and run unauthorized, malicious Python code on the host system. This happens because the engine mistakenly executes code from a remote repository referenced in a model\u0027s configuration, even when explicit security measures are set to prevent it.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: vLLM: Remote Code Execution via malicious model configuration",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat because vLLM, when deployed in a Red Hat environment, is susceptible to remote code execution. An attacker can craft a malicious model configuration that, when loaded, fetches and executes arbitrary Python code from a remote repository, even if `trust_remote_code` is explicitly set to `False`.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66448"
},
{
"category": "external",
"summary": "RHBZ#2418152",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418152"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66448",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66448"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66448",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66448"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/ffb08379d8870a1a81ba82b72797f196838d0c86",
"url": "https://github.com/vllm-project/vllm/commit/ffb08379d8870a1a81ba82b72797f196838d0c86"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/28126",
"url": "https://github.com/vllm-project/vllm/pull/28126"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-8fr4-5q9j-m8gm",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-8fr4-5q9j-m8gm"
}
],
"release_date": "2025-12-01T22:45:42.566000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:38:07+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23205",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23205"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vllm: vLLM: Remote Code Execution via malicious model configuration"
},
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:38:07+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23205",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23205"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:e3b3efcdd86f60b90664a249d45918b2ac5f45bae5eed5399e310d63e878b287_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
}
]
}
RHSA-2026:3710
Vulnerability from csaf_redhat - Published: 2026-03-04 06:00 - Updated: 2026-03-18 20:46Notes
{
"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": "The 1.15.3 GA release of Red Hat OpenShift Pipelines Operator..\nFor more details see [product documentation](https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines).",
"title": "Topic"
},
{
"category": "general",
"text": "The 1.15.3 release of Red Hat OpenShift Pipelines Operator.",
"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-2026:3710",
"url": "https://access.redhat.com/errata/RHSA-2026:3710"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-37890",
"url": "https://access.redhat.com/security/cve/CVE-2024-37890"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-12816",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-13465",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-15284",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-6545",
"url": "https://access.redhat.com/security/cve/CVE-2025-6545"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-6547",
"url": "https://access.redhat.com/security/cve/CVE-2025-6547"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66031",
"url": "https://access.redhat.com/security/cve/CVE-2025-66031"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66564",
"url": "https://access.redhat.com/security/cve/CVE-2025-66564"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9287",
"url": "https://access.redhat.com/security/cve/CVE-2025-9287"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9288",
"url": "https://access.redhat.com/security/cve/CVE-2025-9288"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines",
"url": "https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_3710.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Pipelines Release 1.15.3",
"tracking": {
"current_release_date": "2026-03-18T20:46:44+00:00",
"generator": {
"date": "2026-03-18T20:46:44+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2026:3710",
"initial_release_date": "2026-03-04T06:00:07+00:00",
"revision_history": [
{
"date": "2026-03-04T06:00:07+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-04T06:00:16+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T20:46:44+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Pipelines 1.15",
"product": {
"name": "Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_pipelines:1.15::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Pipelines"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-console-plugin-rhel8@sha256%3Ab7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772110573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-controller-rhel8@sha256%3Ad2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964902"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-webhook-rhel8@sha256%3A065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-cli-rhel8@sha256%3Ac7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093708"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-controller-rhel8@sha256%3A25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093710"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-watcher-rhel8@sha256%3A0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-webhook-rhel8@sha256%3Abba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-chains-controller-rhel8@sha256%3A0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-git-init-rhel8@sha256%3A3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772123833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-api-rhel8@sha256%3Adbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771425314"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-db-migration-rhel8@sha256%3Acf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964224"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-ui-rhel8@sha256%3Ad356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772036471"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-controller-rhel8@sha256%3A5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964207"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-entrypoint-rhel8@sha256%3A9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-events-rhel8@sha256%3A0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-nop-rhel8@sha256%3A9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771510606"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-resolvers-rhel8@sha256%3A37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-sidecarlogresults-rhel8@sha256%3Aca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-webhook-rhel8@sha256%3A7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-workingdirinit-rhel8@sha256%3Ad4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964021"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-api-rhel8@sha256%3A025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-watcher-rhel8@sha256%3Abc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-controller-rhel8@sha256%3A3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-core-interceptors-rhel8@sha256%3A0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-eventlistenersink-rhel8@sha256%3Aa0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964246"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-webhook-rhel8@sha256%3A2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964165"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-console-plugin-rhel8@sha256%3A494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772110573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-controller-rhel8@sha256%3Aab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964902"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-webhook-rhel8@sha256%3A5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-cli-rhel8@sha256%3A46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093708"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-controller-rhel8@sha256%3A0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093710"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-watcher-rhel8@sha256%3A3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-webhook-rhel8@sha256%3A540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-chains-controller-rhel8@sha256%3A416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-git-init-rhel8@sha256%3Aa77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772123833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-api-rhel8@sha256%3Afbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771425314"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-db-migration-rhel8@sha256%3Afdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964224"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-ui-rhel8@sha256%3A56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772036471"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-controller-rhel8@sha256%3A35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964207"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-entrypoint-rhel8@sha256%3Ab2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-events-rhel8@sha256%3A001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-nop-rhel8@sha256%3Ab767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771510606"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-resolvers-rhel8@sha256%3A7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-sidecarlogresults-rhel8@sha256%3A608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-webhook-rhel8@sha256%3A4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-workingdirinit-rhel8@sha256%3A578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964021"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-api-rhel8@sha256%3Aeae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-watcher-rhel8@sha256%3A8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-controller-rhel8@sha256%3A36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-core-interceptors-rhel8@sha256%3A7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-eventlistenersink-rhel8@sha256%3A6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964246"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-webhook-rhel8@sha256%3A5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964165"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-console-plugin-rhel8@sha256%3Ad52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772110573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-controller-rhel8@sha256%3A7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964902"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-webhook-rhel8@sha256%3A14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-cli-rhel8@sha256%3A4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093708"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-controller-rhel8@sha256%3A375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093710"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-watcher-rhel8@sha256%3A8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-webhook-rhel8@sha256%3Af2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-chains-controller-rhel8@sha256%3Ad71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-git-init-rhel8@sha256%3Ac8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772123833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-api-rhel8@sha256%3A1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771425314"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-db-migration-rhel8@sha256%3A0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964224"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-ui-rhel8@sha256%3A50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772036471"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-controller-rhel8@sha256%3A71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964207"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-entrypoint-rhel8@sha256%3Ab894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-events-rhel8@sha256%3A03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-nop-rhel8@sha256%3A72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771510606"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-resolvers-rhel8@sha256%3Aac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-sidecarlogresults-rhel8@sha256%3A2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-webhook-rhel8@sha256%3A6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-workingdirinit-rhel8@sha256%3A3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964021"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-api-rhel8@sha256%3A534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-watcher-rhel8@sha256%3A1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-controller-rhel8@sha256%3A012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-core-interceptors-rhel8@sha256%3A26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-eventlistenersink-rhel8@sha256%3A25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964246"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-webhook-rhel8@sha256%3A8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964165"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-console-plugin-rhel8@sha256%3Aabca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772110573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-controller-rhel8@sha256%3A23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964902"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-controller-rhel8@sha256%3Ab33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964207"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-webhook-rhel8@sha256%3A1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-cli-rhel8@sha256%3A607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093708"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-controller-rhel8@sha256%3A739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093710"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-watcher-rhel8@sha256%3A8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-webhook-rhel8@sha256%3A5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-chains-controller-rhel8@sha256%3A5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-git-init-rhel8@sha256%3A6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772123833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-api-rhel8@sha256%3A525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771425314"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-db-migration-rhel8@sha256%3Aea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964224"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-ui-rhel8@sha256%3A0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772036471"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-entrypoint-rhel8@sha256%3Af532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-events-rhel8@sha256%3A898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-nop-rhel8@sha256%3Adfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771510606"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-resolvers-rhel8@sha256%3A7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-sidecarlogresults-rhel8@sha256%3Afed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-webhook-rhel8@sha256%3A3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-workingdirinit-rhel8@sha256%3Afbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964021"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-api-rhel8@sha256%3Acea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-watcher-rhel8@sha256%3A26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-controller-rhel8@sha256%3A79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-core-interceptors-rhel8@sha256%3A142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-eventlistenersink-rhel8@sha256%3Ae6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964246"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-webhook-rhel8@sha256%3A18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964165"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-37890",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292777"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Node.js WebSocket library (ws). A request with several headers exceeding the \u0027server.maxHeadersCount\u0027 threshold could be used to crash a ws server, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs-ws: denial of service when handling a request with many HTTP headers",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37890"
},
{
"category": "external",
"summary": "RHBZ#2292777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292777"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37890",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37890"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37890",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37890"
},
{
"category": "external",
"summary": "https://github.com/websockets/ws/security/advisories/GHSA-3h5v-q93c-6h6q",
"url": "https://github.com/websockets/ws/security/advisories/GHSA-3h5v-q93c-6h6q"
}
],
"release_date": "2024-06-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T06:00:07+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3710"
},
{
"category": "workaround",
"details": "The issue can be mitigated by reducing the maximum allowed length of the request headers using the --max-http-header-size=size or the maxHeaderSize options so that no more headers than the server.maxHeadersCount limit can be sent. The issue can be mitigated also by seting server.maxHeadersCount to 0.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs-ws: denial of service when handling a request with many HTTP headers"
},
{
"cve": "CVE-2025-6545",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2025-06-23T19:00:51.575615+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2374370"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the npm pbkdf2 library, allowing signature spoofing. When executing in javascript engines other than Nodejs or Nodejs when importing pbkdf2/browser, certain algorithms will silently fail and return invalid data. The return values are predictable, which undermines the security guarantees of the package.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pbkdf2: pbkdf2 silently returns predictable key material",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is rated important because it causes the pbkdf2 module to quietly return weak or zero-filled keys when certain algorithm names are used incorrectly in browsers or bundled code, this causes the function to silently return a predictable value (such as a zero-filled buffer or uninitialized memory) instead of a securely derived key, completely undermining the confidentiality and integrity of any cryptographic operation where attackers could guess or reuse these keys to access or change protected data.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6545"
},
{
"category": "external",
"summary": "RHBZ#2374370",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2374370"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6545",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6545"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6545",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6545"
},
{
"category": "external",
"summary": "https://github.com/browserify/pbkdf2/commit/9699045c37a07f8319cfb8d44e2ff4252d7a7078",
"url": "https://github.com/browserify/pbkdf2/commit/9699045c37a07f8319cfb8d44e2ff4252d7a7078"
},
{
"category": "external",
"summary": "https://github.com/browserify/pbkdf2/commit/e3102a8cd4830a3ac85cd0dd011cc002fdde33bb",
"url": "https://github.com/browserify/pbkdf2/commit/e3102a8cd4830a3ac85cd0dd011cc002fdde33bb"
},
{
"category": "external",
"summary": "https://github.com/browserify/pbkdf2/security/advisories/GHSA-h7cp-r72f-jxh6",
"url": "https://github.com/browserify/pbkdf2/security/advisories/GHSA-h7cp-r72f-jxh6"
}
],
"release_date": "2025-06-23T18:41:18.771000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T06:00:07+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3710"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pbkdf2: pbkdf2 silently returns predictable key material"
},
{
"cve": "CVE-2025-6547",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2025-06-23T20:01:13.559691+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2374378"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the npm pbkdf2 library, allowing signature spoofing. Under specific use cases, pbkdf2 may return static keys. This issue only occurs when running the library on Node.js.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pbkdf2: pbkdf2 silently returns static keys",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important severity because a logic flaw was found in the npm pbkdf2 library where the vulnerability, located in the toBuffer method, causes password and salt inputs provided as Uint8Array objects to be silently ignored. This results in the function returning a static, predictable key derived from empty inputs, completely undermining the security guarantees of any feature that relies on the generated key, this allows an attacker to forge signatures, leading to a complete compromise of the application\u0027s data confidentiality, integrity, and availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6547"
},
{
"category": "external",
"summary": "RHBZ#2374378",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2374378"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6547",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6547"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6547",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6547"
},
{
"category": "external",
"summary": "https://github.com/browserify/pbkdf2/commit/e3102a8cd4830a3ac85cd0dd011cc002fdde33bb",
"url": "https://github.com/browserify/pbkdf2/commit/e3102a8cd4830a3ac85cd0dd011cc002fdde33bb"
},
{
"category": "external",
"summary": "https://github.com/browserify/pbkdf2/security/advisories/GHSA-v62p-rq8g-8h59",
"url": "https://github.com/browserify/pbkdf2/security/advisories/GHSA-v62p-rq8g-8h59"
}
],
"release_date": "2025-06-23T19:00:45.472000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T06:00:07+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3710"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pbkdf2: pbkdf2 silently returns static keys"
},
{
"cve": "CVE-2025-9287",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2025-08-20T22:00:53.821394+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2389932"
}
],
"notes": [
{
"category": "description",
"text": "An improper input validation vulnerability was found in the cipher-base npm package. Missing input type checks in the polyfill of the Node.js `createHash` function result in invalid\u00a0value calculations,\u00a0hanging and\u00a0rewinding the\u00a0hash state, including\u00a0turning a tagged hash\u00a0into an untagged\u00a0hash, for malicious JSON-stringifyable\u00a0inputs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cipher-base: Cipher-base hash manipulation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9287"
},
{
"category": "external",
"summary": "RHBZ#2389932",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2389932"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9287"
},
{
"category": "external",
"summary": "https://github.com/browserify/cipher-base/pull/23",
"url": "https://github.com/browserify/cipher-base/pull/23"
},
{
"category": "external",
"summary": "https://github.com/browserify/cipher-base/security/advisories/GHSA-cpq7-6gpm-g9rc",
"url": "https://github.com/browserify/cipher-base/security/advisories/GHSA-cpq7-6gpm-g9rc"
}
],
"release_date": "2025-08-20T21:43:56.548000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T06:00:07+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3710"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cipher-base: Cipher-base hash manipulation"
},
{
"cve": "CVE-2025-9288",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2025-08-20T23:00:56.263191+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2389980"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in sha.js, where the hashing implementation does not perform sufficient input type validation. The .update() function accepts arbitrary objects, including those with crafted length properties, which can alter the internal state machine of the hashing process. This flaw may result in unexpected behavior such as rewinding the hash state, producing inconsistent digest outputs, or entering invalid processing loops. The issue was introduced due to the reliance on JavaScript object coercion rules rather than enforcing strict buffer or string inputs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "sha.js: Missing type checks leading to hash rewind and passing on crafted data",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important rather then Critical because while the lack of input type checks in sha.js allows for hash state rewinding, crafted collisions, and potential denial of service, the vulnerability requires highly specific crafted input objects that are unlikely to occur in typical real-world usage, especially since most applications pass well-formed strings or buffers to hashing functions. Moreover, the cryptographic breakages described, such as nonce reuse leading to private key extraction, are indirect and depend on downstream libraries misusing sha.js for sensitive operations without additional validation layers. As a result, the flaw significantly undermines correctness and robustness of the hashing API, but its exploitability in common production systems is constrained, which could justify viewing it as an Important vulnerability rather than a Critical one.\n\n\nThe flaw requires applications to pass attacker-controlled, non-standard JavaScript objects into hash.update(). Most real-world Node.js applications and libraries already use Buffer, TypedArray, or String inputs, which are unaffected. Furthermore, Node\u2019s built-in crypto module, which is widely adopted, enforces stricter type-checking and is not impacted. As a result, the vulnerability mainly threatens projects that (a) directly depend on sha.js for cryptographically sensitive operations, and (b) hash untrusted input without type validation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9288"
},
{
"category": "external",
"summary": "RHBZ#2389980",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2389980"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9288"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9288",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9288"
},
{
"category": "external",
"summary": "https://github.com/browserify/sha.js/pull/78",
"url": "https://github.com/browserify/sha.js/pull/78"
},
{
"category": "external",
"summary": "https://github.com/browserify/sha.js/security/advisories/GHSA-95m3-7q98-8xr5",
"url": "https://github.com/browserify/sha.js/security/advisories/GHSA-95m3-7q98-8xr5"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9287"
}
],
"release_date": "2025-08-20T21:59:44.728000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T06:00:07+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3710"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "sha.js: Missing type checks leading to hash rewind and passing on crafted data"
},
{
"cve": "CVE-2025-12816",
"cwe": {
"id": "CWE-179",
"name": "Incorrect Behavior Order: Early Validation"
},
"discovery_date": "2025-11-25T20:01:05.875196+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417097"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-forge. This vulnerability allows unauthenticated attackers to bypass downstream cryptographic verifications and security decisions via crafting ASN.1 (Abstract Syntax Notation One) structures to desynchronize schema validations, yielding a semantic divergence.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products due to an interpretation conflict in the node-forge library. An unauthenticated attacker could exploit this flaw by crafting malicious ASN.1 structures, leading to a bypass of cryptographic verifications and security decisions in affected applications. This impacts various Red Hat products that utilize node-forge for cryptographic operations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "RHBZ#2417097",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417097"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-12816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12816"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge",
"url": "https://github.com/digitalbazaar/forge"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/pull/1124",
"url": "https://github.com/digitalbazaar/forge/pull/1124"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq"
},
{
"category": "external",
"summary": "https://kb.cert.org/vuls/id/521113",
"url": "https://kb.cert.org/vuls/id/521113"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/node-forge",
"url": "https://www.npmjs.com/package/node-forge"
}
],
"release_date": "2025-11-25T19:15:50.243000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T06:00:07+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3710"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications"
},
{
"cve": "CVE-2025-13465",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2026-01-21T20:01:28.774829+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431740"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: prototype pollution in _.unset and _.omit functions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is only exploitable by applications using the _.unset and _.omit functions on an object and allowing user input to determine the path of the property to be removed. This issue only allows the deletion of properties but does not allow overwriting their behavior, limiting the impact to a denial of service. Due to this reason, this vulnerability has been rated with an important severity.\n\nIn Grafana, JavaScript code runs only in the browser, while the server side is all Golang. Therefore, the worst-case scenario is a loss of functionality in the client application inside the browser. To reflect this, the CVSS availability metric and the severity of the Grafana and the Grafana-PCP component have been updated to low and moderate, respectively.\n\nThe lodash dependency is bundled and used by the pcs-web-ui component of the PCS package. In Red Hat Enterprise Linux 8.10, the pcs-web-ui component is no longer included in the PCS package. As a result, RHEL 8.10 does not ship the vulnerable lodash component within PCS and is therefore not-affected by this CVE.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "RHBZ#2431740",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431740"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg",
"url": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg"
}
],
"release_date": "2026-01-21T19:05:28.846000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T06:00:07+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3710"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement strict input validation before passing any property paths to the _.unset and _.omit functions to block attempts to access the prototype chain. Ensure that strings like __proto__, constructor and prototype are blocked, for example.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: prototype pollution in _.unset and _.omit functions"
},
{
"cve": "CVE-2025-15284",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-29T23:00:58.541337+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425946"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in qs, a module used for parsing query strings. A remote attacker can exploit an improper input validation vulnerability by sending specially crafted HTTP requests that use bracket notation (e.g., `a[]=value`). This bypasses the `arrayLimit` option, which is designed to limit the size of parsed arrays and prevent resource exhaustion. Successful exploitation can lead to memory exhaustion, causing a Denial of Service (DoS) where the application crashes or becomes unresponsive, making the service unavailable to users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "qs: qs: Denial of Service via improper input validation in array parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products that utilize the `qs` module for parsing query strings, particularly when processing user-controlled input with bracket notation. The `arrayLimit` option, intended to prevent resource exhaustion, is bypassed when bracket notation (`a[]=value`) is used, allowing a remote attacker to cause a denial of service through memory exhaustion. This can lead to application crashes or unresponsiveness, making the service unavailable.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "RHBZ#2425946",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425946"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15284"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9",
"url": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p",
"url": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p"
}
],
"release_date": "2025-12-29T22:56:45.240000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T06:00:07+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3710"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "qs: qs: Denial of Service via improper input validation in array parsing"
},
{
"cve": "CVE-2025-66031",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2025-11-26T23:01:36.363253+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417397"
}
],
"notes": [
{
"category": "description",
"text": "An ASN.1 Denial of Service (Dos) vulnerability exists in the node-forge asn1.fromDer function within forge/lib/asn1.js. The ASN.1 DER parser implementation (_fromDer) recurses for every constructed ASN.1 value (SEQUENCE, SET, etc.) and lacks a guard limiting recursion depth. An attacker can craft a small DER blob containing a very large nesting depth of constructed TLVs which causes the Node.js V8 engine to exhaust its call stack and throw RangeError: Maximum call stack size exceeded, crashing or incapacitating the process handling the parse. This is a remote, low-cost Denial-of-Service against applications that parse untrusted ASN.1 objects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: node-forge ASN.1 Unbounded Recursion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66031"
},
{
"category": "external",
"summary": "RHBZ#2417397",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417397"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66031"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66031",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66031"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/commit/260425c6167a38aae038697132483b5517b26451",
"url": "https://github.com/digitalbazaar/forge/commit/260425c6167a38aae038697132483b5517b26451"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-554w-wpv2-vw27",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-554w-wpv2-vw27"
}
],
"release_date": "2025-11-26T22:23:26.013000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T06:00:07+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3710"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "node-forge: node-forge ASN.1 Unbounded Recursion"
},
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T06:00:07+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3710"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
},
{
"cve": "CVE-2025-66564",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:11.786030+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419054"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Sigstore Timestamp Authority. This vulnerability allows a denial of service via excessive memory allocation when processing a specially crafted Object Identifier or Content-Type header.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/timestamp-authority: Sigstore Timestamp Authority: Denial of Service via excessive OID or Content-Type header parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products. The Sigstore Timestamp Authority, a service for issuing RFC 3161 timestamps, is prone to excessive memory allocation. This occurs when processing untrusted OID payloads with many period characters or malformed Content-Type headers. An unauthenticated attacker could exploit this flaw to trigger a denial of service in affected Red Hat products that utilize this component.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66564"
},
{
"category": "external",
"summary": "RHBZ#2419054",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419054"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66564",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66564"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66564",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66564"
},
{
"category": "external",
"summary": "https://github.com/sigstore/timestamp-authority/commit/0cae34e197d685a14904e0bad135b89d13b69421",
"url": "https://github.com/sigstore/timestamp-authority/commit/0cae34e197d685a14904e0bad135b89d13b69421"
},
{
"category": "external",
"summary": "https://github.com/sigstore/timestamp-authority/security/advisories/GHSA-4qg8-fj49-pxjh",
"url": "https://github.com/sigstore/timestamp-authority/security/advisories/GHSA-4qg8-fj49-pxjh"
}
],
"release_date": "2025-12-04T22:37:13.307000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T06:00:07+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3710"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/timestamp-authority: Sigstore Timestamp Authority: Denial of Service via excessive OID or Content-Type header parsing"
}
]
}
RHSA-2026:1730
Vulnerability from csaf_redhat - Published: 2026-02-02 15:52 - Updated: 2026-03-18 20:46Notes
{
"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 Quay 3.12.13 is now available with bug fixes.",
"title": "Topic"
},
{
"category": "general",
"text": "Quay 3.12.13",
"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-2026:1730",
"url": "https://access.redhat.com/errata/RHSA-2026:1730"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-34156",
"url": "https://access.redhat.com/security/cve/CVE-2024-34156"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45337",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45338",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-12816",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-15284",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-52881",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-65945",
"url": "https://access.redhat.com/security/cve/CVE-2025-65945"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66031",
"url": "https://access.redhat.com/security/cve/CVE-2025-66031"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66418",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66471",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-21441",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_1730.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Quay 3.12.13",
"tracking": {
"current_release_date": "2026-03-18T20:46:07+00:00",
"generator": {
"date": "2026-03-18T20:46:07+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2026:1730",
"initial_release_date": "2026-02-02T15:52:56+00:00",
"revision_history": [
{
"date": "2026-02-02T15:52:56+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-02T15:52:59+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T20:46:07+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Quay 3.12",
"product": {
"name": "Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quay:3.12::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Quay"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3Ae82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1769852013"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1769466677"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1769810112"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3A47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1769812327"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1769811895"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1769718571"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1769000026"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1769852013"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256%3Ad6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1769802588"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1769466677"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256%3Aedc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1769810760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3Acc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1769810112"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3Acd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1769812327"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3Af2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1769811895"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1769718571"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256%3A6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1769855900"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3Af5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1769000026"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1769852013"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1769466677"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1769810112"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3Aed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1769812327"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1769811895"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1769718571"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1769000026"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1769466677"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3Ae8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1769810112"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3Aa1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1769812327"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1769811895"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1769718571"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3Af2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1769000026"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3Af58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1769852013"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x",
"relates_to_product_reference": "Red Hat Quay 3.12"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-34156",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2024-09-06T21:20:09.377905+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2310528"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the encoding/gob package of the Golang standard library. Calling Decoder.Decoding, a message that contains deeply nested structures, can cause a panic due to stack exhaustion. This is a follow-up to CVE-2022-30635.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "encoding/gob: golang: Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in Go\u0027s `encoding/gob` package is of high severity because it exposes applications to potential Denial of Service (DoS) attacks through stack exhaustion. Since `gob` relies on recursive function calls to decode nested structures, an attacker could exploit this by sending crafted messages with excessively deep nesting, causing the application to panic due to stack overflow. This risk is particularly important in scenarios where untrusted or external input is processed, as it can lead to system unavailability or crashes, undermining the reliability and availability of services.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-34156"
},
{
"category": "external",
"summary": "RHBZ#2310528",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2310528"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34156",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34156"
},
{
"category": "external",
"summary": "https://go.dev/cl/611239",
"url": "https://go.dev/cl/611239"
},
{
"category": "external",
"summary": "https://go.dev/issue/69139",
"url": "https://go.dev/issue/69139"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/S9POB9NCTdk",
"url": "https://groups.google.com/g/golang-dev/c/S9POB9NCTdk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3106",
"url": "https://pkg.go.dev/vuln/GO-2024-3106"
}
],
"release_date": "2024-09-06T21:15:12.020000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-02T15:52:56+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1730"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "encoding/gob: golang: Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion"
},
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-02T15:52:56+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1730"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
},
{
"cve": "CVE-2024-45338",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2024-12-18T21:00:59.938173+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "RHBZ#2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://go.dev/cl/637536",
"url": "https://go.dev/cl/637536"
},
{
"category": "external",
"summary": "https://go.dev/issue/70906",
"url": "https://go.dev/issue/70906"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ",
"url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3333",
"url": "https://pkg.go.dev/vuln/GO-2024-3333"
}
],
"release_date": "2024-12-18T20:38:22.660000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-02T15:52:56+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1730"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html"
},
{
"cve": "CVE-2025-12816",
"cwe": {
"id": "CWE-179",
"name": "Incorrect Behavior Order: Early Validation"
},
"discovery_date": "2025-11-25T20:01:05.875196+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417097"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-forge. This vulnerability allows unauthenticated attackers to bypass downstream cryptographic verifications and security decisions via crafting ASN.1 (Abstract Syntax Notation One) structures to desynchronize schema validations, yielding a semantic divergence.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products due to an interpretation conflict in the node-forge library. An unauthenticated attacker could exploit this flaw by crafting malicious ASN.1 structures, leading to a bypass of cryptographic verifications and security decisions in affected applications. This impacts various Red Hat products that utilize node-forge for cryptographic operations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "RHBZ#2417097",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417097"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-12816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12816"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge",
"url": "https://github.com/digitalbazaar/forge"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/pull/1124",
"url": "https://github.com/digitalbazaar/forge/pull/1124"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq"
},
{
"category": "external",
"summary": "https://kb.cert.org/vuls/id/521113",
"url": "https://kb.cert.org/vuls/id/521113"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/node-forge",
"url": "https://www.npmjs.com/package/node-forge"
}
],
"release_date": "2025-11-25T19:15:50.243000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-02T15:52:56+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1730"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications"
},
{
"cve": "CVE-2025-15284",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-29T23:00:58.541337+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425946"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in qs, a module used for parsing query strings. A remote attacker can exploit an improper input validation vulnerability by sending specially crafted HTTP requests that use bracket notation (e.g., `a[]=value`). This bypasses the `arrayLimit` option, which is designed to limit the size of parsed arrays and prevent resource exhaustion. Successful exploitation can lead to memory exhaustion, causing a Denial of Service (DoS) where the application crashes or becomes unresponsive, making the service unavailable to users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "qs: qs: Denial of Service via improper input validation in array parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products that utilize the `qs` module for parsing query strings, particularly when processing user-controlled input with bracket notation. The `arrayLimit` option, intended to prevent resource exhaustion, is bypassed when bracket notation (`a[]=value`) is used, allowing a remote attacker to cause a denial of service through memory exhaustion. This can lead to application crashes or unresponsiveness, making the service unavailable.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "RHBZ#2425946",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425946"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15284"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9",
"url": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p",
"url": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p"
}
],
"release_date": "2025-12-29T22:56:45.240000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-02T15:52:56+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1730"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "qs: qs: Denial of Service via improper input validation in array parsing"
},
{
"cve": "CVE-2025-52881",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.652000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404715"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "RHBZ#2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/selinux/pull/237",
"url": "https://github.com/opencontainers/selinux/pull/237"
}
],
"release_date": "2025-11-05T09:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-02T15:52:56+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1730"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using rootless containers, as doing so will block most of the inadvertent writes (runc would run with reduced privileges, making attempts to write to procfs files ineffective).\n* Based on our analysis, neither AppArmor or SELinux can protect against the full version of the redirected write attack. The container runtime is generally privileged enough to write to arbitrary procfs files, which is more than sufficient to cause a container breakout.",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects"
},
{
"cve": "CVE-2025-65945",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2025-12-04T19:01:14.733682+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418904"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in auth0/node-jws. This vulnerability allows improper signature verification via using the HS256 (Hash-based Message Authentication Code using SHA-256) algorithm under specific conditions, where applications use the jws.createVerify() function for HMAC (Keyed-Hash Message Authentication Code) algorithms and user-provided data from the JSON (JavaScript Object Notation) Web Signature protected header or payload in HMAC secret lookup routines.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-jws: auth0/node-jws: Improper signature verification in HS256 algorithm",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-65945"
},
{
"category": "external",
"summary": "RHBZ#2418904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418904"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-65945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65945"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-65945",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65945"
},
{
"category": "external",
"summary": "https://github.com/auth0/node-jws/commit/34c45b2c04434f925b638de6a061de9339c0ea2e",
"url": "https://github.com/auth0/node-jws/commit/34c45b2c04434f925b638de6a061de9339c0ea2e"
},
{
"category": "external",
"summary": "https://github.com/auth0/node-jws/security/advisories/GHSA-869p-cjfg-cm3x",
"url": "https://github.com/auth0/node-jws/security/advisories/GHSA-869p-cjfg-cm3x"
}
],
"release_date": "2025-12-04T18:45:37.517000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-02T15:52:56+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1730"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-jws: auth0/node-jws: Improper signature verification in HS256 algorithm"
},
{
"cve": "CVE-2025-66031",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2025-11-26T23:01:36.363253+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417397"
}
],
"notes": [
{
"category": "description",
"text": "An ASN.1 Denial of Service (Dos) vulnerability exists in the node-forge asn1.fromDer function within forge/lib/asn1.js. The ASN.1 DER parser implementation (_fromDer) recurses for every constructed ASN.1 value (SEQUENCE, SET, etc.) and lacks a guard limiting recursion depth. An attacker can craft a small DER blob containing a very large nesting depth of constructed TLVs which causes the Node.js V8 engine to exhaust its call stack and throw RangeError: Maximum call stack size exceeded, crashing or incapacitating the process handling the parse. This is a remote, low-cost Denial-of-Service against applications that parse untrusted ASN.1 objects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: node-forge ASN.1 Unbounded Recursion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66031"
},
{
"category": "external",
"summary": "RHBZ#2417397",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417397"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66031"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66031",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66031"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/commit/260425c6167a38aae038697132483b5517b26451",
"url": "https://github.com/digitalbazaar/forge/commit/260425c6167a38aae038697132483b5517b26451"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-554w-wpv2-vw27",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-554w-wpv2-vw27"
}
],
"release_date": "2025-11-26T22:23:26.013000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-02T15:52:56+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1730"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "node-forge: node-forge ASN.1 Unbounded Recursion"
},
{
"cve": "CVE-2025-66418",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-05T17:01:20.277857+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419455"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3 Python library that could lead to a Denial of Service condition. A remote, malicious server can exploit this flaw by responding to a client request with an HTTP message that uses an excessive number of chained compression algorithms. This unlimited decompression chain causes the client system to consume a virtually unbounded amount of CPU resources and memory. The high resource usage leads to service disruption, making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "RHBZ#2419455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66418"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8",
"url": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53"
}
],
"release_date": "2025-12-05T16:02:15.271000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-02T15:52:56+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1730"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion"
},
{
"cve": "CVE-2025-66471",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2025-12-05T17:02:21.597728+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419467"
}
],
"notes": [
{
"category": "description",
"text": "A decompression handling flaw has been discovered in urllib3. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data; CWE-409) on the client side, even if the application only requested a small chunk of data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 Streaming API improperly handles highly compressed data",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "RHBZ#2419467",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419467"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66471"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7",
"url": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37"
}
],
"release_date": "2025-12-05T16:06:08.531000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-02T15:52:56+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1730"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 Streaming API improperly handles highly compressed data"
},
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-02T15:52:56+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1730"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
},
{
"cve": "CVE-2026-21441",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-01-07T23:01:59.422078+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427726"
}
],
"notes": [
{
"category": "description",
"text": "urllib3 is an HTTP client library for Python. urllib3\u0027s streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. urllib3 can perform decoding or decompression based on the HTTP `Content-Encoding` header (e.g., `gzip`, `deflate`, `br`, or `zstd`). When using the streaming API, the library decompresses only the necessary bytes, enabling partial content consumption. Starting in version 1.22 and prior to version 2.6.3, for HTTP redirect responses, the library would read the entire response body to drain the connection and decompress the content unnecessarily. This decompression occurred even before any read methods were called, and configured read limits did not restrict the amount of decompressed data. As a result, there was no safeguard against decompression bombs. A malicious server could exploit this to trigger excessive resource consumption on the client. Applications and libraries are affected when they stream content from untrusted sources by setting `preload_content=False` when they do not disable redirects. Users should upgrade to at least urllib3 v2.6.3, in which the library does not decode content of redirect responses when `preload_content=False`. If upgrading is not immediately possible, disable redirects by setting `redirect=False` for requests to untrusted source.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "RHBZ#2427726",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427726"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b",
"url": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99"
}
],
"release_date": "2026-01-07T22:09:01.936000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-02T15:52:56+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1730"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:056dc564e4f8ee5ee816c008b962ca6e2de3b3e86c60fd2805654b6054948caa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:24eeadd822f6f30c5e587e9d3eba06f1856a2c2e9f47daf4bad706146f50382a_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:338cd06dcc742eb7f37b3ca02ff6c5902630e1466ce3dc6b73b49c1b2b8562fa_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:92e8d6d910fa92fb05e4e0a8046b03090643509fe2a67f8efc8e1bb2b93aba10_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:edc72269317914b4612ffe859a558a886b5a244d99c016896b126f1dd35fb299_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:11c27678e7d181621669548757d07cc9ed5be4e55043d4676fd4a2fb41433498_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1f9c64d9e2b9c6c1ae2fc5d00c83498a9bb8db3a0cf5fd3545a49cce65a998ef_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:cc4a64957a3e97ee564e895c50d451dd0cd472ea635a258db2ea3a0bac83e242_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:e8980b92b3c6c5fe6cb076121faba33f0c70bb980e349172c0d3732c52ab8c09_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:47e327e54e2dfd7b990a196e8864262ff2ce94e760caa96a163f44fb51119f18_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:a1f93c08e02b3b2651f50bcdb8297a66a4f8a5221284f30c9a3a65a14784c824_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:cd984016e01cde762b5958b8e7f8ea9f17828348104f074424a3ed14604a2544_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:ed9b563d9a2133239537b37954bbba96ba6e17f9f64d899cfd51688b9bed040a_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:3b19f8efe886a379fcad216b583de6c962a231159020f363323d531c330350de_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:53c55f81a10b84f6c7756a98c30f6c018736d8691440408ded75a9d60d20abd7_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:907981736598e7544bebfc8d174fea92cc9a7769d649cbe8ce3cc296e6953856_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:f2f9b7f06fe1847d49a1d94069e1052b021f2169fb036f2b886f2f70859914de_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:d6728285a5552f62e96c93eb5b0eba181582890c4fce1a0b56758d2b3c4bbdcd_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:39a26364fc2794512c6862fd0333df158d8301ca82eabf53959561fc39fbbe0f_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:412a23db39debcda082d6d85807a7983aa474e3eea8f6780c619d0b371af16ae_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:5e8ae98348f50d6a50ff31a3b099afb84109ea0892b9408d16f6f32b0b657048_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:63e2f0159c3521ea5d908f331979836af72c32f18104bcf915feab123e294dd1_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:6e048b97ef55a2ad081250608152c08613075713d9b10d7558becfb19ded8e45_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:19951763d79334b5e566c8d9b5acf9524268d1e5864a574632363cf540678184_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:86224e8f5d9f5ede57e90166cde9802c1ef956737b711935b9269b387ea5b68b_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f2c4a003335692f84e68cb660d61581a68c89607ec92fca9ca08a7e98efc8c63_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5050789c44ce9c4de52aa34acf375efe97708a313280e395e34a6d306e5d1e0_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:03a485b1c02f5155f22c7820c166889b3f7d7b479892bb4d106432fa2dbf217b_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:117876c6c6a12beb25983da60c8c1628f350a1797888b9f03c44b9dd737844fa_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e82aac09336b0a36d5bc896826891ec41714ea1e05aac345a49abc4915b255ee_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:f58b0c52270707e15747b431520150641019c9b215e864c8dfe8dec1f6e94caf_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)"
}
]
}
RHSA-2026:2900
Vulnerability from csaf_redhat - Published: 2026-02-18 08:39 - Updated: 2026-03-18 20:54Notes
{
"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": "Network Observability 1.11 for Red Hat OpenShift.",
"title": "Topic"
},
{
"category": "general",
"text": "Network flows collector and monitoring solution.",
"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-2026:2900",
"url": "https://access.redhat.com/errata/RHSA-2026:2900"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-25621",
"url": "https://access.redhat.com/security/cve/CVE-2024-25621"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-12816",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-13465",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-15284",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-52881",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-64329",
"url": "https://access.redhat.com/security/cve/CVE-2025-64329"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66031",
"url": "https://access.redhat.com/security/cve/CVE-2025-66031"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66418",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66471",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-21441",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-23745",
"url": "https://access.redhat.com/security/cve/CVE-2026-23745"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24049",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24842",
"url": "https://access.redhat.com/security/cve/CVE-2026-24842"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.openshift.com/container-platform/latest/observability/network_observability/network-observability-operator-release-notes.html",
"url": "https://docs.openshift.com/container-platform/latest/observability/network_observability/network-observability-operator-release-notes.html"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_2900.json"
}
],
"title": "Red Hat Security Advisory: Network Observability 1.11.0 for OpenShift",
"tracking": {
"current_release_date": "2026-03-18T20:54:04+00:00",
"generator": {
"date": "2026-03-18T20:54:04+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2026:2900",
"initial_release_date": "2026-02-18T08:39:41+00:00",
"revision_history": [
{
"date": "2026-02-18T08:39:41+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-18T08:39:48+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T20:54:04+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Network Observability (NETOBSERV) 1.11.0",
"product": {
"name": "Network Observability (NETOBSERV) 1.11.0",
"product_id": "Network Observability (NETOBSERV) 1.11.0",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:network_observ_optr:1.11::el9"
}
}
}
],
"category": "product_family",
"name": "Network Observability (NETOBSERV)"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"product_id": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-flowlogs-pipeline-rhel9@sha256%3A9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18?arch=amd64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1771229282"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"product_id": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-ebpf-agent-rhel9@sha256%3A0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc?arch=amd64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1771226629"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"product_id": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-cli-rhel9@sha256%3Aa852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967?arch=amd64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1771226060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"product_id": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-compat-rhel9@sha256%3Aa9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545?arch=amd64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1771227610"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"product_id": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-rhel9@sha256%3A4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502?arch=amd64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1771227650"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"product_id": "registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-operator-bundle@sha256%3A6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df?arch=amd64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1771231259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"product_id": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-rhel9-operator@sha256%3A5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209?arch=amd64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1771230433"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"product_id": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-flowlogs-pipeline-rhel9@sha256%3Ac2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199?arch=arm64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1771229282"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"product_id": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-ebpf-agent-rhel9@sha256%3Ae72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228?arch=arm64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1771226629"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"product_id": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-cli-rhel9@sha256%3A0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3?arch=arm64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1771226060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"product_id": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-compat-rhel9@sha256%3A17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16?arch=arm64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1771227610"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"product_id": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-rhel9@sha256%3A77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1?arch=arm64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1771227650"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64",
"product_id": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-rhel9-operator@sha256%3Acfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c?arch=arm64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1771230433"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"product_id": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-flowlogs-pipeline-rhel9@sha256%3A84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1771229282"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"product_id": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-ebpf-agent-rhel9@sha256%3Af85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1771226629"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"product_id": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-cli-rhel9@sha256%3A472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1771226060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"product_id": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-compat-rhel9@sha256%3A7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1771227610"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"product_id": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-rhel9@sha256%3A3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1771227650"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"product_id": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-rhel9-operator@sha256%3A9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1771230433"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"product_id": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-flowlogs-pipeline-rhel9@sha256%3A8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d?arch=s390x\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1771229282"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"product_id": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-ebpf-agent-rhel9@sha256%3A619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7?arch=s390x\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1771226629"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"product_id": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-cli-rhel9@sha256%3A9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461?arch=s390x\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1771226060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"product_id": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-compat-rhel9@sha256%3A325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870?arch=s390x\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1771227610"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"product_id": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-rhel9@sha256%3Abb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6?arch=s390x\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1771227650"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"product_id": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-rhel9-operator@sha256%3A3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f?arch=s390x\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1771230433"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64 as a component of Network Observability (NETOBSERV) 1.11.0",
"product_id": "Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le as a component of Network Observability (NETOBSERV) 1.11.0",
"product_id": "Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x as a component of Network Observability (NETOBSERV) 1.11.0",
"product_id": "Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64 as a component of Network Observability (NETOBSERV) 1.11.0",
"product_id": "Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64 as a component of Network Observability (NETOBSERV) 1.11.0",
"product_id": "Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x as a component of Network Observability (NETOBSERV) 1.11.0",
"product_id": "Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le as a component of Network Observability (NETOBSERV) 1.11.0",
"product_id": "Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64 as a component of Network Observability (NETOBSERV) 1.11.0",
"product_id": "Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le as a component of Network Observability (NETOBSERV) 1.11.0",
"product_id": "Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64 as a component of Network Observability (NETOBSERV) 1.11.0",
"product_id": "Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64 as a component of Network Observability (NETOBSERV) 1.11.0",
"product_id": "Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x as a component of Network Observability (NETOBSERV) 1.11.0",
"product_id": "Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64 as a component of Network Observability (NETOBSERV) 1.11.0",
"product_id": "Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x as a component of Network Observability (NETOBSERV) 1.11.0",
"product_id": "Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64 as a component of Network Observability (NETOBSERV) 1.11.0",
"product_id": "Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le as a component of Network Observability (NETOBSERV) 1.11.0",
"product_id": "Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le as a component of Network Observability (NETOBSERV) 1.11.0",
"product_id": "Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x as a component of Network Observability (NETOBSERV) 1.11.0",
"product_id": "Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64 as a component of Network Observability (NETOBSERV) 1.11.0",
"product_id": "Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64 as a component of Network Observability (NETOBSERV) 1.11.0",
"product_id": "Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64 as a component of Network Observability (NETOBSERV) 1.11.0",
"product_id": "Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x as a component of Network Observability (NETOBSERV) 1.11.0",
"product_id": "Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64 as a component of Network Observability (NETOBSERV) 1.11.0",
"product_id": "Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le as a component of Network Observability (NETOBSERV) 1.11.0",
"product_id": "Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64 as a component of Network Observability (NETOBSERV) 1.11.0",
"product_id": "Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-25621",
"cwe": {
"id": "CWE-279",
"name": "Incorrect Execution-Assigned Permissions"
},
"discovery_date": "2025-11-06T19:01:04.402278+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2413190"
}
],
"notes": [
{
"category": "description",
"text": "A local privilege escalation vulnerability has been discovered in containerd. This vulnerability is the result of an overly broad default permission which allows local users on the host to potentially access the metadata store, the content store and the contents of Kubernetes local volumes. The contents of volumes might include setuid binaries, which could allow a local user on the host to elevate privileges on the host.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/containerd/containerd: containerd local privilege escalation",
"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": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-25621"
},
{
"category": "external",
"summary": "RHBZ#2413190",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2413190"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-25621",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25621"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-25621",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-25621"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/blob/main/docs/rootless.md",
"url": "https://github.com/containerd/containerd/blob/main/docs/rootless.md"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/commit/7c59e8e9e970d38061a77b586b23655c352bfec5",
"url": "https://github.com/containerd/containerd/commit/7c59e8e9e970d38061a77b586b23655c352bfec5"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/security/advisories/GHSA-pwhc-rpq9-4c8w",
"url": "https://github.com/containerd/containerd/security/advisories/GHSA-pwhc-rpq9-4c8w"
}
],
"release_date": "2025-11-06T18:36:21.566000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-18T08:39:41+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2900"
},
{
"category": "workaround",
"details": "The system administrator on the host can manually chmod the directories to not\nhave group or world accessible permissions:\n```\nchmod 700 /var/lib/containerd\nchmod 700 /run/containerd/io.containerd.grpc.v1.cri\nchmod 700 /run/containerd/io.containerd.sandbox.controller.v1.shim\n```\nAn alternative mitigation would be to run containerd in rootless mode.",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/containerd/containerd: containerd local privilege escalation"
},
{
"cve": "CVE-2025-12816",
"cwe": {
"id": "CWE-179",
"name": "Incorrect Behavior Order: Early Validation"
},
"discovery_date": "2025-11-25T20:01:05.875196+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417097"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-forge. This vulnerability allows unauthenticated attackers to bypass downstream cryptographic verifications and security decisions via crafting ASN.1 (Abstract Syntax Notation One) structures to desynchronize schema validations, yielding a semantic divergence.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products due to an interpretation conflict in the node-forge library. An unauthenticated attacker could exploit this flaw by crafting malicious ASN.1 structures, leading to a bypass of cryptographic verifications and security decisions in affected applications. This impacts various Red Hat products that utilize node-forge for cryptographic operations.",
"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": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "RHBZ#2417097",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417097"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-12816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12816"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge",
"url": "https://github.com/digitalbazaar/forge"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/pull/1124",
"url": "https://github.com/digitalbazaar/forge/pull/1124"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq"
},
{
"category": "external",
"summary": "https://kb.cert.org/vuls/id/521113",
"url": "https://kb.cert.org/vuls/id/521113"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/node-forge",
"url": "https://www.npmjs.com/package/node-forge"
}
],
"release_date": "2025-11-25T19:15:50.243000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-18T08:39:41+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2900"
},
{
"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": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications"
},
{
"cve": "CVE-2025-13465",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2026-01-21T20:01:28.774829+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431740"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: prototype pollution in _.unset and _.omit functions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is only exploitable by applications using the _.unset and _.omit functions on an object and allowing user input to determine the path of the property to be removed. This issue only allows the deletion of properties but does not allow overwriting their behavior, limiting the impact to a denial of service. Due to this reason, this vulnerability has been rated with an important severity.\n\nIn Grafana, JavaScript code runs only in the browser, while the server side is all Golang. Therefore, the worst-case scenario is a loss of functionality in the client application inside the browser. To reflect this, the CVSS availability metric and the severity of the Grafana and the Grafana-PCP component have been updated to low and moderate, respectively.\n\nThe lodash dependency is bundled and used by the pcs-web-ui component of the PCS package. In Red Hat Enterprise Linux 8.10, the pcs-web-ui component is no longer included in the PCS package. As a result, RHEL 8.10 does not ship the vulnerable lodash component within PCS and is therefore not-affected by this CVE.",
"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": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "RHBZ#2431740",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431740"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg",
"url": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg"
}
],
"release_date": "2026-01-21T19:05:28.846000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-18T08:39:41+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2900"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement strict input validation before passing any property paths to the _.unset and _.omit functions to block attempts to access the prototype chain. Ensure that strings like __proto__, constructor and prototype are blocked, for example.",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: prototype pollution in _.unset and _.omit functions"
},
{
"cve": "CVE-2025-15284",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-29T23:00:58.541337+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425946"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in qs, a module used for parsing query strings. A remote attacker can exploit an improper input validation vulnerability by sending specially crafted HTTP requests that use bracket notation (e.g., `a[]=value`). This bypasses the `arrayLimit` option, which is designed to limit the size of parsed arrays and prevent resource exhaustion. Successful exploitation can lead to memory exhaustion, causing a Denial of Service (DoS) where the application crashes or becomes unresponsive, making the service unavailable to users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "qs: qs: Denial of Service via improper input validation in array parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products that utilize the `qs` module for parsing query strings, particularly when processing user-controlled input with bracket notation. The `arrayLimit` option, intended to prevent resource exhaustion, is bypassed when bracket notation (`a[]=value`) is used, allowing a remote attacker to cause a denial of service through memory exhaustion. This can lead to application crashes or unresponsiveness, making the service unavailable.",
"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": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "RHBZ#2425946",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425946"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15284"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9",
"url": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p",
"url": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p"
}
],
"release_date": "2025-12-29T22:56:45.240000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-18T08:39:41+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2900"
},
{
"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": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "qs: qs: Denial of Service via improper input validation in array parsing"
},
{
"cve": "CVE-2025-52881",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.652000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404715"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"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": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "RHBZ#2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/selinux/pull/237",
"url": "https://github.com/opencontainers/selinux/pull/237"
}
],
"release_date": "2025-11-05T09:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-18T08:39:41+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2900"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using rootless containers, as doing so will block most of the inadvertent writes (runc would run with reduced privileges, making attempts to write to procfs files ineffective).\n* Based on our analysis, neither AppArmor or SELinux can protect against the full version of the redirected write attack. The container runtime is generally privileged enough to write to arbitrary procfs files, which is more than sufficient to cause a container breakout.",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"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": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-18T08:39:41+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2900"
},
{
"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": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-64329",
"cwe": {
"id": "CWE-771",
"name": "Missing Reference to Active Allocated Resource"
},
"discovery_date": "2025-11-07T05:01:08.634160+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2413299"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in containerd. This vulnerability allows a user to exhaust memory on the host due to goroutine leaks via a bug in the CRI (Container Runtime Interface) Attach implementation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/containerd/containerd: containerd: Memory exhaustion via CRI Attach implementation goroutine leaks",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The highest threat of this vulnerability is to system availability. A flaw in containerd\u0027s CRI Attach implementation allows a user to exhaust memory on the host due to goroutine leaks, leading to a denial of service.",
"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": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-64329"
},
{
"category": "external",
"summary": "RHBZ#2413299",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2413299"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-64329",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64329"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-64329",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-64329"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/commit/083b53cd6f19b5de7717b0ce92c11bdf95e612df",
"url": "https://github.com/containerd/containerd/commit/083b53cd6f19b5de7717b0ce92c11bdf95e612df"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/security/advisories/GHSA-m6hq-p25p-ffr2",
"url": "https://github.com/containerd/containerd/security/advisories/GHSA-m6hq-p25p-ffr2"
}
],
"release_date": "2025-11-07T04:15:09.381000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-18T08:39:41+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2900"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "github.com/containerd/containerd: containerd: Memory exhaustion via CRI Attach implementation goroutine leaks"
},
{
"cve": "CVE-2025-66031",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2025-11-26T23:01:36.363253+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417397"
}
],
"notes": [
{
"category": "description",
"text": "An ASN.1 Denial of Service (Dos) vulnerability exists in the node-forge asn1.fromDer function within forge/lib/asn1.js. The ASN.1 DER parser implementation (_fromDer) recurses for every constructed ASN.1 value (SEQUENCE, SET, etc.) and lacks a guard limiting recursion depth. An attacker can craft a small DER blob containing a very large nesting depth of constructed TLVs which causes the Node.js V8 engine to exhaust its call stack and throw RangeError: Maximum call stack size exceeded, crashing or incapacitating the process handling the parse. This is a remote, low-cost Denial-of-Service against applications that parse untrusted ASN.1 objects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: node-forge ASN.1 Unbounded Recursion",
"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": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66031"
},
{
"category": "external",
"summary": "RHBZ#2417397",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417397"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66031"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66031",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66031"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/commit/260425c6167a38aae038697132483b5517b26451",
"url": "https://github.com/digitalbazaar/forge/commit/260425c6167a38aae038697132483b5517b26451"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-554w-wpv2-vw27",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-554w-wpv2-vw27"
}
],
"release_date": "2025-11-26T22:23:26.013000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-18T08:39:41+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2900"
},
{
"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": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "node-forge: node-forge ASN.1 Unbounded Recursion"
},
{
"cve": "CVE-2025-66418",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-05T17:01:20.277857+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419455"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3 Python library that could lead to a Denial of Service condition. A remote, malicious server can exploit this flaw by responding to a client request with an HTTP message that uses an excessive number of chained compression algorithms. This unlimited decompression chain causes the client system to consume a virtually unbounded amount of CPU resources and memory. The high resource usage leads to service disruption, making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion",
"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": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "RHBZ#2419455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66418"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8",
"url": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53"
}
],
"release_date": "2025-12-05T16:02:15.271000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-18T08:39:41+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2900"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion"
},
{
"cve": "CVE-2025-66471",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2025-12-05T17:02:21.597728+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419467"
}
],
"notes": [
{
"category": "description",
"text": "A decompression handling flaw has been discovered in urllib3. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data; CWE-409) on the client side, even if the application only requested a small chunk of data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 Streaming API improperly handles highly compressed data",
"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": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "RHBZ#2419467",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419467"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66471"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7",
"url": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37"
}
],
"release_date": "2025-12-05T16:06:08.531000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-18T08:39:41+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2900"
},
{
"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": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 Streaming API improperly handles highly compressed data"
},
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"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": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-18T08:39:41+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2900"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
},
{
"cve": "CVE-2026-21441",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-01-07T23:01:59.422078+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427726"
}
],
"notes": [
{
"category": "description",
"text": "urllib3 is an HTTP client library for Python. urllib3\u0027s streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. urllib3 can perform decoding or decompression based on the HTTP `Content-Encoding` header (e.g., `gzip`, `deflate`, `br`, or `zstd`). When using the streaming API, the library decompresses only the necessary bytes, enabling partial content consumption. Starting in version 1.22 and prior to version 2.6.3, for HTTP redirect responses, the library would read the entire response body to drain the connection and decompress the content unnecessarily. This decompression occurred even before any read methods were called, and configured read limits did not restrict the amount of decompressed data. As a result, there was no safeguard against decompression bombs. A malicious server could exploit this to trigger excessive resource consumption on the client. Applications and libraries are affected when they stream content from untrusted sources by setting `preload_content=False` when they do not disable redirects. Users should upgrade to at least urllib3 v2.6.3, in which the library does not decode content of redirect responses when `preload_content=False`. If upgrading is not immediately possible, disable redirects by setting `redirect=False` for requests to untrusted source.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)",
"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": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "RHBZ#2427726",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427726"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b",
"url": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99"
}
],
"release_date": "2026-01-07T22:09:01.936000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-18T08:39:41+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2900"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)"
},
{
"cve": "CVE-2026-23745",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-01-16T23:01:26.508727+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430538"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the node-tar library. This vulnerability allows an attacker to craft malicious archives that, when extracted, can bypass intended security restrictions. This leads to arbitrary file overwrite and symlink poisoning, potentially allowing unauthorized modification of files on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-tar: tar: node-tar: Arbitrary file overwrite and symlink poisoning via unsanitized linkpaths in archives",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products that utilize the node-tar library. The flaw allows an attacker to perform arbitrary file overwrite and symlink poisoning by crafting malicious tar archives. This occurs due to insufficient path sanitization of hardlink and symbolic link entries, even when the default secure behavior (preservePaths is false) is enabled.",
"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": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23745"
},
{
"category": "external",
"summary": "RHBZ#2430538",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430538"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23745",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23745"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23745",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23745"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/commit/340eb285b6d986e91969a1170d7fe9b0face405e",
"url": "https://github.com/isaacs/node-tar/commit/340eb285b6d986e91969a1170d7fe9b0face405e"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/security/advisories/GHSA-8qq5-rm4j-mr97",
"url": "https://github.com/isaacs/node-tar/security/advisories/GHSA-8qq5-rm4j-mr97"
}
],
"release_date": "2026-01-16T22:00:08.769000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-18T08:39:41+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2900"
},
{
"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": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-tar: tar: node-tar: Arbitrary file overwrite and symlink poisoning via unsanitized linkpaths in archives"
},
{
"cve": "CVE-2026-24049",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-01-22T05:00:54.709179+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431959"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw has been discovered in the python wheel too. The unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the filename from the archive header for the chmod operation, even though the extraction process itself might have sanitized the path. Attackers can craft a malicious wheel file that, when unpacked, changes the permissions of critical system files (e.g., /etc/passwd, SSH keys, config files), allowing for Privilege Escalation or arbitrary code execution by modifying now-writable scripts.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking",
"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": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "RHBZ#2431959",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431959"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24049"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef",
"url": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/releases/tag/0.46.2",
"url": "https://github.com/pypa/wheel/releases/tag/0.46.2"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx",
"url": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx"
}
],
"release_date": "2026-01-22T04:02:08.706000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-18T08:39:41+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2900"
},
{
"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": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking"
},
{
"cve": "CVE-2026-24842",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2026-01-28T01:01:16.886629+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2433645"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-tar, a Node.js module for handling TAR archives. This vulnerability allows a remote attacker to bypass path traversal protections by crafting a malicious TAR archive. The security check for hardlink entries uses different path resolution logic than the actual hardlink creation, enabling the attacker to create hardlinks to arbitrary files outside the intended extraction directory. This could lead to unauthorized information disclosure or further system compromise.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-tar: tar: node-tar: Arbitrary file creation via path traversal bypass in hardlink security check",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an IMPORTANT vulnerability in node-tar, a Node.js module for handling TAR archives. The flaw allows an attacker to bypass path traversal protections by crafting a malicious TAR archive. This could lead to the creation of hardlinks to arbitrary files outside the intended extraction directory, potentially resulting in unauthorized information disclosure or further system compromise in affected Red Hat products utilizing node-tar for archive processing.",
"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": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24842"
},
{
"category": "external",
"summary": "RHBZ#2433645",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2433645"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24842",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24842"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24842",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24842"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/commit/f4a7aa9bc3d717c987fdf1480ff7a64e87ffdb46",
"url": "https://github.com/isaacs/node-tar/commit/f4a7aa9bc3d717c987fdf1480ff7a64e87ffdb46"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/security/advisories/GHSA-34x7-hfp2-rc4v",
"url": "https://github.com/isaacs/node-tar/security/advisories/GHSA-34x7-hfp2-rc4v"
}
],
"release_date": "2026-01-28T00:20:13.261000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-18T08:39:41+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2900"
},
{
"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": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:0c677aebfafea3f13c298396e9975da6fb392df0cef1b62df54d66b0f08376a3_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:472aaa4cabacdc52ecd2cd9d25710027612cc1c92a4a2685bf5321507028ec0d_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:9266caf90f473509cbd104e1d00b57a4695f16cf4e0be53819560821e0236461_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a852fe93a3de2a35b3f13cfa0ea0600f9518d4b97c123353eb2b4f78202e7967_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17be6b67f5ed6757b65df0d59dc5d59130ee2e3510c60453de77fadfd7ca3c16_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:325db5ee476d5467e24748b6a66def44ff06e91e7e0665f43a49d7df9dbc9870_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:7ed8059b6fb8ccc57c6c6aca6c826e4b45db3079cdf6d2854dec467a94fe46ab_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:a9d0f02ab4310c5a2b2026f424a07d35bcd2ab74e5f9fabba10a2514bef29545_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3f4b1539a41af46e0dcc3ee1e06d760b504448190cf1f5963171e504cbcb82e2_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:4cb55d496e82d09f2a9f57f1b676d24134b1e4f817e10d4535581d4cb2728502_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:77695f611b1122150c84ee648c674037c488007684d8644a5fc420e111e447b1_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:bb0f0e05c7bb037cd07c260a8fcea50fb62cc433d8cd504c4bb065f994c359c6_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:0d23eb03050bcf371d44613a679456222b064cd3a6c17ea9a3c34f1ac7e3cbfc_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:619759fd4607dbb26e8ef0d47f50f8ec24323f0766167e4df15c51d6c31b9be7_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:e72278e61f7300880988fbac4e4e728e7f2ad14c3061ac39ece0d59a3cd5e228_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:f85ae8937c0d75a29dfe601110e5b358f8d92bb85bb43fff9bc88667ad43e4dc_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:84a41b297f620c777236b298ee3dca1656916757cfb043f96c035656f8b9c353_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:8b660cd90abfe68d05668562155759079e7012448c142234ea3a37e6ee41436d_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:9e495db6e28bb6e38b263557d303081ed3199039dc1e7d18c704be8b64d8dd18_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:c2a7793ccbaf491a6018f3dd63b10f29e205441d1dd7ca9184b1b46f6db4b199_arm64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:6cc2706d0f934502e78d4f4585e0787a84e6751ff946568c21dbe7a87df699df_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:3180d33b433733fc469a0a8b2bf613f137eba10fd75f8bc586066d4d303a3a5f_s390x",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:5938d399221a1f7ad395ea18adf0fd5274e009f1de48114bc4d07968566b7209_amd64",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:9b5e5c68ff2fdd5ca27e34e8eda5d0e8a230eea65cdfa768a6f6643c1a35da76_ppc64le",
"Network Observability (NETOBSERV) 1.11.0:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:cfa8bd4f51b690217a305347ac412ee4efed2bdea695fa99f8f771c4f271b59c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-tar: tar: node-tar: Arbitrary file creation via path traversal bypass in hardlink security check"
}
]
}
RHSA-2026:4185
Vulnerability from csaf_redhat - Published: 2026-03-10 13:57 - Updated: 2026-03-18 21:17Notes
{
"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 Quay 3.13.11 is now available with bug fixes.",
"title": "Topic"
},
{
"category": "general",
"text": "Quay 3.13.11",
"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-2026:4185",
"url": "https://access.redhat.com/errata/RHSA-2026:4185"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-12816",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-15284",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-52881",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-65945",
"url": "https://access.redhat.com/security/cve/CVE-2025-65945"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66418",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66471",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-21441",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24049",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_4185.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Quay 3.13.11",
"tracking": {
"current_release_date": "2026-03-18T21:17:46+00:00",
"generator": {
"date": "2026-03-18T21:17:46+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2026:4185",
"initial_release_date": "2026-03-10T13:57:02+00:00",
"revision_history": [
{
"date": "2026-03-10T13:57:02+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-12T14:13:32+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T21:17:46+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Quay 3.13",
"product": {
"name": "Red Hat Quay 3.13",
"product_id": "Red Hat Quay 3.13",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quay:3.13::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Quay"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256%3A61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1771540384"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1771539915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:bfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:bfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:bfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256%3Abfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1771540464"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1771539959"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3A0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1771860977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:d711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:d711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:d711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3Ad711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1771942423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:bb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b_amd64",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:bb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b_amd64",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:bb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3Abb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770071468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:aa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:aa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-bundle@sha256:aa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256%3Aaa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773092950"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1771947506"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c_amd64",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773088862"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1_arm64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1771539915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c_arm64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1771539959"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618_arm64",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3A8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1771860977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6_arm64",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1771942423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:f3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993_arm64",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:f3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993_arm64",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:f3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3Af3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770071468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:ff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:ff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c_arm64",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:ff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3Aff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1771947506"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587_arm64",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773088862"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5_ppc64le",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3Aca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1771539915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470_ppc64le",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3Afc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1771539959"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:af814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:af814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211_ppc64le",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:af814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3Aaf814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1771860977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2_ppc64le",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1771942423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc_ppc64le",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc_ppc64le",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1770071468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:ba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:ba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea_ppc64le",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:ba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3Aba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1771947506"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:d1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:d1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12_ppc64le",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:d1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3Ad1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773088862"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17_s390x",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1771539915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1_s390x",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3Afb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1771539959"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc_s390x",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3Af0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1771860977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551_s390x",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1771942423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:addfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399_s390x",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:addfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399_s390x",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:addfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3Aaddfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1770071468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:fe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:fe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c_s390x",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:fe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3Afe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1771947506"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900_s390x",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773088862"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc_ppc64le as a component of Red Hat Quay 3.13",
"product_id": "Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc_ppc64le"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:addfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399_s390x as a component of Red Hat Quay 3.13",
"product_id": "Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:addfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399_s390x"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:addfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399_s390x",
"relates_to_product_reference": "Red Hat Quay 3.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:bb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b_amd64 as a component of Red Hat Quay 3.13",
"product_id": "Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:bb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b_amd64"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:bb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b_amd64",
"relates_to_product_reference": "Red Hat Quay 3.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:f3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993_arm64 as a component of Red Hat Quay 3.13",
"product_id": "Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:f3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993_arm64"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:f3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993_arm64",
"relates_to_product_reference": "Red Hat Quay 3.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:bfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df_amd64 as a component of Red Hat Quay 3.13",
"product_id": "Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:bfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:bfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df_amd64",
"relates_to_product_reference": "Red Hat Quay 3.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c_arm64 as a component of Red Hat Quay 3.13",
"product_id": "Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c_arm64",
"relates_to_product_reference": "Red Hat Quay 3.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f_amd64 as a component of Red Hat Quay 3.13",
"product_id": "Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f_amd64",
"relates_to_product_reference": "Red Hat Quay 3.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1_s390x as a component of Red Hat Quay 3.13",
"product_id": "Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1_s390x",
"relates_to_product_reference": "Red Hat Quay 3.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470_ppc64le as a component of Red Hat Quay 3.13",
"product_id": "Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06_amd64 as a component of Red Hat Quay 3.13",
"product_id": "Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06_amd64",
"relates_to_product_reference": "Red Hat Quay 3.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618_arm64 as a component of Red Hat Quay 3.13",
"product_id": "Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618_arm64",
"relates_to_product_reference": "Red Hat Quay 3.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:af814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211_ppc64le as a component of Red Hat Quay 3.13",
"product_id": "Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:af814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:af814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc_s390x as a component of Red Hat Quay 3.13",
"product_id": "Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc_s390x",
"relates_to_product_reference": "Red Hat Quay 3.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6_arm64 as a component of Red Hat Quay 3.13",
"product_id": "Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6_arm64",
"relates_to_product_reference": "Red Hat Quay 3.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551_s390x as a component of Red Hat Quay 3.13",
"product_id": "Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551_s390x",
"relates_to_product_reference": "Red Hat Quay 3.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2_ppc64le as a component of Red Hat Quay 3.13",
"product_id": "Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:d711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df_amd64 as a component of Red Hat Quay 3.13",
"product_id": "Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:d711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:d711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df_amd64",
"relates_to_product_reference": "Red Hat Quay 3.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88_amd64 as a component of Red Hat Quay 3.13",
"product_id": "Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88_amd64",
"relates_to_product_reference": "Red Hat Quay 3.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c_amd64 as a component of Red Hat Quay 3.13",
"product_id": "Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c_amd64",
"relates_to_product_reference": "Red Hat Quay 3.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1_arm64 as a component of Red Hat Quay 3.13",
"product_id": "Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1_arm64",
"relates_to_product_reference": "Red Hat Quay 3.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17_s390x as a component of Red Hat Quay 3.13",
"product_id": "Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17_s390x",
"relates_to_product_reference": "Red Hat Quay 3.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5_ppc64le as a component of Red Hat Quay 3.13",
"product_id": "Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:aa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149_amd64 as a component of Red Hat Quay 3.13",
"product_id": "Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-bundle@sha256:aa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-bundle@sha256:aa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149_amd64",
"relates_to_product_reference": "Red Hat Quay 3.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc_amd64 as a component of Red Hat Quay 3.13",
"product_id": "Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc_amd64",
"relates_to_product_reference": "Red Hat Quay 3.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:ba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea_ppc64le as a component of Red Hat Quay 3.13",
"product_id": "Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:ba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:fe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c_s390x as a component of Red Hat Quay 3.13",
"product_id": "Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:fe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:fe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c_s390x",
"relates_to_product_reference": "Red Hat Quay 3.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:ff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c_arm64 as a component of Red Hat Quay 3.13",
"product_id": "Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:ff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c_arm64",
"relates_to_product_reference": "Red Hat Quay 3.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587_arm64 as a component of Red Hat Quay 3.13",
"product_id": "Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587_arm64",
"relates_to_product_reference": "Red Hat Quay 3.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c_amd64 as a component of Red Hat Quay 3.13",
"product_id": "Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c_amd64",
"relates_to_product_reference": "Red Hat Quay 3.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900_s390x as a component of Red Hat Quay 3.13",
"product_id": "Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900_s390x",
"relates_to_product_reference": "Red Hat Quay 3.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:d1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12_ppc64le as a component of Red Hat Quay 3.13",
"product_id": "Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:d1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:d1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.13"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-12816",
"cwe": {
"id": "CWE-179",
"name": "Incorrect Behavior Order: Early Validation"
},
"discovery_date": "2025-11-25T20:01:05.875196+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:addfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:bb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:f3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:bfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:af814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:d711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-bundle@sha256:aa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:fe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417097"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-forge. This vulnerability allows unauthenticated attackers to bypass downstream cryptographic verifications and security decisions via crafting ASN.1 (Abstract Syntax Notation One) structures to desynchronize schema validations, yielding a semantic divergence.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products due to an interpretation conflict in the node-forge library. An unauthenticated attacker could exploit this flaw by crafting malicious ASN.1 structures, leading to a bypass of cryptographic verifications and security decisions in affected applications. This impacts various Red Hat products that utilize node-forge for cryptographic operations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:d1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:addfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:bb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:f3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:bfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:af814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:d711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-bundle@sha256:aa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:fe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "RHBZ#2417097",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417097"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-12816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12816"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge",
"url": "https://github.com/digitalbazaar/forge"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/pull/1124",
"url": "https://github.com/digitalbazaar/forge/pull/1124"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq"
},
{
"category": "external",
"summary": "https://kb.cert.org/vuls/id/521113",
"url": "https://kb.cert.org/vuls/id/521113"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/node-forge",
"url": "https://www.npmjs.com/package/node-forge"
}
],
"release_date": "2025-11-25T19:15:50.243000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T13:57:02+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11358",
"product_ids": [
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:d1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4185"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:addfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:bb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:f3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:bfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:af814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:d711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-bundle@sha256:aa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:fe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:d1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:addfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:bb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:f3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:bfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:af814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:d711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-bundle@sha256:aa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:fe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:d1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications"
},
{
"cve": "CVE-2025-15284",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-29T23:00:58.541337+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:addfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:bb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:f3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:bfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:af814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:d711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-bundle@sha256:aa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:fe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425946"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in qs, a module used for parsing query strings. A remote attacker can exploit an improper input validation vulnerability by sending specially crafted HTTP requests that use bracket notation (e.g., `a[]=value`). This bypasses the `arrayLimit` option, which is designed to limit the size of parsed arrays and prevent resource exhaustion. Successful exploitation can lead to memory exhaustion, causing a Denial of Service (DoS) where the application crashes or becomes unresponsive, making the service unavailable to users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "qs: qs: Denial of Service via improper input validation in array parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products that utilize the `qs` module for parsing query strings, particularly when processing user-controlled input with bracket notation. The `arrayLimit` option, intended to prevent resource exhaustion, is bypassed when bracket notation (`a[]=value`) is used, allowing a remote attacker to cause a denial of service through memory exhaustion. This can lead to application crashes or unresponsiveness, making the service unavailable.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:d1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:addfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:bb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:f3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:bfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:af814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:d711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-bundle@sha256:aa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:fe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "RHBZ#2425946",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425946"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15284"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9",
"url": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p",
"url": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p"
}
],
"release_date": "2025-12-29T22:56:45.240000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T13:57:02+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11358",
"product_ids": [
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:d1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4185"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:addfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:bb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:f3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:bfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:af814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:d711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-bundle@sha256:aa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:fe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:d1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:addfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:bb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:f3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:bfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:af814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:d711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-bundle@sha256:aa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:fe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:d1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "qs: qs: Denial of Service via improper input validation in array parsing"
},
{
"cve": "CVE-2025-52881",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.652000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:addfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:bb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:f3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:bfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:af814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:d711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-bundle@sha256:aa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:fe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404715"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:d1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:addfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:bb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:f3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:bfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:af814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:d711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-bundle@sha256:aa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:fe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "RHBZ#2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/selinux/pull/237",
"url": "https://github.com/opencontainers/selinux/pull/237"
}
],
"release_date": "2025-11-05T09:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T13:57:02+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11358",
"product_ids": [
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:d1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4185"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using rootless containers, as doing so will block most of the inadvertent writes (runc would run with reduced privileges, making attempts to write to procfs files ineffective).\n* Based on our analysis, neither AppArmor or SELinux can protect against the full version of the redirected write attack. The container runtime is generally privileged enough to write to arbitrary procfs files, which is more than sufficient to cause a container breakout.",
"product_ids": [
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:addfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:bb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:f3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:bfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:af814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:d711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-bundle@sha256:aa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:fe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:d1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:addfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:bb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:f3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:bfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:af814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:d711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-bundle@sha256:aa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:fe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:d1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:addfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:bb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:f3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:bfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:af814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:d711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-bundle@sha256:aa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:fe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:d1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:addfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:bb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:f3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:bfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:af814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:d711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-bundle@sha256:aa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:fe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T13:57:02+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11358",
"product_ids": [
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:d1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4185"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:addfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:bb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:f3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:bfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:af814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:d711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-bundle@sha256:aa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:fe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:d1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-65945",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2025-12-04T19:01:14.733682+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:addfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:bb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:f3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:bfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:af814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:d711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-bundle@sha256:aa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:fe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418904"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in auth0/node-jws. This vulnerability allows improper signature verification via using the HS256 (Hash-based Message Authentication Code using SHA-256) algorithm under specific conditions, where applications use the jws.createVerify() function for HMAC (Keyed-Hash Message Authentication Code) algorithms and user-provided data from the JSON (JavaScript Object Notation) Web Signature protected header or payload in HMAC secret lookup routines.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-jws: auth0/node-jws: Improper signature verification in HS256 algorithm",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:d1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:addfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:bb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:f3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:bfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:af814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:d711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-bundle@sha256:aa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:fe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-65945"
},
{
"category": "external",
"summary": "RHBZ#2418904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418904"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-65945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65945"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-65945",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65945"
},
{
"category": "external",
"summary": "https://github.com/auth0/node-jws/commit/34c45b2c04434f925b638de6a061de9339c0ea2e",
"url": "https://github.com/auth0/node-jws/commit/34c45b2c04434f925b638de6a061de9339c0ea2e"
},
{
"category": "external",
"summary": "https://github.com/auth0/node-jws/security/advisories/GHSA-869p-cjfg-cm3x",
"url": "https://github.com/auth0/node-jws/security/advisories/GHSA-869p-cjfg-cm3x"
}
],
"release_date": "2025-12-04T18:45:37.517000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T13:57:02+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11358",
"product_ids": [
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:d1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4185"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:addfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:bb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:f3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:bfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:af814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:d711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-bundle@sha256:aa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:fe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:d1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:addfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:bb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:f3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:bfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:af814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:d711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-bundle@sha256:aa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:fe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:d1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-jws: auth0/node-jws: Improper signature verification in HS256 algorithm"
},
{
"cve": "CVE-2025-66418",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-05T17:01:20.277857+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:addfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:bb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:f3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:bfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:af814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:d711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-bundle@sha256:aa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:fe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419455"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3 Python library that could lead to a Denial of Service condition. A remote, malicious server can exploit this flaw by responding to a client request with an HTTP message that uses an excessive number of chained compression algorithms. This unlimited decompression chain causes the client system to consume a virtually unbounded amount of CPU resources and memory. The high resource usage leads to service disruption, making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:d1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:addfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:bb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:f3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:bfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:af814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:d711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-bundle@sha256:aa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:fe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "RHBZ#2419455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66418"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8",
"url": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53"
}
],
"release_date": "2025-12-05T16:02:15.271000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T13:57:02+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11358",
"product_ids": [
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:d1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4185"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:addfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:bb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:f3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:bfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:af814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:d711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-bundle@sha256:aa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:fe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:d1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion"
},
{
"cve": "CVE-2025-66471",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2025-12-05T17:02:21.597728+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:addfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:bb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:f3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:bfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:af814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:d711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-bundle@sha256:aa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:fe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419467"
}
],
"notes": [
{
"category": "description",
"text": "A decompression handling flaw has been discovered in urllib3. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data; CWE-409) on the client side, even if the application only requested a small chunk of data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 Streaming API improperly handles highly compressed data",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:d1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:addfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:bb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:f3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:bfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:af814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:d711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-bundle@sha256:aa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:fe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "RHBZ#2419467",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419467"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66471"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7",
"url": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37"
}
],
"release_date": "2025-12-05T16:06:08.531000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T13:57:02+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11358",
"product_ids": [
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:d1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4185"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:addfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:bb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:f3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:bfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:af814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:d711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-bundle@sha256:aa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:fe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:d1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:addfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:bb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:f3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:bfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:af814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:d711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-bundle@sha256:aa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:fe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:d1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 Streaming API improperly handles highly compressed data"
},
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:addfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:bb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:f3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:bfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:af814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:d711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-bundle@sha256:aa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:fe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:d1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:addfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:bb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:f3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:bfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:af814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:d711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-bundle@sha256:aa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:fe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T13:57:02+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11358",
"product_ids": [
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:d1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4185"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:addfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:bb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:f3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:bfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:af814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:d711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-bundle@sha256:aa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:fe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:d1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
},
{
"cve": "CVE-2026-21441",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-01-07T23:01:59.422078+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:addfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:bb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:f3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:bfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:af814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:d711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-bundle@sha256:aa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:fe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427726"
}
],
"notes": [
{
"category": "description",
"text": "urllib3 is an HTTP client library for Python. urllib3\u0027s streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. urllib3 can perform decoding or decompression based on the HTTP `Content-Encoding` header (e.g., `gzip`, `deflate`, `br`, or `zstd`). When using the streaming API, the library decompresses only the necessary bytes, enabling partial content consumption. Starting in version 1.22 and prior to version 2.6.3, for HTTP redirect responses, the library would read the entire response body to drain the connection and decompress the content unnecessarily. This decompression occurred even before any read methods were called, and configured read limits did not restrict the amount of decompressed data. As a result, there was no safeguard against decompression bombs. A malicious server could exploit this to trigger excessive resource consumption on the client. Applications and libraries are affected when they stream content from untrusted sources by setting `preload_content=False` when they do not disable redirects. Users should upgrade to at least urllib3 v2.6.3, in which the library does not decode content of redirect responses when `preload_content=False`. If upgrading is not immediately possible, disable redirects by setting `redirect=False` for requests to untrusted source.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:d1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:addfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:bb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:f3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:bfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:af814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:d711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-bundle@sha256:aa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:fe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "RHBZ#2427726",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427726"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b",
"url": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99"
}
],
"release_date": "2026-01-07T22:09:01.936000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T13:57:02+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11358",
"product_ids": [
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:d1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4185"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:addfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:bb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:f3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:bfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:af814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:d711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-bundle@sha256:aa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:fe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:d1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)"
},
{
"cve": "CVE-2026-24049",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-01-22T05:00:54.709179+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:addfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:bb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:f3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:bfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:af814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:d711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-bundle@sha256:aa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:fe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431959"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw has been discovered in the python wheel too. The unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the filename from the archive header for the chmod operation, even though the extraction process itself might have sanitized the path. Attackers can craft a malicious wheel file that, when unpacked, changes the permissions of critical system files (e.g., /etc/passwd, SSH keys, config files), allowing for Privilege Escalation or arbitrary code execution by modifying now-writable scripts.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:d1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:addfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:bb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:f3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:bfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:af814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:d711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-bundle@sha256:aa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:fe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "RHBZ#2431959",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431959"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24049"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef",
"url": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/releases/tag/0.46.2",
"url": "https://github.com/pypa/wheel/releases/tag/0.46.2"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx",
"url": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx"
}
],
"release_date": "2026-01-22T04:02:08.706000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T13:57:02+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11358",
"product_ids": [
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:d1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4185"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:addfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:bb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:f3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:bfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:af814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:d711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-bundle@sha256:aa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:fe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:d1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:917812ed1960aa5718c3bab783adcb332afe375630cba7943ca22a715fedaffc_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:addfe949914aa4fb9403d1e8c4664bee3f97d1c9cc99de4c9d4a0e77e5d2f399_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:bb98c2611c6cf222bddd75faf18660d645a2136303cf0daf31cc7b5e0bb7182b_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/clair-rhel8@sha256:f3dc9df30aa3d8112ab0c47900141aa4cdeb4c618f111f091b66d27be9202993_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:bfe38a61bcd4f9e1a74a9b2f681b8713ed4efa553eb40c615fb5ded0aacf24df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:21094dd4f8766f6fa5ace83e671f85652b72392b18aa21621aa4cd79600d404c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:25360dfbb6e69528b557f1fbe33a5bde6c37188fc9d1d0d575b2596a8269456f_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fb832f735a69250fa66d90956526222a7e2b64ca0a7f6d09acc582f6527a3ed1_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fc369b45e2f0cfafc7da05282474ae813830b012f8032b91d6b8f7d75287d470_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0c811368ef77d8b17e1e27fa273c87dcd4b572635872221a8cb9bdf39ae6fe06_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:8eaf9253428eef927bfa7509f1fbbaf6998e5bd262f0aca2b980863e6f411618_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:af814ef84aa0e649a02ef2877c9ad963e30ee9a1416e30f128c4841d7e53f211_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f0c44916f0e4a0b792e743a8157a014d569dc759fc64657bc3b911f2d1d22ecc_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:0993ee9ca326a40bdd35828b7f07f9d832d033b99b061ddd046e384285a408b6_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:2ede08e62b85bbbd62b45f892aa5532226b403fbb27ce5ec4ee0e79a65532551_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:5ee96859a8b4da0eaf09e7c14e032264ec29c7adc2c6826a7365f85313dff3c2_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-builder-rhel8@sha256:d711fca418151140d24632df9f461e6cf72d70cbcc225e42cb3a2d6c695848df_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:61cb5727b7d7ba543c4b6eade2c582960bdd432ff44e060892e7ecd20def4c88_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:740d25ad8aec0139151be72e70a1d12b5f78dc1ee813658bef52578306608d0c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a19a5b8796e9c90a6c88859f02c366cc047901b9c0c62a99b2513fbb4d756e1_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:86bd2e921dc9a6ed1afb355a3c8aabd5a385ec91b1d2429a14516e7fde43aa17_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ca30d6af7d8923ac5b65fbb74cc06e943c67ea24f2cdaf2a27f9e9c9196728d5_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-bundle@sha256:aa20b724915b4302c8be86874d50df8c32e624a4dcef4f4b90d6e9394f5bb149_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:6ad9da9512951c26a98358939d06785387689089df874ebce49874466903afcc_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ba2dbd3198ff3b9089bb05fc78dfd2b20b31f1f89b274f99b4d5aec7004c20ea_ppc64le",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:fe1e31fc27a9cf50f168495f9ea08a561f5fb577195691fa4ac6a177d5d36d8c_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-operator-rhel8@sha256:ff7b37a2d32eda5c7f81111e0bced17cac64d5652e632e5207fb1794836d3a4c_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:1403699a49e9fa2e04fab27f28de244b6e3e631877eb6eddb55b676d3ec44587_arm64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:39cadc6e19d0ea7e86a6b11aa15093d4e7d24bc69be260abed90396f92b4126c_amd64",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:8b52456a5391e1e5179ccdc6ac3ec3737a9a33481128a86dd055813881ebc900_s390x",
"Red Hat Quay 3.13:registry.redhat.io/quay/quay-rhel8@sha256:d1fa7495f6dfad0e41f81ca8bf02689f6241973af27e2b98165878d3fc602d12_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking"
}
]
}
RHSA-2025:23202
Vulnerability from csaf_redhat - Published: 2025-12-15 15:29 - Updated: 2026-03-18 20:44Notes
{
"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 AI Inference Server Model Optimization Tools 3.2.5 (CUDA) is now available.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat\u00ae AI Inference Server Model Optimization Tools",
"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:23202",
"url": "https://access.redhat.com/errata/RHSA-2025:23202"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22868",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22869",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-52565",
"url": "https://access.redhat.com/security/cve/CVE-2025-52565"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-59375",
"url": "https://access.redhat.com/security/cve/CVE-2025-59375"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9230",
"url": "https://access.redhat.com/security/cve/CVE-2025-9230"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9714",
"url": "https://access.redhat.com/security/cve/CVE-2025-9714"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://www.redhat.com/en/products/ai/inference-server",
"url": "https://www.redhat.com/en/products/ai/inference-server"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_23202.json"
}
],
"title": "Red Hat Security Advisory: Red Hat AI Inference Server Model Optimization Tools 3.2.5 (CUDA)",
"tracking": {
"current_release_date": "2026-03-18T20:44:30+00:00",
"generator": {
"date": "2026-03-18T20:44:30+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2025:23202",
"initial_release_date": "2025-12-15T15:29:01+00:00",
"revision_history": [
{
"date": "2025-12-15T15:29:01+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-15T15:29:08+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T20:44:30+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat AI Inference Server 3.2",
"product": {
"name": "Red Hat AI Inference Server 3.2",
"product_id": "Red Hat AI Inference Server 3.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ai_inference_server:3.2::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat AI Inference Server"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:fca12d55fef49b9a67c8aa7c2c004adb8916b9784134b4e571067a615a7a4a2e_amd64",
"product": {
"name": "registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:fca12d55fef49b9a67c8aa7c2c004adb8916b9784134b4e571067a615a7a4a2e_amd64",
"product_id": "registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:fca12d55fef49b9a67c8aa7c2c004adb8916b9784134b4e571067a615a7a4a2e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/model-opt-cuda-rhel9@sha256%3Afca12d55fef49b9a67c8aa7c2c004adb8916b9784134b4e571067a615a7a4a2e?arch=amd64\u0026repository_url=registry.redhat.io/rhaiis\u0026tag=3.2.5-1765361184"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f083e52ef4198ab8123c49eb044c4374ec996f65633d224bb8152ef0c3f30e7d_arm64",
"product": {
"name": "registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f083e52ef4198ab8123c49eb044c4374ec996f65633d224bb8152ef0c3f30e7d_arm64",
"product_id": "registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f083e52ef4198ab8123c49eb044c4374ec996f65633d224bb8152ef0c3f30e7d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/model-opt-cuda-rhel9@sha256%3Af083e52ef4198ab8123c49eb044c4374ec996f65633d224bb8152ef0c3f30e7d?arch=arm64\u0026repository_url=registry.redhat.io/rhaiis\u0026tag=3.2.5-1765361184"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f083e52ef4198ab8123c49eb044c4374ec996f65633d224bb8152ef0c3f30e7d_arm64 as a component of Red Hat AI Inference Server 3.2",
"product_id": "Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f083e52ef4198ab8123c49eb044c4374ec996f65633d224bb8152ef0c3f30e7d_arm64"
},
"product_reference": "registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f083e52ef4198ab8123c49eb044c4374ec996f65633d224bb8152ef0c3f30e7d_arm64",
"relates_to_product_reference": "Red Hat AI Inference Server 3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:fca12d55fef49b9a67c8aa7c2c004adb8916b9784134b4e571067a615a7a4a2e_amd64 as a component of Red Hat AI Inference Server 3.2",
"product_id": "Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:fca12d55fef49b9a67c8aa7c2c004adb8916b9784134b4e571067a615a7a4a2e_amd64"
},
"product_reference": "registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:fca12d55fef49b9a67c8aa7c2c004adb8916b9784134b4e571067a615a7a4a2e_amd64",
"relates_to_product_reference": "Red Hat AI Inference Server 3.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-9230",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-09-17T12:15:34.387000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396054"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the OpenSSL CMS implementation (RFC 3211 KEK Unwrap). This vulnerability allows memory corruption, an application level denial of service, or potential execution of attacker-supplied code via crafted CMS messages using password-based encryption (PWRI).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: Out-of-bounds read \u0026 write in RFC 3211 KEK Unwrap",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability was rated as Moderate because, while the potential impact includes an application level denial of service and possible arbitrary code execution, successful exploitation is considered unlikely due to the high attack complexity and the fact that password-based CMS encryption (PWRI) is rarely used in real-world deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f083e52ef4198ab8123c49eb044c4374ec996f65633d224bb8152ef0c3f30e7d_arm64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:fca12d55fef49b9a67c8aa7c2c004adb8916b9784134b4e571067a615a7a4a2e_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9230"
},
{
"category": "external",
"summary": "RHBZ#2396054",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396054"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9230",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9230"
}
],
"release_date": "2025-09-30T23:59:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:29:01+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23202",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f083e52ef4198ab8123c49eb044c4374ec996f65633d224bb8152ef0c3f30e7d_arm64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:fca12d55fef49b9a67c8aa7c2c004adb8916b9784134b4e571067a615a7a4a2e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23202"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f083e52ef4198ab8123c49eb044c4374ec996f65633d224bb8152ef0c3f30e7d_arm64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:fca12d55fef49b9a67c8aa7c2c004adb8916b9784134b4e571067a615a7a4a2e_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f083e52ef4198ab8123c49eb044c4374ec996f65633d224bb8152ef0c3f30e7d_arm64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:fca12d55fef49b9a67c8aa7c2c004adb8916b9784134b4e571067a615a7a4a2e_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: Out-of-bounds read \u0026 write in RFC 3211 KEK Unwrap"
},
{
"cve": "CVE-2025-9714",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2025-09-02T13:03:56.452000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2392605"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libxstl/libxml2. The \u0027exsltDynMapFunction\u0027 function in libexslt/dynamic.c does not contain a recursion depth check, which may cause an infinite loop via a specially crafted XSLT document while handling \u0027dyn:map()\u0027, leading to stack exhaustion and a local denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxslt: libxml2: Inifinite recursion at exsltDynMapFunction function in libexslt/dynamic.c",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "No evidence was found for arbitrary memory corruption through this flaw, limiting its impact to Availability only, and reducing its severity to Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f083e52ef4198ab8123c49eb044c4374ec996f65633d224bb8152ef0c3f30e7d_arm64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:fca12d55fef49b9a67c8aa7c2c004adb8916b9784134b4e571067a615a7a4a2e_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9714"
},
{
"category": "external",
"summary": "RHBZ#2392605",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2392605"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9714"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9714",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9714"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxml2/-/commit/677a42645ef22b5a50741bad5facf9d8a8bc6d21",
"url": "https://gitlab.gnome.org/GNOME/libxml2/-/commit/677a42645ef22b5a50741bad5facf9d8a8bc6d21"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/148",
"url": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/148"
}
],
"release_date": "2025-09-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:29:01+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23202",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f083e52ef4198ab8123c49eb044c4374ec996f65633d224bb8152ef0c3f30e7d_arm64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:fca12d55fef49b9a67c8aa7c2c004adb8916b9784134b4e571067a615a7a4a2e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23202"
},
{
"category": "workaround",
"details": "The impact of this flaw may be reduced by setting strict resource limits to the stack size of processes at the operational system level. This can be achieved either through the \u0027ulimit\u0027 shell built-in or the \u0027limits.conf\u0027 file.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f083e52ef4198ab8123c49eb044c4374ec996f65633d224bb8152ef0c3f30e7d_arm64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:fca12d55fef49b9a67c8aa7c2c004adb8916b9784134b4e571067a615a7a4a2e_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f083e52ef4198ab8123c49eb044c4374ec996f65633d224bb8152ef0c3f30e7d_arm64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:fca12d55fef49b9a67c8aa7c2c004adb8916b9784134b4e571067a615a7a4a2e_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libxslt: libxml2: Inifinite recursion at exsltDynMapFunction function in libexslt/dynamic.c"
},
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f083e52ef4198ab8123c49eb044c4374ec996f65633d224bb8152ef0c3f30e7d_arm64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:fca12d55fef49b9a67c8aa7c2c004adb8916b9784134b4e571067a615a7a4a2e_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:29:01+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23202",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f083e52ef4198ab8123c49eb044c4374ec996f65633d224bb8152ef0c3f30e7d_arm64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:fca12d55fef49b9a67c8aa7c2c004adb8916b9784134b4e571067a615a7a4a2e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23202"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f083e52ef4198ab8123c49eb044c4374ec996f65633d224bb8152ef0c3f30e7d_arm64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:fca12d55fef49b9a67c8aa7c2c004adb8916b9784134b4e571067a615a7a4a2e_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f083e52ef4198ab8123c49eb044c4374ec996f65633d224bb8152ef0c3f30e7d_arm64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:fca12d55fef49b9a67c8aa7c2c004adb8916b9784134b4e571067a615a7a4a2e_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f083e52ef4198ab8123c49eb044c4374ec996f65633d224bb8152ef0c3f30e7d_arm64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:fca12d55fef49b9a67c8aa7c2c004adb8916b9784134b4e571067a615a7a4a2e_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:29:01+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23202",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f083e52ef4198ab8123c49eb044c4374ec996f65633d224bb8152ef0c3f30e7d_arm64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:fca12d55fef49b9a67c8aa7c2c004adb8916b9784134b4e571067a615a7a4a2e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23202"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f083e52ef4198ab8123c49eb044c4374ec996f65633d224bb8152ef0c3f30e7d_arm64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:fca12d55fef49b9a67c8aa7c2c004adb8916b9784134b4e571067a615a7a4a2e_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f083e52ef4198ab8123c49eb044c4374ec996f65633d224bb8152ef0c3f30e7d_arm64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:fca12d55fef49b9a67c8aa7c2c004adb8916b9784134b4e571067a615a7a4a2e_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-52565",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.653000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404708"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. CVE-2025-52565 is very similar in concept and application toCVE-2025-31133, except that it exploits a flaw in /dev/console\nbind-mounts. When creating the /dev/console bind-mount (to /dev/pts/$n), if an attacker replaces /dev/pts/$n with a symlink then runc will bind-mount the symlink target over /dev/console.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: container escape with malicious config due to /dev/console mount and related races",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f083e52ef4198ab8123c49eb044c4374ec996f65633d224bb8152ef0c3f30e7d_arm64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:fca12d55fef49b9a67c8aa7c2c004adb8916b9784134b4e571067a615a7a4a2e_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52565"
},
{
"category": "external",
"summary": "RHBZ#2404708",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404708"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52565"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52565",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52565"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-qw9x-cqr3-wc7r",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-qw9x-cqr3-wc7r"
}
],
"release_date": "2025-11-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:29:01+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23202",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f083e52ef4198ab8123c49eb044c4374ec996f65633d224bb8152ef0c3f30e7d_arm64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:fca12d55fef49b9a67c8aa7c2c004adb8916b9784134b4e571067a615a7a4a2e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23202"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using user namespaces, with the host root user not mapped into the container\u0027s namespace. procfs file permissions are managed using Unix DAC and thus user namespaces stop a container process from being able to write to them.\n* Not running as a root user in the container (this includes disabling setuid binaries with noNewPrivileges). As above, procfs file permissions are managed using Unix DAC and thus non-root users cannot write to them.\n* The default SELinux policy should mitigate this issue, as the /dev/console bind-mount does not re-label the mount and so the container process should not be able to write to unsafe procfs files. However, CVE-2025-52881 allows an attacker to bypass LSM labels, and so this mitigation is not helpful when considered in combination with CVE-2025-52881.\n* The default AppArmor profile used by most runtimes will NOT help mitigate this issue, as /dev/console access is permitted. You could create a custom profile that blocks access to /dev/console, but such a profile might break regular containers. In addition, CVE-2025-52881 allows an attacker to bypass LSM labels, and so that mitigation is not helpful when considered in combination with CVE-2025-52881.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f083e52ef4198ab8123c49eb044c4374ec996f65633d224bb8152ef0c3f30e7d_arm64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:fca12d55fef49b9a67c8aa7c2c004adb8916b9784134b4e571067a615a7a4a2e_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f083e52ef4198ab8123c49eb044c4374ec996f65633d224bb8152ef0c3f30e7d_arm64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:fca12d55fef49b9a67c8aa7c2c004adb8916b9784134b4e571067a615a7a4a2e_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: container escape with malicious config due to /dev/console mount and related races"
},
{
"cve": "CVE-2025-59375",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-15T03:00:59.775098+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2395108"
}
],
"notes": [
{
"category": "description",
"text": "A memory amplification vulnerability in libexpat allows attackers to trigger excessive dynamic memory allocations by submitting specially crafted XML input. A small input (~250 KiB) can cause the parser to allocate hundreds of megabytes, leading to denial-of-service (DoS) through memory exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is Important rather than Critical because, while it allows for significant resource exhaustion leading to denial-of-service (DoS), it does not enable arbitrary code execution, data leakage, or privilege escalation. The vulnerability stems from an uncontrolled memory amplification behavior in libexpat\u2019s parser, where a relatively small XML payload can cause disproportionately large heap allocations. However, the flaw is limited in scope to service disruption and requires the attacker to submit a crafted XML document\u2014something that can be mitigated with proper input validation and memory usage limits. Therefore, while the exploitability is high, the impact is confined to availability, not confidentiality or integrity, making it a high-severity but not critical flaw.\n\nIn Firefox and Thunderbird, where libexpat is a transitive userspace dependency, exploitation usually just crashes the application (app-level DoS), so it is classify as Moderate instead of Important.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f083e52ef4198ab8123c49eb044c4374ec996f65633d224bb8152ef0c3f30e7d_arm64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:fca12d55fef49b9a67c8aa7c2c004adb8916b9784134b4e571067a615a7a4a2e_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59375"
},
{
"category": "external",
"summary": "RHBZ#2395108",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395108"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59375"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59375",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59375"
},
{
"category": "external",
"summary": "https://github.com/libexpat/libexpat/blob/676a4c531ec768732fac215da9730b5f50fbd2bf/expat/Changes#L45-L74",
"url": "https://github.com/libexpat/libexpat/blob/676a4c531ec768732fac215da9730b5f50fbd2bf/expat/Changes#L45-L74"
},
{
"category": "external",
"summary": "https://github.com/libexpat/libexpat/issues/1018",
"url": "https://github.com/libexpat/libexpat/issues/1018"
},
{
"category": "external",
"summary": "https://github.com/libexpat/libexpat/pull/1034",
"url": "https://github.com/libexpat/libexpat/pull/1034"
},
{
"category": "external",
"summary": "https://issues.oss-fuzz.com/issues/439133977",
"url": "https://issues.oss-fuzz.com/issues/439133977"
}
],
"release_date": "2025-09-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:29:01+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23202",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f083e52ef4198ab8123c49eb044c4374ec996f65633d224bb8152ef0c3f30e7d_arm64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:fca12d55fef49b9a67c8aa7c2c004adb8916b9784134b4e571067a615a7a4a2e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23202"
},
{
"category": "workaround",
"details": "To mitigate the issue, limit XML input size and complexity before parsing, and avoid accepting compressed or deeply nested XML. Use OS-level resource controls (like ulimit or setrlimit()) to cap memory usage, or run the parser in a sandboxed or isolated process with strict memory and CPU limits. This helps prevent denial-of-service by containing excessive resource consumption.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f083e52ef4198ab8123c49eb044c4374ec996f65633d224bb8152ef0c3f30e7d_arm64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:fca12d55fef49b9a67c8aa7c2c004adb8916b9784134b4e571067a615a7a4a2e_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f083e52ef4198ab8123c49eb044c4374ec996f65633d224bb8152ef0c3f30e7d_arm64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:fca12d55fef49b9a67c8aa7c2c004adb8916b9784134b4e571067a615a7a4a2e_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing"
},
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f083e52ef4198ab8123c49eb044c4374ec996f65633d224bb8152ef0c3f30e7d_arm64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:fca12d55fef49b9a67c8aa7c2c004adb8916b9784134b4e571067a615a7a4a2e_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:29:01+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23202",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f083e52ef4198ab8123c49eb044c4374ec996f65633d224bb8152ef0c3f30e7d_arm64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:fca12d55fef49b9a67c8aa7c2c004adb8916b9784134b4e571067a615a7a4a2e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23202"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:f083e52ef4198ab8123c49eb044c4374ec996f65633d224bb8152ef0c3f30e7d_arm64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/model-opt-cuda-rhel9@sha256:fca12d55fef49b9a67c8aa7c2c004adb8916b9784134b4e571067a615a7a4a2e_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
}
]
}
RHSA-2025:23204
Vulnerability from csaf_redhat - Published: 2025-12-15 15:38 - Updated: 2026-03-18 20:44Notes
{
"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 AI Inference Server 3.2.5 (CUDA) is now available.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat\u00ae AI Inference Server",
"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:23204",
"url": "https://access.redhat.com/errata/RHSA-2025:23204"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22868",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22869",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-52565",
"url": "https://access.redhat.com/security/cve/CVE-2025-52565"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-59375",
"url": "https://access.redhat.com/security/cve/CVE-2025-59375"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62164",
"url": "https://access.redhat.com/security/cve/CVE-2025-62164"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62372",
"url": "https://access.redhat.com/security/cve/CVE-2025-62372"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62593",
"url": "https://access.redhat.com/security/cve/CVE-2025-62593"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66448",
"url": "https://access.redhat.com/security/cve/CVE-2025-66448"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9230",
"url": "https://access.redhat.com/security/cve/CVE-2025-9230"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9714",
"url": "https://access.redhat.com/security/cve/CVE-2025-9714"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://www.redhat.com/en/products/ai/inference-server",
"url": "https://www.redhat.com/en/products/ai/inference-server"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_23204.json"
}
],
"title": "Red Hat Security Advisory: Red Hat AI Inference Server 3.2.5 (CUDA)",
"tracking": {
"current_release_date": "2026-03-18T20:44:34+00:00",
"generator": {
"date": "2026-03-18T20:44:34+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2025:23204",
"initial_release_date": "2025-12-15T15:38:04+00:00",
"revision_history": [
{
"date": "2025-12-15T15:38:04+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-15T15:38:10+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T20:44:34+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat AI Inference Server 3.2",
"product": {
"name": "Red Hat AI Inference Server 3.2",
"product_id": "Red Hat AI Inference Server 3.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ai_inference_server:3.2::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat AI Inference Server"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"product": {
"name": "registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"product_id": "registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/vllm-cuda-rhel9@sha256%3A7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2?arch=amd64\u0026repository_url=registry.redhat.io/rhaiis\u0026tag=3.2.5-1765552580"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64",
"product": {
"name": "registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64",
"product_id": "registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64",
"product_identification_helper": {
"purl": "pkg:oci/vllm-cuda-rhel9@sha256%3Af0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492?arch=arm64\u0026repository_url=registry.redhat.io/rhaiis\u0026tag=3.2.5-1765552580"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64 as a component of Red Hat AI Inference Server 3.2",
"product_id": "Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64"
},
"product_reference": "registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"relates_to_product_reference": "Red Hat AI Inference Server 3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64 as a component of Red Hat AI Inference Server 3.2",
"product_id": "Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
},
"product_reference": "registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64",
"relates_to_product_reference": "Red Hat AI Inference Server 3.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-9230",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-09-17T12:15:34.387000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396054"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the OpenSSL CMS implementation (RFC 3211 KEK Unwrap). This vulnerability allows memory corruption, an application level denial of service, or potential execution of attacker-supplied code via crafted CMS messages using password-based encryption (PWRI).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: Out-of-bounds read \u0026 write in RFC 3211 KEK Unwrap",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability was rated as Moderate because, while the potential impact includes an application level denial of service and possible arbitrary code execution, successful exploitation is considered unlikely due to the high attack complexity and the fact that password-based CMS encryption (PWRI) is rarely used in real-world deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9230"
},
{
"category": "external",
"summary": "RHBZ#2396054",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396054"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9230",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9230"
}
],
"release_date": "2025-09-30T23:59:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:38:04+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23204",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23204"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: Out-of-bounds read \u0026 write in RFC 3211 KEK Unwrap"
},
{
"cve": "CVE-2025-9714",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2025-09-02T13:03:56.452000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2392605"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libxstl/libxml2. The \u0027exsltDynMapFunction\u0027 function in libexslt/dynamic.c does not contain a recursion depth check, which may cause an infinite loop via a specially crafted XSLT document while handling \u0027dyn:map()\u0027, leading to stack exhaustion and a local denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxslt: libxml2: Inifinite recursion at exsltDynMapFunction function in libexslt/dynamic.c",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "No evidence was found for arbitrary memory corruption through this flaw, limiting its impact to Availability only, and reducing its severity to Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9714"
},
{
"category": "external",
"summary": "RHBZ#2392605",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2392605"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9714"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9714",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9714"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxml2/-/commit/677a42645ef22b5a50741bad5facf9d8a8bc6d21",
"url": "https://gitlab.gnome.org/GNOME/libxml2/-/commit/677a42645ef22b5a50741bad5facf9d8a8bc6d21"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/148",
"url": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/148"
}
],
"release_date": "2025-09-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:38:04+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23204",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23204"
},
{
"category": "workaround",
"details": "The impact of this flaw may be reduced by setting strict resource limits to the stack size of processes at the operational system level. This can be achieved either through the \u0027ulimit\u0027 shell built-in or the \u0027limits.conf\u0027 file.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libxslt: libxml2: Inifinite recursion at exsltDynMapFunction function in libexslt/dynamic.c"
},
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:38:04+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23204",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23204"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:38:04+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23204",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23204"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-52565",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.653000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404708"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. CVE-2025-52565 is very similar in concept and application toCVE-2025-31133, except that it exploits a flaw in /dev/console\nbind-mounts. When creating the /dev/console bind-mount (to /dev/pts/$n), if an attacker replaces /dev/pts/$n with a symlink then runc will bind-mount the symlink target over /dev/console.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: container escape with malicious config due to /dev/console mount and related races",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52565"
},
{
"category": "external",
"summary": "RHBZ#2404708",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404708"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52565"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52565",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52565"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-qw9x-cqr3-wc7r",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-qw9x-cqr3-wc7r"
}
],
"release_date": "2025-11-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:38:04+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23204",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23204"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using user namespaces, with the host root user not mapped into the container\u0027s namespace. procfs file permissions are managed using Unix DAC and thus user namespaces stop a container process from being able to write to them.\n* Not running as a root user in the container (this includes disabling setuid binaries with noNewPrivileges). As above, procfs file permissions are managed using Unix DAC and thus non-root users cannot write to them.\n* The default SELinux policy should mitigate this issue, as the /dev/console bind-mount does not re-label the mount and so the container process should not be able to write to unsafe procfs files. However, CVE-2025-52881 allows an attacker to bypass LSM labels, and so this mitigation is not helpful when considered in combination with CVE-2025-52881.\n* The default AppArmor profile used by most runtimes will NOT help mitigate this issue, as /dev/console access is permitted. You could create a custom profile that blocks access to /dev/console, but such a profile might break regular containers. In addition, CVE-2025-52881 allows an attacker to bypass LSM labels, and so that mitigation is not helpful when considered in combination with CVE-2025-52881.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: container escape with malicious config due to /dev/console mount and related races"
},
{
"cve": "CVE-2025-59375",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-15T03:00:59.775098+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2395108"
}
],
"notes": [
{
"category": "description",
"text": "A memory amplification vulnerability in libexpat allows attackers to trigger excessive dynamic memory allocations by submitting specially crafted XML input. A small input (~250 KiB) can cause the parser to allocate hundreds of megabytes, leading to denial-of-service (DoS) through memory exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is Important rather than Critical because, while it allows for significant resource exhaustion leading to denial-of-service (DoS), it does not enable arbitrary code execution, data leakage, or privilege escalation. The vulnerability stems from an uncontrolled memory amplification behavior in libexpat\u2019s parser, where a relatively small XML payload can cause disproportionately large heap allocations. However, the flaw is limited in scope to service disruption and requires the attacker to submit a crafted XML document\u2014something that can be mitigated with proper input validation and memory usage limits. Therefore, while the exploitability is high, the impact is confined to availability, not confidentiality or integrity, making it a high-severity but not critical flaw.\n\nIn Firefox and Thunderbird, where libexpat is a transitive userspace dependency, exploitation usually just crashes the application (app-level DoS), so it is classify as Moderate instead of Important.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59375"
},
{
"category": "external",
"summary": "RHBZ#2395108",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395108"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59375"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59375",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59375"
},
{
"category": "external",
"summary": "https://github.com/libexpat/libexpat/blob/676a4c531ec768732fac215da9730b5f50fbd2bf/expat/Changes#L45-L74",
"url": "https://github.com/libexpat/libexpat/blob/676a4c531ec768732fac215da9730b5f50fbd2bf/expat/Changes#L45-L74"
},
{
"category": "external",
"summary": "https://github.com/libexpat/libexpat/issues/1018",
"url": "https://github.com/libexpat/libexpat/issues/1018"
},
{
"category": "external",
"summary": "https://github.com/libexpat/libexpat/pull/1034",
"url": "https://github.com/libexpat/libexpat/pull/1034"
},
{
"category": "external",
"summary": "https://issues.oss-fuzz.com/issues/439133977",
"url": "https://issues.oss-fuzz.com/issues/439133977"
}
],
"release_date": "2025-09-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:38:04+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23204",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23204"
},
{
"category": "workaround",
"details": "To mitigate the issue, limit XML input size and complexity before parsing, and avoid accepting compressed or deeply nested XML. Use OS-level resource controls (like ulimit or setrlimit()) to cap memory usage, or run the parser in a sandboxed or isolated process with strict memory and CPU limits. This helps prevent denial-of-service by containing excessive resource consumption.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing"
},
{
"cve": "CVE-2025-62164",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-11-21T02:01:11.280042+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2416282"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability in vLLM allows attackers to supply malicious serialized prompt-embedding tensors that are deserialized using torch.load() without validation. Due to PyTorch 2.8.0 disabling sparse-tensor integrity checks by default, a crafted tensor can bypass bounds checks and cause an out-of-bounds write during to_dense(), leading to a crash (DoS) and potentially remote code execution on the vLLM server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: VLLM deserialization vulnerability leading to DoS and potential RCE",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is considered important rather than moderate because it involves unsafe deserialization leading to memory corruption in a network-reachable, unauthenticated API path. Unlike typical moderate flaws that may only allow limited DoS or require specific conditions, this issue allows an attacker to supply a crafted sparse tensor that triggers an out-of-bounds memory write during PyTorch\u2019s to_dense() conversion. Memory corruption in a server process handling untrusted input significantly elevates security risk because it can lead not only to a reliable crash but also to potential remote code execution, enabling full compromise of the vLLM service. Additionally, the affected code path is part of the standard Completions API workflow, making the attack surface broadly exposed in real deployments. The combination of remote exploitability, unauthenticated access, memory corruption, and potential RCE clearly positions this issue above a moderate classification and into an important severity level.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62164"
},
{
"category": "external",
"summary": "RHBZ#2416282",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2416282"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62164",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62164"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62164",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62164"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b",
"url": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/27204",
"url": "https://github.com/vllm-project/vllm/pull/27204"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-mrw7-hf4f-83pf",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-mrw7-hf4f-83pf"
}
],
"release_date": "2025-11-21T01:18:38.803000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:38:04+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23204",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23204"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vllm: VLLM deserialization vulnerability leading to DoS and potential RCE"
},
{
"cve": "CVE-2025-62372",
"cwe": {
"id": "CWE-129",
"name": "Improper Validation of Array Index"
},
"discovery_date": "2025-11-21T02:00:57.180567+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2416280"
}
],
"notes": [
{
"category": "description",
"text": "A denial-of-service vulnerability in vLLM allows an attacker with API access to crash the engine by submitting multimodal embedding tensors that have the correct number of dimensions but an invalid internal shape. Because vLLM validates only the tensor\u2019s ndim and not the full expected shape, malformed embeddings trigger shape mismatches or validation failures during processing, causing the inference engine to terminate.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: vLLM vulnerable to DoS with incorrect shape of multimodal embedding inputs",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is rated Moderate rather than Important because its impact is strictly limited to availability and requires low but existing privileges to exploit. The issue arises from incomplete shape validation of multimodal embedding tensors, which can cause deterministic crashes in the inference engine, but it does not enable memory corruption, data leakage, integrity compromise, or execution of arbitrary code. Exploitation requires an authenticated or API-key-holding user to submit malformed multimodal inputs, meaning it cannot be triggered by an unauthenticated attacker on an exposed endpoint. Additionally, the failure mode is a clean crash rather than undefined behavior, so the blast radius is constrained to service interruption rather than broader systemic compromise. These factors\u2014PR:L requirement, no confidentiality/integrity impact, deterministic failure mode, and scoped DoS only\u2014technically align the issue with Moderate severity instead of an Important flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62372"
},
{
"category": "external",
"summary": "RHBZ#2416280",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2416280"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62372"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62372",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62372"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b",
"url": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/27204",
"url": "https://github.com/vllm-project/vllm/pull/27204"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/6613",
"url": "https://github.com/vllm-project/vllm/pull/6613"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-pmqf-x6x8-p7qw",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-pmqf-x6x8-p7qw"
}
],
"release_date": "2025-11-21T01:22:37.121000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:38:04+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23204",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23204"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
]
}
],
"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": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vllm: vLLM vulnerable to DoS with incorrect shape of multimodal embedding inputs"
},
{
"cve": "CVE-2025-62593",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2025-11-26T23:01:25.307125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417394"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Ray\u2019s HTTP API endpoint handling (e.g. /api/jobs, /api/job_agent/jobs/), which allows a remote attacker to trigger arbitrary code execution when a developer using Ray visits a malicious website in a vulnerable browser (e.g. Firefox or Safari). The root cause is an insufficient defense relying solely on the User-Agent header starting with \u201cMozilla\u201d, which can be manipulated under the fetch specification \u2014 enabling a DNS-rebinding attack to bypass browser-based protections.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ray: Ray is vulnerable to RCE via Safari \u0026 Firefox Browsers through DNS Rebinding Attack",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat has chosen to keep this as Important instead of Critical severity because the successful exploitation of this vulnerability requires user interaction in conjunction with a DNS rebinding attack.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62593"
},
{
"category": "external",
"summary": "RHBZ#2417394",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417394"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62593",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62593"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62593",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62593"
},
{
"category": "external",
"summary": "https://github.com/ray-project/ray/commit/70e7c72780bdec075dba6cad1afe0832772bfe09",
"url": "https://github.com/ray-project/ray/commit/70e7c72780bdec075dba6cad1afe0832772bfe09"
},
{
"category": "external",
"summary": "https://github.com/ray-project/ray/security/advisories/GHSA-q279-jhrf-cc6v",
"url": "https://github.com/ray-project/ray/security/advisories/GHSA-q279-jhrf-cc6v"
}
],
"release_date": "2025-11-26T22:28:28.577000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:38:04+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23204",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23204"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ray: Ray is vulnerable to RCE via Safari \u0026 Firefox Browsers through DNS Rebinding Attack"
},
{
"cve": "CVE-2025-66448",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2025-12-01T23:01:07.198041+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418152"
}
],
"notes": [
{
"category": "description",
"text": "A remote code execution vulnerability has been identified in vLLM. An attacker can exploit a weakness in the model loading process to silently fetch and run unauthorized, malicious Python code on the host system. This happens because the engine mistakenly executes code from a remote repository referenced in a model\u0027s configuration, even when explicit security measures are set to prevent it.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: vLLM: Remote Code Execution via malicious model configuration",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat because vLLM, when deployed in a Red Hat environment, is susceptible to remote code execution. An attacker can craft a malicious model configuration that, when loaded, fetches and executes arbitrary Python code from a remote repository, even if `trust_remote_code` is explicitly set to `False`.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66448"
},
{
"category": "external",
"summary": "RHBZ#2418152",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418152"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66448",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66448"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66448",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66448"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/ffb08379d8870a1a81ba82b72797f196838d0c86",
"url": "https://github.com/vllm-project/vllm/commit/ffb08379d8870a1a81ba82b72797f196838d0c86"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/28126",
"url": "https://github.com/vllm-project/vllm/pull/28126"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-8fr4-5q9j-m8gm",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-8fr4-5q9j-m8gm"
}
],
"release_date": "2025-12-01T22:45:42.566000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:38:04+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23204",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23204"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vllm: vLLM: Remote Code Execution via malicious model configuration"
},
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:38:04+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23204",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23204"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:7b04c0154c486aa7dd103ddeaf6bea7b9851859c33a4b979a85261a44a7b77f2_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:f0ab1b678e9447eae4b6b2fe5c58531aa8524133db157f196726164e4dc20492_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
}
]
}
RHSA-2026:2922
Vulnerability from csaf_redhat - Published: 2026-02-18 12:26 - Updated: 2026-03-18 21:17Notes
{
"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": "The 1.2.2 release of Red Hat Trusted Artifact Signer OpenShift Operator.\nFor more details please visit the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.2",
"title": "Topic"
},
{
"category": "general",
"text": "The RHTAS Operator can be used with OpenShift Container Platform 4.15, 4.16, 4.17, 4.18 and 4.19",
"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-2026:2922",
"url": "https://access.redhat.com/errata/RHSA-2026:2922"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.2",
"url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.2"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.2/html-single/release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.2/html-single/release_notes/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47913",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-65945",
"url": "https://access.redhat.com/security/cve/CVE-2025-65945"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22772",
"url": "https://access.redhat.com/security/cve/CVE-2026-22772"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_2922.json"
}
],
"title": "Red Hat Security Advisory: RHTAS 1.2.2 - Red Hat Trusted Artifact Signer Release",
"tracking": {
"current_release_date": "2026-03-18T21:17:07+00:00",
"generator": {
"date": "2026-03-18T21:17:07+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2026:2922",
"initial_release_date": "2026-02-18T12:26:00+00:00",
"revision_history": [
{
"date": "2026-02-18T12:26:00+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-18T12:26:06+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T21:17:07+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Trusted Artifact Signer 1.2",
"product": {
"name": "Red Hat Trusted Artifact Signer 1.2",
"product_id": "Red Hat Trusted Artifact Signer 1.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:trusted_artifact_signer:1.2::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Trusted Artifact Signer"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/cosign-rhel9@sha256:8efb2c8f77e91d7a15063ddc6f7eca1226a494f0f9340590af6e3a2eb9c462c3_amd64",
"product": {
"name": "registry.redhat.io/rhtas/cosign-rhel9@sha256:8efb2c8f77e91d7a15063ddc6f7eca1226a494f0f9340590af6e3a2eb9c462c3_amd64",
"product_id": "registry.redhat.io/rhtas/cosign-rhel9@sha256:8efb2c8f77e91d7a15063ddc6f7eca1226a494f0f9340590af6e3a2eb9c462c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cosign-rhel9@sha256%3A8efb2c8f77e91d7a15063ddc6f7eca1226a494f0f9340590af6e3a2eb9c462c3?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1770733887"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:e001128c079f0355e88161c08f092d0d5b0d2f984fdb672002d4bcddf9585cd5_amd64",
"product": {
"name": "registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:e001128c079f0355e88161c08f092d0d5b0d2f984fdb672002d4bcddf9585cd5_amd64",
"product_id": "registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:e001128c079f0355e88161c08f092d0d5b0d2f984fdb672002d4bcddf9585cd5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/fetch-tsa-certs-rhel9@sha256%3Ae001128c079f0355e88161c08f092d0d5b0d2f984fdb672002d4bcddf9585cd5?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1770737394"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:4c59990381ce313cd845257e95fd2e910b3d84459c5b3c3aa09fce954a328101_amd64",
"product": {
"name": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:4c59990381ce313cd845257e95fd2e910b3d84459c5b3c3aa09fce954a328101_amd64",
"product_id": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:4c59990381ce313cd845257e95fd2e910b3d84459c5b3c3aa09fce954a328101_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gitsign-rhel9@sha256%3A4c59990381ce313cd845257e95fd2e910b3d84459c5b3c3aa09fce954a328101?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1770734283"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:6dc1b8af2586c0b7dc2786ed075f3e387943bed78818e02c7bd38f0ac1cace0b_amd64",
"product": {
"name": "registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:6dc1b8af2586c0b7dc2786ed075f3e387943bed78818e02c7bd38f0ac1cace0b_amd64",
"product_id": "registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:6dc1b8af2586c0b7dc2786ed075f3e387943bed78818e02c7bd38f0ac1cace0b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rekor-cli-rhel9@sha256%3A6dc1b8af2586c0b7dc2786ed075f3e387943bed78818e02c7bd38f0ac1cace0b?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1770738512"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/updatetree-rhel9@sha256:cfba6d424b5e45362bb4e61d9b05bb49a24beb56a3c5ddc3aebdd2e0647179de_amd64",
"product": {
"name": "registry.redhat.io/rhtas/updatetree-rhel9@sha256:cfba6d424b5e45362bb4e61d9b05bb49a24beb56a3c5ddc3aebdd2e0647179de_amd64",
"product_id": "registry.redhat.io/rhtas/updatetree-rhel9@sha256:cfba6d424b5e45362bb4e61d9b05bb49a24beb56a3c5ddc3aebdd2e0647179de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/updatetree-rhel9@sha256%3Acfba6d424b5e45362bb4e61d9b05bb49a24beb56a3c5ddc3aebdd2e0647179de?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1770734118"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/cosign-rhel9@sha256:8efb2c8f77e91d7a15063ddc6f7eca1226a494f0f9340590af6e3a2eb9c462c3_amd64 as a component of Red Hat Trusted Artifact Signer 1.2",
"product_id": "Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/cosign-rhel9@sha256:8efb2c8f77e91d7a15063ddc6f7eca1226a494f0f9340590af6e3a2eb9c462c3_amd64"
},
"product_reference": "registry.redhat.io/rhtas/cosign-rhel9@sha256:8efb2c8f77e91d7a15063ddc6f7eca1226a494f0f9340590af6e3a2eb9c462c3_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:e001128c079f0355e88161c08f092d0d5b0d2f984fdb672002d4bcddf9585cd5_amd64 as a component of Red Hat Trusted Artifact Signer 1.2",
"product_id": "Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:e001128c079f0355e88161c08f092d0d5b0d2f984fdb672002d4bcddf9585cd5_amd64"
},
"product_reference": "registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:e001128c079f0355e88161c08f092d0d5b0d2f984fdb672002d4bcddf9585cd5_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:4c59990381ce313cd845257e95fd2e910b3d84459c5b3c3aa09fce954a328101_amd64 as a component of Red Hat Trusted Artifact Signer 1.2",
"product_id": "Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/gitsign-rhel9@sha256:4c59990381ce313cd845257e95fd2e910b3d84459c5b3c3aa09fce954a328101_amd64"
},
"product_reference": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:4c59990381ce313cd845257e95fd2e910b3d84459c5b3c3aa09fce954a328101_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:6dc1b8af2586c0b7dc2786ed075f3e387943bed78818e02c7bd38f0ac1cace0b_amd64 as a component of Red Hat Trusted Artifact Signer 1.2",
"product_id": "Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:6dc1b8af2586c0b7dc2786ed075f3e387943bed78818e02c7bd38f0ac1cace0b_amd64"
},
"product_reference": "registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:6dc1b8af2586c0b7dc2786ed075f3e387943bed78818e02c7bd38f0ac1cace0b_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/updatetree-rhel9@sha256:cfba6d424b5e45362bb4e61d9b05bb49a24beb56a3c5ddc3aebdd2e0647179de_amd64 as a component of Red Hat Trusted Artifact Signer 1.2",
"product_id": "Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/updatetree-rhel9@sha256:cfba6d424b5e45362bb4e61d9b05bb49a24beb56a3c5ddc3aebdd2e0647179de_amd64"
},
"product_reference": "registry.redhat.io/rhtas/updatetree-rhel9@sha256:cfba6d424b5e45362bb4e61d9b05bb49a24beb56a3c5ddc3aebdd2e0647179de_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47913",
"discovery_date": "2025-11-13T22:01:26.092452+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/cosign-rhel9@sha256:8efb2c8f77e91d7a15063ddc6f7eca1226a494f0f9340590af6e3a2eb9c462c3_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:e001128c079f0355e88161c08f092d0d5b0d2f984fdb672002d4bcddf9585cd5_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:6dc1b8af2586c0b7dc2786ed075f3e387943bed78818e02c7bd38f0ac1cace0b_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/updatetree-rhel9@sha256:cfba6d424b5e45362bb4e61d9b05bb49a24beb56a3c5ddc3aebdd2e0647179de_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2414943"
}
],
"notes": [
{
"category": "description",
"text": "A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic(\"unreachable\") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important because it allows any malicious or misbehaving SSH agent to force a crash in the client process using a single valid protocol byte. The panic occurs before the client has a chance to validate message structure or recover, which means an attacker controlling\u2014or intercepting\u2014SSH agent traffic can reliably terminate processes that rely on agent interactions. In environments where SSH agents operate over forwarded sockets, shared workspaces, or CI/CD runners, this turns into a reliable, unauthenticated remote denial of service against critical automation or developer tooling. The flaw also stems from unsafe assumptions in the unmarshalling logic, where unexpected but protocol-legal message types drop into \u201cunreachable\u201d code paths instead of being handled gracefully\u2014making it a design-level reliability break rather than a simple error-handling bug. For this reason, it is rated as an important availability-impacting vulnerability rather than a moderate issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/gitsign-rhel9@sha256:4c59990381ce313cd845257e95fd2e910b3d84459c5b3c3aa09fce954a328101_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/cosign-rhel9@sha256:8efb2c8f77e91d7a15063ddc6f7eca1226a494f0f9340590af6e3a2eb9c462c3_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:e001128c079f0355e88161c08f092d0d5b0d2f984fdb672002d4bcddf9585cd5_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:6dc1b8af2586c0b7dc2786ed075f3e387943bed78818e02c7bd38f0ac1cace0b_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/updatetree-rhel9@sha256:cfba6d424b5e45362bb4e61d9b05bb49a24beb56a3c5ddc3aebdd2e0647179de_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "RHBZ#2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47913"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-hcg3-q754-cr77",
"url": "https://github.com/advisories/GHSA-hcg3-q754-cr77"
},
{
"category": "external",
"summary": "https://go.dev/cl/700295",
"url": "https://go.dev/cl/700295"
},
{
"category": "external",
"summary": "https://go.dev/issue/75178",
"url": "https://go.dev/issue/75178"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4116",
"url": "https://pkg.go.dev/vuln/GO-2025-4116"
}
],
"release_date": "2025-11-13T21:29:39.907000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-18T12:26:00+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.2\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.2/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/gitsign-rhel9@sha256:4c59990381ce313cd845257e95fd2e910b3d84459c5b3c3aa09fce954a328101_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2922"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/cosign-rhel9@sha256:8efb2c8f77e91d7a15063ddc6f7eca1226a494f0f9340590af6e3a2eb9c462c3_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:e001128c079f0355e88161c08f092d0d5b0d2f984fdb672002d4bcddf9585cd5_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/gitsign-rhel9@sha256:4c59990381ce313cd845257e95fd2e910b3d84459c5b3c3aa09fce954a328101_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:6dc1b8af2586c0b7dc2786ed075f3e387943bed78818e02c7bd38f0ac1cace0b_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/updatetree-rhel9@sha256:cfba6d424b5e45362bb4e61d9b05bb49a24beb56a3c5ddc3aebdd2e0647179de_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/cosign-rhel9@sha256:8efb2c8f77e91d7a15063ddc6f7eca1226a494f0f9340590af6e3a2eb9c462c3_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:e001128c079f0355e88161c08f092d0d5b0d2f984fdb672002d4bcddf9585cd5_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/gitsign-rhel9@sha256:4c59990381ce313cd845257e95fd2e910b3d84459c5b3c3aa09fce954a328101_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:6dc1b8af2586c0b7dc2786ed075f3e387943bed78818e02c7bd38f0ac1cace0b_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/updatetree-rhel9@sha256:cfba6d424b5e45362bb4e61d9b05bb49a24beb56a3c5ddc3aebdd2e0647179de_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:e001128c079f0355e88161c08f092d0d5b0d2f984fdb672002d4bcddf9585cd5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/cosign-rhel9@sha256:8efb2c8f77e91d7a15063ddc6f7eca1226a494f0f9340590af6e3a2eb9c462c3_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/gitsign-rhel9@sha256:4c59990381ce313cd845257e95fd2e910b3d84459c5b3c3aa09fce954a328101_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:6dc1b8af2586c0b7dc2786ed075f3e387943bed78818e02c7bd38f0ac1cace0b_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/updatetree-rhel9@sha256:cfba6d424b5e45362bb4e61d9b05bb49a24beb56a3c5ddc3aebdd2e0647179de_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:e001128c079f0355e88161c08f092d0d5b0d2f984fdb672002d4bcddf9585cd5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-18T12:26:00+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.2\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.2/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/cosign-rhel9@sha256:8efb2c8f77e91d7a15063ddc6f7eca1226a494f0f9340590af6e3a2eb9c462c3_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/gitsign-rhel9@sha256:4c59990381ce313cd845257e95fd2e910b3d84459c5b3c3aa09fce954a328101_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:6dc1b8af2586c0b7dc2786ed075f3e387943bed78818e02c7bd38f0ac1cace0b_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/updatetree-rhel9@sha256:cfba6d424b5e45362bb4e61d9b05bb49a24beb56a3c5ddc3aebdd2e0647179de_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2922"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/cosign-rhel9@sha256:8efb2c8f77e91d7a15063ddc6f7eca1226a494f0f9340590af6e3a2eb9c462c3_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:e001128c079f0355e88161c08f092d0d5b0d2f984fdb672002d4bcddf9585cd5_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/gitsign-rhel9@sha256:4c59990381ce313cd845257e95fd2e910b3d84459c5b3c3aa09fce954a328101_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:6dc1b8af2586c0b7dc2786ed075f3e387943bed78818e02c7bd38f0ac1cace0b_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/updatetree-rhel9@sha256:cfba6d424b5e45362bb4e61d9b05bb49a24beb56a3c5ddc3aebdd2e0647179de_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-65945",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2025-12-04T19:01:14.733682+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/cosign-rhel9@sha256:8efb2c8f77e91d7a15063ddc6f7eca1226a494f0f9340590af6e3a2eb9c462c3_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:e001128c079f0355e88161c08f092d0d5b0d2f984fdb672002d4bcddf9585cd5_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/gitsign-rhel9@sha256:4c59990381ce313cd845257e95fd2e910b3d84459c5b3c3aa09fce954a328101_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:6dc1b8af2586c0b7dc2786ed075f3e387943bed78818e02c7bd38f0ac1cace0b_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418904"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in auth0/node-jws. This vulnerability allows improper signature verification via using the HS256 (Hash-based Message Authentication Code using SHA-256) algorithm under specific conditions, where applications use the jws.createVerify() function for HMAC (Keyed-Hash Message Authentication Code) algorithms and user-provided data from the JSON (JavaScript Object Notation) Web Signature protected header or payload in HMAC secret lookup routines.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-jws: auth0/node-jws: Improper signature verification in HS256 algorithm",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/updatetree-rhel9@sha256:cfba6d424b5e45362bb4e61d9b05bb49a24beb56a3c5ddc3aebdd2e0647179de_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/cosign-rhel9@sha256:8efb2c8f77e91d7a15063ddc6f7eca1226a494f0f9340590af6e3a2eb9c462c3_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:e001128c079f0355e88161c08f092d0d5b0d2f984fdb672002d4bcddf9585cd5_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/gitsign-rhel9@sha256:4c59990381ce313cd845257e95fd2e910b3d84459c5b3c3aa09fce954a328101_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:6dc1b8af2586c0b7dc2786ed075f3e387943bed78818e02c7bd38f0ac1cace0b_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-65945"
},
{
"category": "external",
"summary": "RHBZ#2418904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418904"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-65945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65945"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-65945",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65945"
},
{
"category": "external",
"summary": "https://github.com/auth0/node-jws/commit/34c45b2c04434f925b638de6a061de9339c0ea2e",
"url": "https://github.com/auth0/node-jws/commit/34c45b2c04434f925b638de6a061de9339c0ea2e"
},
{
"category": "external",
"summary": "https://github.com/auth0/node-jws/security/advisories/GHSA-869p-cjfg-cm3x",
"url": "https://github.com/auth0/node-jws/security/advisories/GHSA-869p-cjfg-cm3x"
}
],
"release_date": "2025-12-04T18:45:37.517000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-18T12:26:00+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.2\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.2/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/updatetree-rhel9@sha256:cfba6d424b5e45362bb4e61d9b05bb49a24beb56a3c5ddc3aebdd2e0647179de_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2922"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/cosign-rhel9@sha256:8efb2c8f77e91d7a15063ddc6f7eca1226a494f0f9340590af6e3a2eb9c462c3_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:e001128c079f0355e88161c08f092d0d5b0d2f984fdb672002d4bcddf9585cd5_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/gitsign-rhel9@sha256:4c59990381ce313cd845257e95fd2e910b3d84459c5b3c3aa09fce954a328101_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:6dc1b8af2586c0b7dc2786ed075f3e387943bed78818e02c7bd38f0ac1cace0b_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/updatetree-rhel9@sha256:cfba6d424b5e45362bb4e61d9b05bb49a24beb56a3c5ddc3aebdd2e0647179de_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/cosign-rhel9@sha256:8efb2c8f77e91d7a15063ddc6f7eca1226a494f0f9340590af6e3a2eb9c462c3_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:e001128c079f0355e88161c08f092d0d5b0d2f984fdb672002d4bcddf9585cd5_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/gitsign-rhel9@sha256:4c59990381ce313cd845257e95fd2e910b3d84459c5b3c3aa09fce954a328101_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:6dc1b8af2586c0b7dc2786ed075f3e387943bed78818e02c7bd38f0ac1cace0b_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/updatetree-rhel9@sha256:cfba6d424b5e45362bb4e61d9b05bb49a24beb56a3c5ddc3aebdd2e0647179de_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-jws: auth0/node-jws: Improper signature verification in HS256 algorithm"
},
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:e001128c079f0355e88161c08f092d0d5b0d2f984fdb672002d4bcddf9585cd5_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:6dc1b8af2586c0b7dc2786ed075f3e387943bed78818e02c7bd38f0ac1cace0b_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/updatetree-rhel9@sha256:cfba6d424b5e45362bb4e61d9b05bb49a24beb56a3c5ddc3aebdd2e0647179de_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/cosign-rhel9@sha256:8efb2c8f77e91d7a15063ddc6f7eca1226a494f0f9340590af6e3a2eb9c462c3_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/gitsign-rhel9@sha256:4c59990381ce313cd845257e95fd2e910b3d84459c5b3c3aa09fce954a328101_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:e001128c079f0355e88161c08f092d0d5b0d2f984fdb672002d4bcddf9585cd5_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:6dc1b8af2586c0b7dc2786ed075f3e387943bed78818e02c7bd38f0ac1cace0b_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/updatetree-rhel9@sha256:cfba6d424b5e45362bb4e61d9b05bb49a24beb56a3c5ddc3aebdd2e0647179de_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-18T12:26:00+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.2\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.2/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/cosign-rhel9@sha256:8efb2c8f77e91d7a15063ddc6f7eca1226a494f0f9340590af6e3a2eb9c462c3_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/gitsign-rhel9@sha256:4c59990381ce313cd845257e95fd2e910b3d84459c5b3c3aa09fce954a328101_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2922"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/cosign-rhel9@sha256:8efb2c8f77e91d7a15063ddc6f7eca1226a494f0f9340590af6e3a2eb9c462c3_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:e001128c079f0355e88161c08f092d0d5b0d2f984fdb672002d4bcddf9585cd5_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/gitsign-rhel9@sha256:4c59990381ce313cd845257e95fd2e910b3d84459c5b3c3aa09fce954a328101_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:6dc1b8af2586c0b7dc2786ed075f3e387943bed78818e02c7bd38f0ac1cace0b_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/updatetree-rhel9@sha256:cfba6d424b5e45362bb4e61d9b05bb49a24beb56a3c5ddc3aebdd2e0647179de_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
},
{
"cve": "CVE-2026-22772",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2026-01-12T22:01:21.336171+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:e001128c079f0355e88161c08f092d0d5b0d2f984fdb672002d4bcddf9585cd5_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:6dc1b8af2586c0b7dc2786ed075f3e387943bed78818e02c7bd38f0ac1cace0b_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/updatetree-rhel9@sha256:cfba6d424b5e45362bb4e61d9b05bb49a24beb56a3c5ddc3aebdd2e0647179de_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2428808"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a certificate authority for issuing code signing certificates. A remote attacker could exploit this by bypassing MetaIssuer URL validation due to unanchored regular expressions (regex) in the `metaRegex()` function. This vulnerability could lead to Server-Side Request Forgery (SSRF), allowing the attacker to probe internal network services. While the flaw only permits GET requests, preventing state changes or data exfiltration, it still poses a risk for internal network reconnaissance.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fulcio: Fulcio: Server-Side Request Forgery (SSRF) via unanchored regex in MetaIssuer URL validation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat products. A flaw in Fulcio\u0027s URL validation allows attackers to bypass security checks, leading to Server-Side Request Forgery (SSRF). This could enable internal network reconnaissance within affected Red Hat OpenShift and Ansible Automation Platform deployments, though it does not permit state changes or data exfiltration.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/cosign-rhel9@sha256:8efb2c8f77e91d7a15063ddc6f7eca1226a494f0f9340590af6e3a2eb9c462c3_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/gitsign-rhel9@sha256:4c59990381ce313cd845257e95fd2e910b3d84459c5b3c3aa09fce954a328101_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:e001128c079f0355e88161c08f092d0d5b0d2f984fdb672002d4bcddf9585cd5_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:6dc1b8af2586c0b7dc2786ed075f3e387943bed78818e02c7bd38f0ac1cace0b_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/updatetree-rhel9@sha256:cfba6d424b5e45362bb4e61d9b05bb49a24beb56a3c5ddc3aebdd2e0647179de_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22772"
},
{
"category": "external",
"summary": "RHBZ#2428808",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2428808"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22772",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22772"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22772",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22772"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/eaae2f2be56df9dea5f9b439ec81bedae4c0978d",
"url": "https://github.com/sigstore/fulcio/commit/eaae2f2be56df9dea5f9b439ec81bedae4c0978d"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-59jp-pj84-45mr",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-59jp-pj84-45mr"
}
],
"release_date": "2026-01-12T20:58:53.659000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-18T12:26:00+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.2\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.2/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/cosign-rhel9@sha256:8efb2c8f77e91d7a15063ddc6f7eca1226a494f0f9340590af6e3a2eb9c462c3_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/gitsign-rhel9@sha256:4c59990381ce313cd845257e95fd2e910b3d84459c5b3c3aa09fce954a328101_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2922"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/cosign-rhel9@sha256:8efb2c8f77e91d7a15063ddc6f7eca1226a494f0f9340590af6e3a2eb9c462c3_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:e001128c079f0355e88161c08f092d0d5b0d2f984fdb672002d4bcddf9585cd5_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/gitsign-rhel9@sha256:4c59990381ce313cd845257e95fd2e910b3d84459c5b3c3aa09fce954a328101_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:6dc1b8af2586c0b7dc2786ed075f3e387943bed78818e02c7bd38f0ac1cace0b_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/updatetree-rhel9@sha256:cfba6d424b5e45362bb4e61d9b05bb49a24beb56a3c5ddc3aebdd2e0647179de_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/cosign-rhel9@sha256:8efb2c8f77e91d7a15063ddc6f7eca1226a494f0f9340590af6e3a2eb9c462c3_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:e001128c079f0355e88161c08f092d0d5b0d2f984fdb672002d4bcddf9585cd5_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/gitsign-rhel9@sha256:4c59990381ce313cd845257e95fd2e910b3d84459c5b3c3aa09fce954a328101_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:6dc1b8af2586c0b7dc2786ed075f3e387943bed78818e02c7bd38f0ac1cace0b_amd64",
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/updatetree-rhel9@sha256:cfba6d424b5e45362bb4e61d9b05bb49a24beb56a3c5ddc3aebdd2e0647179de_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "fulcio: Fulcio: Server-Side Request Forgery (SSRF) via unanchored regex in MetaIssuer URL validation"
}
]
}
RHSA-2025:23449
Vulnerability from csaf_redhat - Published: 2025-12-17 08:22 - Updated: 2026-03-18 20:44Notes
{
"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 AI Inference Server 3.2.5 (ROCm) is now available.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat\u00ae AI Inference Server",
"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:23449",
"url": "https://access.redhat.com/errata/RHSA-2025:23449"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22868",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22869",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47906",
"url": "https://access.redhat.com/security/cve/CVE-2025-47906"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-52565",
"url": "https://access.redhat.com/security/cve/CVE-2025-52565"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-59375",
"url": "https://access.redhat.com/security/cve/CVE-2025-59375"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62164",
"url": "https://access.redhat.com/security/cve/CVE-2025-62164"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62372",
"url": "https://access.redhat.com/security/cve/CVE-2025-62372"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66448",
"url": "https://access.redhat.com/security/cve/CVE-2025-66448"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9230",
"url": "https://access.redhat.com/security/cve/CVE-2025-9230"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9714",
"url": "https://access.redhat.com/security/cve/CVE-2025-9714"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://www.redhat.com/en/products/ai/inference-server",
"url": "https://www.redhat.com/en/products/ai/inference-server"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_23449.json"
}
],
"title": "Red Hat Security Advisory: Red Hat AI Inference Server 3.2.5 (ROCm)",
"tracking": {
"current_release_date": "2026-03-18T20:44:31+00:00",
"generator": {
"date": "2026-03-18T20:44:31+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2025:23449",
"initial_release_date": "2025-12-17T08:22:31+00:00",
"revision_history": [
{
"date": "2025-12-17T08:22:31+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-17T08:22:37+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T20:44:31+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat AI Inference Server 3.2",
"product": {
"name": "Red Hat AI Inference Server 3.2",
"product_id": "Red Hat AI Inference Server 3.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ai_inference_server:3.2::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat AI Inference Server"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64",
"product": {
"name": "registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64",
"product_id": "registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64",
"product_identification_helper": {
"purl": "pkg:oci/vllm-rocm-rhel9@sha256%3Ac5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125?arch=amd64\u0026repository_url=registry.redhat.io/rhaiis\u0026tag=3.2.5-1765552603"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64 as a component of Red Hat AI Inference Server 3.2",
"product_id": "Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
},
"product_reference": "registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64",
"relates_to_product_reference": "Red Hat AI Inference Server 3.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-9230",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-09-17T12:15:34.387000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396054"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the OpenSSL CMS implementation (RFC 3211 KEK Unwrap). This vulnerability allows memory corruption, an application level denial of service, or potential execution of attacker-supplied code via crafted CMS messages using password-based encryption (PWRI).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: Out-of-bounds read \u0026 write in RFC 3211 KEK Unwrap",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability was rated as Moderate because, while the potential impact includes an application level denial of service and possible arbitrary code execution, successful exploitation is considered unlikely due to the high attack complexity and the fact that password-based CMS encryption (PWRI) is rarely used in real-world deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9230"
},
{
"category": "external",
"summary": "RHBZ#2396054",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396054"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9230",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9230"
}
],
"release_date": "2025-09-30T23:59:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-17T08:22:31+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23449",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23449"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: Out-of-bounds read \u0026 write in RFC 3211 KEK Unwrap"
},
{
"cve": "CVE-2025-9714",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2025-09-02T13:03:56.452000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2392605"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libxstl/libxml2. The \u0027exsltDynMapFunction\u0027 function in libexslt/dynamic.c does not contain a recursion depth check, which may cause an infinite loop via a specially crafted XSLT document while handling \u0027dyn:map()\u0027, leading to stack exhaustion and a local denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxslt: libxml2: Inifinite recursion at exsltDynMapFunction function in libexslt/dynamic.c",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "No evidence was found for arbitrary memory corruption through this flaw, limiting its impact to Availability only, and reducing its severity to Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9714"
},
{
"category": "external",
"summary": "RHBZ#2392605",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2392605"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9714"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9714",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9714"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxml2/-/commit/677a42645ef22b5a50741bad5facf9d8a8bc6d21",
"url": "https://gitlab.gnome.org/GNOME/libxml2/-/commit/677a42645ef22b5a50741bad5facf9d8a8bc6d21"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/148",
"url": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/148"
}
],
"release_date": "2025-09-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-17T08:22:31+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23449",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23449"
},
{
"category": "workaround",
"details": "The impact of this flaw may be reduced by setting strict resource limits to the stack size of processes at the operational system level. This can be achieved either through the \u0027ulimit\u0027 shell built-in or the \u0027limits.conf\u0027 file.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libxslt: libxml2: Inifinite recursion at exsltDynMapFunction function in libexslt/dynamic.c"
},
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-17T08:22:31+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23449",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23449"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-17T08:22:31+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23449",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23449"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-47906",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"discovery_date": "2025-09-18T19:00:47.541046+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396546"
}
],
"notes": [
{
"category": "description",
"text": "A path handling flaw has been discovered in the os/exec go package. If the PATH environment variable contains paths which are executables (rather than just directories), passing certain strings to LookPath (\"\", \".\", and \"..\"), can result in the binaries listed in the PATH being unexpectedly returned.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "os/exec: Unexpected paths returned from LookPath in os/exec",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47906"
},
{
"category": "external",
"summary": "RHBZ#2396546",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396546"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47906",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47906"
},
{
"category": "external",
"summary": "https://go.dev/cl/691775",
"url": "https://go.dev/cl/691775"
},
{
"category": "external",
"summary": "https://go.dev/issue/74466",
"url": "https://go.dev/issue/74466"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3956",
"url": "https://pkg.go.dev/vuln/GO-2025-3956"
}
],
"release_date": "2025-09-18T18:41:11.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-17T08:22:31+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23449",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23449"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "os/exec: Unexpected paths returned from LookPath in os/exec"
},
{
"cve": "CVE-2025-52565",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.653000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404708"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. CVE-2025-52565 is very similar in concept and application toCVE-2025-31133, except that it exploits a flaw in /dev/console\nbind-mounts. When creating the /dev/console bind-mount (to /dev/pts/$n), if an attacker replaces /dev/pts/$n with a symlink then runc will bind-mount the symlink target over /dev/console.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: container escape with malicious config due to /dev/console mount and related races",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52565"
},
{
"category": "external",
"summary": "RHBZ#2404708",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404708"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52565"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52565",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52565"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-qw9x-cqr3-wc7r",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-qw9x-cqr3-wc7r"
}
],
"release_date": "2025-11-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-17T08:22:31+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23449",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23449"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using user namespaces, with the host root user not mapped into the container\u0027s namespace. procfs file permissions are managed using Unix DAC and thus user namespaces stop a container process from being able to write to them.\n* Not running as a root user in the container (this includes disabling setuid binaries with noNewPrivileges). As above, procfs file permissions are managed using Unix DAC and thus non-root users cannot write to them.\n* The default SELinux policy should mitigate this issue, as the /dev/console bind-mount does not re-label the mount and so the container process should not be able to write to unsafe procfs files. However, CVE-2025-52881 allows an attacker to bypass LSM labels, and so this mitigation is not helpful when considered in combination with CVE-2025-52881.\n* The default AppArmor profile used by most runtimes will NOT help mitigate this issue, as /dev/console access is permitted. You could create a custom profile that blocks access to /dev/console, but such a profile might break regular containers. In addition, CVE-2025-52881 allows an attacker to bypass LSM labels, and so that mitigation is not helpful when considered in combination with CVE-2025-52881.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: container escape with malicious config due to /dev/console mount and related races"
},
{
"cve": "CVE-2025-59375",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-15T03:00:59.775098+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2395108"
}
],
"notes": [
{
"category": "description",
"text": "A memory amplification vulnerability in libexpat allows attackers to trigger excessive dynamic memory allocations by submitting specially crafted XML input. A small input (~250 KiB) can cause the parser to allocate hundreds of megabytes, leading to denial-of-service (DoS) through memory exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is Important rather than Critical because, while it allows for significant resource exhaustion leading to denial-of-service (DoS), it does not enable arbitrary code execution, data leakage, or privilege escalation. The vulnerability stems from an uncontrolled memory amplification behavior in libexpat\u2019s parser, where a relatively small XML payload can cause disproportionately large heap allocations. However, the flaw is limited in scope to service disruption and requires the attacker to submit a crafted XML document\u2014something that can be mitigated with proper input validation and memory usage limits. Therefore, while the exploitability is high, the impact is confined to availability, not confidentiality or integrity, making it a high-severity but not critical flaw.\n\nIn Firefox and Thunderbird, where libexpat is a transitive userspace dependency, exploitation usually just crashes the application (app-level DoS), so it is classify as Moderate instead of Important.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59375"
},
{
"category": "external",
"summary": "RHBZ#2395108",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395108"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59375"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59375",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59375"
},
{
"category": "external",
"summary": "https://github.com/libexpat/libexpat/blob/676a4c531ec768732fac215da9730b5f50fbd2bf/expat/Changes#L45-L74",
"url": "https://github.com/libexpat/libexpat/blob/676a4c531ec768732fac215da9730b5f50fbd2bf/expat/Changes#L45-L74"
},
{
"category": "external",
"summary": "https://github.com/libexpat/libexpat/issues/1018",
"url": "https://github.com/libexpat/libexpat/issues/1018"
},
{
"category": "external",
"summary": "https://github.com/libexpat/libexpat/pull/1034",
"url": "https://github.com/libexpat/libexpat/pull/1034"
},
{
"category": "external",
"summary": "https://issues.oss-fuzz.com/issues/439133977",
"url": "https://issues.oss-fuzz.com/issues/439133977"
}
],
"release_date": "2025-09-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-17T08:22:31+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23449",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23449"
},
{
"category": "workaround",
"details": "To mitigate the issue, limit XML input size and complexity before parsing, and avoid accepting compressed or deeply nested XML. Use OS-level resource controls (like ulimit or setrlimit()) to cap memory usage, or run the parser in a sandboxed or isolated process with strict memory and CPU limits. This helps prevent denial-of-service by containing excessive resource consumption.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing"
},
{
"cve": "CVE-2025-62164",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-11-21T02:01:11.280042+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2416282"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability in vLLM allows attackers to supply malicious serialized prompt-embedding tensors that are deserialized using torch.load() without validation. Due to PyTorch 2.8.0 disabling sparse-tensor integrity checks by default, a crafted tensor can bypass bounds checks and cause an out-of-bounds write during to_dense(), leading to a crash (DoS) and potentially remote code execution on the vLLM server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: VLLM deserialization vulnerability leading to DoS and potential RCE",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is considered important rather than moderate because it involves unsafe deserialization leading to memory corruption in a network-reachable, unauthenticated API path. Unlike typical moderate flaws that may only allow limited DoS or require specific conditions, this issue allows an attacker to supply a crafted sparse tensor that triggers an out-of-bounds memory write during PyTorch\u2019s to_dense() conversion. Memory corruption in a server process handling untrusted input significantly elevates security risk because it can lead not only to a reliable crash but also to potential remote code execution, enabling full compromise of the vLLM service. Additionally, the affected code path is part of the standard Completions API workflow, making the attack surface broadly exposed in real deployments. The combination of remote exploitability, unauthenticated access, memory corruption, and potential RCE clearly positions this issue above a moderate classification and into an important severity level.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62164"
},
{
"category": "external",
"summary": "RHBZ#2416282",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2416282"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62164",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62164"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62164",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62164"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b",
"url": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/27204",
"url": "https://github.com/vllm-project/vllm/pull/27204"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-mrw7-hf4f-83pf",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-mrw7-hf4f-83pf"
}
],
"release_date": "2025-11-21T01:18:38.803000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-17T08:22:31+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23449",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23449"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vllm: VLLM deserialization vulnerability leading to DoS and potential RCE"
},
{
"cve": "CVE-2025-62372",
"cwe": {
"id": "CWE-129",
"name": "Improper Validation of Array Index"
},
"discovery_date": "2025-11-21T02:00:57.180567+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2416280"
}
],
"notes": [
{
"category": "description",
"text": "A denial-of-service vulnerability in vLLM allows an attacker with API access to crash the engine by submitting multimodal embedding tensors that have the correct number of dimensions but an invalid internal shape. Because vLLM validates only the tensor\u2019s ndim and not the full expected shape, malformed embeddings trigger shape mismatches or validation failures during processing, causing the inference engine to terminate.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: vLLM vulnerable to DoS with incorrect shape of multimodal embedding inputs",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is rated Moderate rather than Important because its impact is strictly limited to availability and requires low but existing privileges to exploit. The issue arises from incomplete shape validation of multimodal embedding tensors, which can cause deterministic crashes in the inference engine, but it does not enable memory corruption, data leakage, integrity compromise, or execution of arbitrary code. Exploitation requires an authenticated or API-key-holding user to submit malformed multimodal inputs, meaning it cannot be triggered by an unauthenticated attacker on an exposed endpoint. Additionally, the failure mode is a clean crash rather than undefined behavior, so the blast radius is constrained to service interruption rather than broader systemic compromise. These factors\u2014PR:L requirement, no confidentiality/integrity impact, deterministic failure mode, and scoped DoS only\u2014technically align the issue with Moderate severity instead of an Important flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62372"
},
{
"category": "external",
"summary": "RHBZ#2416280",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2416280"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62372"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62372",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62372"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b",
"url": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/27204",
"url": "https://github.com/vllm-project/vllm/pull/27204"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/6613",
"url": "https://github.com/vllm-project/vllm/pull/6613"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-pmqf-x6x8-p7qw",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-pmqf-x6x8-p7qw"
}
],
"release_date": "2025-11-21T01:22:37.121000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-17T08:22:31+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23449",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23449"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vllm: vLLM vulnerable to DoS with incorrect shape of multimodal embedding inputs"
},
{
"cve": "CVE-2025-66448",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2025-12-01T23:01:07.198041+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418152"
}
],
"notes": [
{
"category": "description",
"text": "A remote code execution vulnerability has been identified in vLLM. An attacker can exploit a weakness in the model loading process to silently fetch and run unauthorized, malicious Python code on the host system. This happens because the engine mistakenly executes code from a remote repository referenced in a model\u0027s configuration, even when explicit security measures are set to prevent it.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: vLLM: Remote Code Execution via malicious model configuration",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat because vLLM, when deployed in a Red Hat environment, is susceptible to remote code execution. An attacker can craft a malicious model configuration that, when loaded, fetches and executes arbitrary Python code from a remote repository, even if `trust_remote_code` is explicitly set to `False`.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66448"
},
{
"category": "external",
"summary": "RHBZ#2418152",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418152"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66448",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66448"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66448",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66448"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/ffb08379d8870a1a81ba82b72797f196838d0c86",
"url": "https://github.com/vllm-project/vllm/commit/ffb08379d8870a1a81ba82b72797f196838d0c86"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/28126",
"url": "https://github.com/vllm-project/vllm/pull/28126"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-8fr4-5q9j-m8gm",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-8fr4-5q9j-m8gm"
}
],
"release_date": "2025-12-01T22:45:42.566000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-17T08:22:31+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23449",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23449"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vllm: vLLM: Remote Code Execution via malicious model configuration"
},
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-17T08:22:31+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23449",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23449"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:c5efe40fa2a6e98d7d3d6676befff0dbbd87b2887769bb7e5856c5b0b0ada125_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
}
]
}
RHSA-2026:2350
Vulnerability from csaf_redhat - Published: 2026-02-09 15:50 - Updated: 2026-03-18 20:53Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Updated images are now available for Red Hat Advanced Cluster Security\n(RHACS), which typically include new features, bug fixes, and/or\nsecurity patches.",
"title": "Topic"
},
{
"category": "general",
"text": "See the release notes (link in the references section) for a\ndescription of the fixes and enhancements in this particular release.",
"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-2026:2350",
"url": "https://access.redhat.com/errata/RHSA-2026:2350"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-12816",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-15284",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66031",
"url": "https://access.redhat.com/security/cve/CVE-2025-66031"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66564",
"url": "https://access.redhat.com/security/cve/CVE-2025-66564"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68428",
"url": "https://access.redhat.com/security/cve/CVE-2025-68428"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68973",
"url": "https://access.redhat.com/security/cve/CVE-2025-68973"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22029",
"url": "https://access.redhat.com/security/cve/CVE-2026-22029"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_security_for_kubernetes/4.9/html-single/release_notes/index#about-this-release-493_release-notes-49",
"url": "https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_security_for_kubernetes/4.9/html-single/release_notes/index#about-this-release-493_release-notes-49"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_2350.json"
}
],
"title": "Red Hat Security Advisory: RHACS 4.9.3 security and bug fix update",
"tracking": {
"current_release_date": "2026-03-18T20:53:49+00:00",
"generator": {
"date": "2026-03-18T20:53:49+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2026:2350",
"initial_release_date": "2026-02-09T15:50:42+00:00",
"revision_history": [
{
"date": "2026-02-09T15:50:42+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-09T15:50:46+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T20:53:49+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product": {
"name": "Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:advanced_cluster_security:4.9::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Advanced Cluster Security for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:4efd0780d62b6dddbd5eef4ae8c1620b8e72dfa1551d89e8c9b281ed50afc2f9_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:4efd0780d62b6dddbd5eef4ae8c1620b8e72dfa1551d89e8c9b281ed50afc2f9_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:4efd0780d62b6dddbd5eef4ae8c1620b8e72dfa1551d89e8c9b281ed50afc2f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256%3A4efd0780d62b6dddbd5eef4ae8c1620b8e72dfa1551d89e8c9b281ed50afc2f9?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770250889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:cfb6a722aa6ede9218d9d7a28c7aae1b1455bc0ba5a41ba488e95ee504cccd70_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:cfb6a722aa6ede9218d9d7a28c7aae1b1455bc0ba5a41ba488e95ee504cccd70_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:cfb6a722aa6ede9218d9d7a28c7aae1b1455bc0ba5a41ba488e95ee504cccd70_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256%3Acfb6a722aa6ede9218d9d7a28c7aae1b1455bc0ba5a41ba488e95ee504cccd70?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769065259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:01d01a649ed0c466925ebdfc7e632c7c01f0e59ef5d764d2f2dcf51f355b68ec_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:01d01a649ed0c466925ebdfc7e632c7c01f0e59ef5d764d2f2dcf51f355b68ec_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:01d01a649ed0c466925ebdfc7e632c7c01f0e59ef5d764d2f2dcf51f355b68ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256%3A01d01a649ed0c466925ebdfc7e632c7c01f0e59ef5d764d2f2dcf51f355b68ec?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770250889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1e9116742efaed46b4b93ba1ff8eb026ffa5bbe5146690d020389b95bec77051_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1e9116742efaed46b4b93ba1ff8eb026ffa5bbe5146690d020389b95bec77051_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1e9116742efaed46b4b93ba1ff8eb026ffa5bbe5146690d020389b95bec77051_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256%3A1e9116742efaed46b4b93ba1ff8eb026ffa5bbe5146690d020389b95bec77051?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770250889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:d8111014ef89a6679f19c48888189ddff4e3bb4269d1ccd09c7114ba6e5360d6_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:d8111014ef89a6679f19c48888189ddff4e3bb4269d1ccd09c7114ba6e5360d6_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:d8111014ef89a6679f19c48888189ddff4e3bb4269d1ccd09c7114ba6e5360d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256%3Ad8111014ef89a6679f19c48888189ddff4e3bb4269d1ccd09c7114ba6e5360d6?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770250889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:baa02b25c952aa9e463fdd8bde3ae196621ca09cabd508b9638a82c528b6acda_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:baa02b25c952aa9e463fdd8bde3ae196621ca09cabd508b9638a82c528b6acda_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:baa02b25c952aa9e463fdd8bde3ae196621ca09cabd508b9638a82c528b6acda_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256%3Abaa02b25c952aa9e463fdd8bde3ae196621ca09cabd508b9638a82c528b6acda?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770250889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:249ae5abf72f255ec0b9152df39a5b2bd270df420bb585ca390e5c7dbdc4b5af_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:249ae5abf72f255ec0b9152df39a5b2bd270df420bb585ca390e5c7dbdc4b5af_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:249ae5abf72f255ec0b9152df39a5b2bd270df420bb585ca390e5c7dbdc4b5af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256%3A249ae5abf72f255ec0b9152df39a5b2bd270df420bb585ca390e5c7dbdc4b5af?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769492398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e2d7323de0313fc7e498791d2294fe4c46448638753349002dfa0e16580f9435_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e2d7323de0313fc7e498791d2294fe4c46448638753349002dfa0e16580f9435_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e2d7323de0313fc7e498791d2294fe4c46448638753349002dfa0e16580f9435_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256%3Ae2d7323de0313fc7e498791d2294fe4c46448638753349002dfa0e16580f9435?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769492398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e9b1465496174394f2e54facebca1f1d0cd6dc54ddb0a82265b3feddd3d1867e_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e9b1465496174394f2e54facebca1f1d0cd6dc54ddb0a82265b3feddd3d1867e_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e9b1465496174394f2e54facebca1f1d0cd6dc54ddb0a82265b3feddd3d1867e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256%3Ae9b1465496174394f2e54facebca1f1d0cd6dc54ddb0a82265b3feddd3d1867e?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769492398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fd4368e9067519644039006f494c391d65e59d45abc981707a886a17829cdc_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fd4368e9067519644039006f494c391d65e59d45abc981707a886a17829cdc_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fd4368e9067519644039006f494c391d65e59d45abc981707a886a17829cdc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256%3Ac1fd4368e9067519644039006f494c391d65e59d45abc981707a886a17829cdc?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769492398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:461fee74ff86feaf21bda5d170975b185758cb891307e8e5e5930985a2191307_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:461fee74ff86feaf21bda5d170975b185758cb891307e8e5e5930985a2191307_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:461fee74ff86feaf21bda5d170975b185758cb891307e8e5e5930985a2191307_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256%3A461fee74ff86feaf21bda5d170975b185758cb891307e8e5e5930985a2191307?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770250889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a75bba630478e2466c371b78ffce02ad116cc872bbe78624cd3438e45f47f93e_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a75bba630478e2466c371b78ffce02ad116cc872bbe78624cd3438e45f47f93e_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a75bba630478e2466c371b78ffce02ad116cc872bbe78624cd3438e45f47f93e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256%3Aa75bba630478e2466c371b78ffce02ad116cc872bbe78624cd3438e45f47f93e?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770250889"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cf5beedfa9139034d92f170115321be8f442b152628f1c91841a1be1cadfda33_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cf5beedfa9139034d92f170115321be8f442b152628f1c91841a1be1cadfda33_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cf5beedfa9139034d92f170115321be8f442b152628f1c91841a1be1cadfda33_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256%3Acf5beedfa9139034d92f170115321be8f442b152628f1c91841a1be1cadfda33?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770250889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d63ab6fcf507a4dc7c38df369111c44725ffdc3384840cd7cfbb89fe216af914_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d63ab6fcf507a4dc7c38df369111c44725ffdc3384840cd7cfbb89fe216af914_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d63ab6fcf507a4dc7c38df369111c44725ffdc3384840cd7cfbb89fe216af914_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256%3Ad63ab6fcf507a4dc7c38df369111c44725ffdc3384840cd7cfbb89fe216af914?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769065259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e87ce042d9afb90c643de99cfaa98314230a2d9a01ad1230cd0596413991f4f5_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e87ce042d9afb90c643de99cfaa98314230a2d9a01ad1230cd0596413991f4f5_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e87ce042d9afb90c643de99cfaa98314230a2d9a01ad1230cd0596413991f4f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256%3Ae87ce042d9afb90c643de99cfaa98314230a2d9a01ad1230cd0596413991f4f5?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770250889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1dceed562203416b6d853e66402a2ec69370a53cc119953aeb442288ecebfa4f_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1dceed562203416b6d853e66402a2ec69370a53cc119953aeb442288ecebfa4f_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1dceed562203416b6d853e66402a2ec69370a53cc119953aeb442288ecebfa4f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256%3A1dceed562203416b6d853e66402a2ec69370a53cc119953aeb442288ecebfa4f?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770250889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:92cc9e13e92ad25bc2ca62705136be35b16699d1ddc9c8f5653cfb7b9e9f9e72_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:92cc9e13e92ad25bc2ca62705136be35b16699d1ddc9c8f5653cfb7b9e9f9e72_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:92cc9e13e92ad25bc2ca62705136be35b16699d1ddc9c8f5653cfb7b9e9f9e72_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256%3A92cc9e13e92ad25bc2ca62705136be35b16699d1ddc9c8f5653cfb7b9e9f9e72?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770250889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:bd07e7aa5ab8f4419cfe29872bc99d6bca1fe5c73034633ec371b1f1ff59d66c_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:bd07e7aa5ab8f4419cfe29872bc99d6bca1fe5c73034633ec371b1f1ff59d66c_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:bd07e7aa5ab8f4419cfe29872bc99d6bca1fe5c73034633ec371b1f1ff59d66c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256%3Abd07e7aa5ab8f4419cfe29872bc99d6bca1fe5c73034633ec371b1f1ff59d66c?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769492398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:d9662472c1cd18a4a0ec5103b30cb7576ae926d43ed290c88586a9304d01d3c3_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:d9662472c1cd18a4a0ec5103b30cb7576ae926d43ed290c88586a9304d01d3c3_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:d9662472c1cd18a4a0ec5103b30cb7576ae926d43ed290c88586a9304d01d3c3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256%3Ad9662472c1cd18a4a0ec5103b30cb7576ae926d43ed290c88586a9304d01d3c3?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769492398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:83b76afb22949a7488a6480e16810b74136e395380a5f2050e2f2419aa90a337_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:83b76afb22949a7488a6480e16810b74136e395380a5f2050e2f2419aa90a337_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:83b76afb22949a7488a6480e16810b74136e395380a5f2050e2f2419aa90a337_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256%3A83b76afb22949a7488a6480e16810b74136e395380a5f2050e2f2419aa90a337?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769492398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a1888b71a59b083571620531fe473b9b042fc7aab0d99ec2e0b184f3101c25f_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a1888b71a59b083571620531fe473b9b042fc7aab0d99ec2e0b184f3101c25f_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a1888b71a59b083571620531fe473b9b042fc7aab0d99ec2e0b184f3101c25f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256%3A8a1888b71a59b083571620531fe473b9b042fc7aab0d99ec2e0b184f3101c25f?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769492398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a3cfe3a06fadbe73d8a12e84beb504c9204e34f52af459c30d4e72a2b0a411e3_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a3cfe3a06fadbe73d8a12e84beb504c9204e34f52af459c30d4e72a2b0a411e3_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a3cfe3a06fadbe73d8a12e84beb504c9204e34f52af459c30d4e72a2b0a411e3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256%3Aa3cfe3a06fadbe73d8a12e84beb504c9204e34f52af459c30d4e72a2b0a411e3?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770250889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de3478fd6fbd75bd4a428241e6792eefd166f7f0a38ce45b7994cb51d284f010_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de3478fd6fbd75bd4a428241e6792eefd166f7f0a38ce45b7994cb51d284f010_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de3478fd6fbd75bd4a428241e6792eefd166f7f0a38ce45b7994cb51d284f010_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256%3Ade3478fd6fbd75bd4a428241e6792eefd166f7f0a38ce45b7994cb51d284f010?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770250889"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:294c8f3d3cce71c22e6bde11783c04fa5db2ae19ad2a741c418005faa41da67a_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:294c8f3d3cce71c22e6bde11783c04fa5db2ae19ad2a741c418005faa41da67a_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:294c8f3d3cce71c22e6bde11783c04fa5db2ae19ad2a741c418005faa41da67a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256%3A294c8f3d3cce71c22e6bde11783c04fa5db2ae19ad2a741c418005faa41da67a?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770250889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:32faefcdb174ed2e92291cc075ab321e8fa462fcbd951e7edaa019011e87ccad_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:32faefcdb174ed2e92291cc075ab321e8fa462fcbd951e7edaa019011e87ccad_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:32faefcdb174ed2e92291cc075ab321e8fa462fcbd951e7edaa019011e87ccad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256%3A32faefcdb174ed2e92291cc075ab321e8fa462fcbd951e7edaa019011e87ccad?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769065259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f49305d1e529f1be7d213f548cc6d49d958ff578eb4e41320250634497a1dfb2_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f49305d1e529f1be7d213f548cc6d49d958ff578eb4e41320250634497a1dfb2_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f49305d1e529f1be7d213f548cc6d49d958ff578eb4e41320250634497a1dfb2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256%3Af49305d1e529f1be7d213f548cc6d49d958ff578eb4e41320250634497a1dfb2?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770250889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:6f0060cfb71c9ee2788f2bcebd1d9aa40e337c10921a4c631c0119c80721b539_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:6f0060cfb71c9ee2788f2bcebd1d9aa40e337c10921a4c631c0119c80721b539_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:6f0060cfb71c9ee2788f2bcebd1d9aa40e337c10921a4c631c0119c80721b539_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256%3A6f0060cfb71c9ee2788f2bcebd1d9aa40e337c10921a4c631c0119c80721b539?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770250889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0f27626c8a671458174b6a3dc08268ec13f1b1ce297ca26b085a5799971470d6_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0f27626c8a671458174b6a3dc08268ec13f1b1ce297ca26b085a5799971470d6_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0f27626c8a671458174b6a3dc08268ec13f1b1ce297ca26b085a5799971470d6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256%3A0f27626c8a671458174b6a3dc08268ec13f1b1ce297ca26b085a5799971470d6?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770250889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5e8360e4078c425988ac07bc24860e5361b6e119f5fa54370d0775a60da0f9d_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5e8360e4078c425988ac07bc24860e5361b6e119f5fa54370d0775a60da0f9d_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5e8360e4078c425988ac07bc24860e5361b6e119f5fa54370d0775a60da0f9d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256%3Ae5e8360e4078c425988ac07bc24860e5361b6e119f5fa54370d0775a60da0f9d?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769492398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:34d1530a0759075f9a6d7cb31d45efac05575e0db2ea43adc3379f24b1524060_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:34d1530a0759075f9a6d7cb31d45efac05575e0db2ea43adc3379f24b1524060_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:34d1530a0759075f9a6d7cb31d45efac05575e0db2ea43adc3379f24b1524060_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256%3A34d1530a0759075f9a6d7cb31d45efac05575e0db2ea43adc3379f24b1524060?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769492398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:44c28896965619b9b4804dd9099303f076533dd664766cff932ca27a9b3b2805_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:44c28896965619b9b4804dd9099303f076533dd664766cff932ca27a9b3b2805_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:44c28896965619b9b4804dd9099303f076533dd664766cff932ca27a9b3b2805_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256%3A44c28896965619b9b4804dd9099303f076533dd664766cff932ca27a9b3b2805?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769492398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:be9caac01f90306f9e645ae9981b34642434d08fc5259c302a369c1675224f29_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:be9caac01f90306f9e645ae9981b34642434d08fc5259c302a369c1675224f29_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:be9caac01f90306f9e645ae9981b34642434d08fc5259c302a369c1675224f29_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256%3Abe9caac01f90306f9e645ae9981b34642434d08fc5259c302a369c1675224f29?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769492398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9848a4f71fd2bfdc2a22a338a253875f3073777c0d5d5f70b88429d8d4459fdf_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9848a4f71fd2bfdc2a22a338a253875f3073777c0d5d5f70b88429d8d4459fdf_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9848a4f71fd2bfdc2a22a338a253875f3073777c0d5d5f70b88429d8d4459fdf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256%3A9848a4f71fd2bfdc2a22a338a253875f3073777c0d5d5f70b88429d8d4459fdf?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770250889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:7a3f81bbda7dc41d40b2f192e99b8ba4088fcac383e70ba9591d1da074be108e_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:7a3f81bbda7dc41d40b2f192e99b8ba4088fcac383e70ba9591d1da074be108e_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:7a3f81bbda7dc41d40b2f192e99b8ba4088fcac383e70ba9591d1da074be108e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256%3A7a3f81bbda7dc41d40b2f192e99b8ba4088fcac383e70ba9591d1da074be108e?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770250889"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0b85460655f6f540e6278f5bd08e6c52ea3a3e4acb54a79d524247227f5e9d7c_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0b85460655f6f540e6278f5bd08e6c52ea3a3e4acb54a79d524247227f5e9d7c_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0b85460655f6f540e6278f5bd08e6c52ea3a3e4acb54a79d524247227f5e9d7c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256%3A0b85460655f6f540e6278f5bd08e6c52ea3a3e4acb54a79d524247227f5e9d7c?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770250889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0115106585032e52bedca4443f008c755c3fbc5e4fdf4f4be974cb6be9345b86_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0115106585032e52bedca4443f008c755c3fbc5e4fdf4f4be974cb6be9345b86_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0115106585032e52bedca4443f008c755c3fbc5e4fdf4f4be974cb6be9345b86_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256%3A0115106585032e52bedca4443f008c755c3fbc5e4fdf4f4be974cb6be9345b86?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769065259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1324d938cf5047df9125eb4bf6a9565fc4443b62c24e34494c1f57d1f8b5bdb1_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1324d938cf5047df9125eb4bf6a9565fc4443b62c24e34494c1f57d1f8b5bdb1_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1324d938cf5047df9125eb4bf6a9565fc4443b62c24e34494c1f57d1f8b5bdb1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256%3A1324d938cf5047df9125eb4bf6a9565fc4443b62c24e34494c1f57d1f8b5bdb1?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770250889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d9c49f3d6b2d8ec68784c59bf75810bd4290f4118eb7e512fd6150193600abc4_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d9c49f3d6b2d8ec68784c59bf75810bd4290f4118eb7e512fd6150193600abc4_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d9c49f3d6b2d8ec68784c59bf75810bd4290f4118eb7e512fd6150193600abc4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256%3Ad9c49f3d6b2d8ec68784c59bf75810bd4290f4118eb7e512fd6150193600abc4?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770250889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:96ba7c71703db09c15f1633d2b5c14a22231a6f87fffacb639542f4ad2429551_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:96ba7c71703db09c15f1633d2b5c14a22231a6f87fffacb639542f4ad2429551_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:96ba7c71703db09c15f1633d2b5c14a22231a6f87fffacb639542f4ad2429551_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256%3A96ba7c71703db09c15f1633d2b5c14a22231a6f87fffacb639542f4ad2429551?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770250889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:db417ef9da0ec483035d4545ca5a3728682435458daf12ed0500a08430a4680f_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:db417ef9da0ec483035d4545ca5a3728682435458daf12ed0500a08430a4680f_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:db417ef9da0ec483035d4545ca5a3728682435458daf12ed0500a08430a4680f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256%3Adb417ef9da0ec483035d4545ca5a3728682435458daf12ed0500a08430a4680f?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769492398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:50a2768f8ffcbdc15ed719eb6e5c08da0a9e31b2f17c77cf0b305c4f3d5d8135_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:50a2768f8ffcbdc15ed719eb6e5c08da0a9e31b2f17c77cf0b305c4f3d5d8135_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:50a2768f8ffcbdc15ed719eb6e5c08da0a9e31b2f17c77cf0b305c4f3d5d8135_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256%3A50a2768f8ffcbdc15ed719eb6e5c08da0a9e31b2f17c77cf0b305c4f3d5d8135?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769492398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:7830f4f7b3673034dacbe1d48daf493afc3282fd1509b12b2e8d7716179c036b_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:7830f4f7b3673034dacbe1d48daf493afc3282fd1509b12b2e8d7716179c036b_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:7830f4f7b3673034dacbe1d48daf493afc3282fd1509b12b2e8d7716179c036b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256%3A7830f4f7b3673034dacbe1d48daf493afc3282fd1509b12b2e8d7716179c036b?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769492398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4b8ecf8d2f99224d7272b1749b7b89f8bdeb5d23458302809a06aab6fa91b553_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4b8ecf8d2f99224d7272b1749b7b89f8bdeb5d23458302809a06aab6fa91b553_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4b8ecf8d2f99224d7272b1749b7b89f8bdeb5d23458302809a06aab6fa91b553_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256%3A4b8ecf8d2f99224d7272b1749b7b89f8bdeb5d23458302809a06aab6fa91b553?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769492398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c916f911c1ff8a7991f46dc850d014db42872acfc74e6ea0f6880336b066a6e3_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c916f911c1ff8a7991f46dc850d014db42872acfc74e6ea0f6880336b066a6e3_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c916f911c1ff8a7991f46dc850d014db42872acfc74e6ea0f6880336b066a6e3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256%3Ac916f911c1ff8a7991f46dc850d014db42872acfc74e6ea0f6880336b066a6e3?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770250889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6772a5c3a85b279176346e893e3ed08498861ee31495c32236dab20a95392871_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6772a5c3a85b279176346e893e3ed08498861ee31495c32236dab20a95392871_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6772a5c3a85b279176346e893e3ed08498861ee31495c32236dab20a95392871_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256%3A6772a5c3a85b279176346e893e3ed08498861ee31495c32236dab20a95392871?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770250889"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0b85460655f6f540e6278f5bd08e6c52ea3a3e4acb54a79d524247227f5e9d7c_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0b85460655f6f540e6278f5bd08e6c52ea3a3e4acb54a79d524247227f5e9d7c_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0b85460655f6f540e6278f5bd08e6c52ea3a3e4acb54a79d524247227f5e9d7c_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:294c8f3d3cce71c22e6bde11783c04fa5db2ae19ad2a741c418005faa41da67a_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:294c8f3d3cce71c22e6bde11783c04fa5db2ae19ad2a741c418005faa41da67a_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:294c8f3d3cce71c22e6bde11783c04fa5db2ae19ad2a741c418005faa41da67a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:4efd0780d62b6dddbd5eef4ae8c1620b8e72dfa1551d89e8c9b281ed50afc2f9_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:4efd0780d62b6dddbd5eef4ae8c1620b8e72dfa1551d89e8c9b281ed50afc2f9_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:4efd0780d62b6dddbd5eef4ae8c1620b8e72dfa1551d89e8c9b281ed50afc2f9_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cf5beedfa9139034d92f170115321be8f442b152628f1c91841a1be1cadfda33_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cf5beedfa9139034d92f170115321be8f442b152628f1c91841a1be1cadfda33_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cf5beedfa9139034d92f170115321be8f442b152628f1c91841a1be1cadfda33_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0115106585032e52bedca4443f008c755c3fbc5e4fdf4f4be974cb6be9345b86_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0115106585032e52bedca4443f008c755c3fbc5e4fdf4f4be974cb6be9345b86_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0115106585032e52bedca4443f008c755c3fbc5e4fdf4f4be974cb6be9345b86_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:32faefcdb174ed2e92291cc075ab321e8fa462fcbd951e7edaa019011e87ccad_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:32faefcdb174ed2e92291cc075ab321e8fa462fcbd951e7edaa019011e87ccad_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:32faefcdb174ed2e92291cc075ab321e8fa462fcbd951e7edaa019011e87ccad_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:cfb6a722aa6ede9218d9d7a28c7aae1b1455bc0ba5a41ba488e95ee504cccd70_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:cfb6a722aa6ede9218d9d7a28c7aae1b1455bc0ba5a41ba488e95ee504cccd70_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:cfb6a722aa6ede9218d9d7a28c7aae1b1455bc0ba5a41ba488e95ee504cccd70_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d63ab6fcf507a4dc7c38df369111c44725ffdc3384840cd7cfbb89fe216af914_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d63ab6fcf507a4dc7c38df369111c44725ffdc3384840cd7cfbb89fe216af914_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d63ab6fcf507a4dc7c38df369111c44725ffdc3384840cd7cfbb89fe216af914_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:01d01a649ed0c466925ebdfc7e632c7c01f0e59ef5d764d2f2dcf51f355b68ec_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:01d01a649ed0c466925ebdfc7e632c7c01f0e59ef5d764d2f2dcf51f355b68ec_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:01d01a649ed0c466925ebdfc7e632c7c01f0e59ef5d764d2f2dcf51f355b68ec_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1324d938cf5047df9125eb4bf6a9565fc4443b62c24e34494c1f57d1f8b5bdb1_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1324d938cf5047df9125eb4bf6a9565fc4443b62c24e34494c1f57d1f8b5bdb1_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1324d938cf5047df9125eb4bf6a9565fc4443b62c24e34494c1f57d1f8b5bdb1_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e87ce042d9afb90c643de99cfaa98314230a2d9a01ad1230cd0596413991f4f5_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e87ce042d9afb90c643de99cfaa98314230a2d9a01ad1230cd0596413991f4f5_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e87ce042d9afb90c643de99cfaa98314230a2d9a01ad1230cd0596413991f4f5_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f49305d1e529f1be7d213f548cc6d49d958ff578eb4e41320250634497a1dfb2_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f49305d1e529f1be7d213f548cc6d49d958ff578eb4e41320250634497a1dfb2_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f49305d1e529f1be7d213f548cc6d49d958ff578eb4e41320250634497a1dfb2_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:d8111014ef89a6679f19c48888189ddff4e3bb4269d1ccd09c7114ba6e5360d6_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:d8111014ef89a6679f19c48888189ddff4e3bb4269d1ccd09c7114ba6e5360d6_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:d8111014ef89a6679f19c48888189ddff4e3bb4269d1ccd09c7114ba6e5360d6_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1dceed562203416b6d853e66402a2ec69370a53cc119953aeb442288ecebfa4f_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1dceed562203416b6d853e66402a2ec69370a53cc119953aeb442288ecebfa4f_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1dceed562203416b6d853e66402a2ec69370a53cc119953aeb442288ecebfa4f_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1e9116742efaed46b4b93ba1ff8eb026ffa5bbe5146690d020389b95bec77051_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1e9116742efaed46b4b93ba1ff8eb026ffa5bbe5146690d020389b95bec77051_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1e9116742efaed46b4b93ba1ff8eb026ffa5bbe5146690d020389b95bec77051_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:6f0060cfb71c9ee2788f2bcebd1d9aa40e337c10921a4c631c0119c80721b539_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:6f0060cfb71c9ee2788f2bcebd1d9aa40e337c10921a4c631c0119c80721b539_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:6f0060cfb71c9ee2788f2bcebd1d9aa40e337c10921a4c631c0119c80721b539_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d9c49f3d6b2d8ec68784c59bf75810bd4290f4118eb7e512fd6150193600abc4_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d9c49f3d6b2d8ec68784c59bf75810bd4290f4118eb7e512fd6150193600abc4_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d9c49f3d6b2d8ec68784c59bf75810bd4290f4118eb7e512fd6150193600abc4_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0f27626c8a671458174b6a3dc08268ec13f1b1ce297ca26b085a5799971470d6_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0f27626c8a671458174b6a3dc08268ec13f1b1ce297ca26b085a5799971470d6_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0f27626c8a671458174b6a3dc08268ec13f1b1ce297ca26b085a5799971470d6_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:92cc9e13e92ad25bc2ca62705136be35b16699d1ddc9c8f5653cfb7b9e9f9e72_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:92cc9e13e92ad25bc2ca62705136be35b16699d1ddc9c8f5653cfb7b9e9f9e72_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:92cc9e13e92ad25bc2ca62705136be35b16699d1ddc9c8f5653cfb7b9e9f9e72_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:96ba7c71703db09c15f1633d2b5c14a22231a6f87fffacb639542f4ad2429551_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:96ba7c71703db09c15f1633d2b5c14a22231a6f87fffacb639542f4ad2429551_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:96ba7c71703db09c15f1633d2b5c14a22231a6f87fffacb639542f4ad2429551_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:baa02b25c952aa9e463fdd8bde3ae196621ca09cabd508b9638a82c528b6acda_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:baa02b25c952aa9e463fdd8bde3ae196621ca09cabd508b9638a82c528b6acda_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:baa02b25c952aa9e463fdd8bde3ae196621ca09cabd508b9638a82c528b6acda_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:34d1530a0759075f9a6d7cb31d45efac05575e0db2ea43adc3379f24b1524060_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:34d1530a0759075f9a6d7cb31d45efac05575e0db2ea43adc3379f24b1524060_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:34d1530a0759075f9a6d7cb31d45efac05575e0db2ea43adc3379f24b1524060_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:50a2768f8ffcbdc15ed719eb6e5c08da0a9e31b2f17c77cf0b305c4f3d5d8135_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:50a2768f8ffcbdc15ed719eb6e5c08da0a9e31b2f17c77cf0b305c4f3d5d8135_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:50a2768f8ffcbdc15ed719eb6e5c08da0a9e31b2f17c77cf0b305c4f3d5d8135_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:d9662472c1cd18a4a0ec5103b30cb7576ae926d43ed290c88586a9304d01d3c3_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:d9662472c1cd18a4a0ec5103b30cb7576ae926d43ed290c88586a9304d01d3c3_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:d9662472c1cd18a4a0ec5103b30cb7576ae926d43ed290c88586a9304d01d3c3_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e2d7323de0313fc7e498791d2294fe4c46448638753349002dfa0e16580f9435_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e2d7323de0313fc7e498791d2294fe4c46448638753349002dfa0e16580f9435_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e2d7323de0313fc7e498791d2294fe4c46448638753349002dfa0e16580f9435_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:44c28896965619b9b4804dd9099303f076533dd664766cff932ca27a9b3b2805_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:44c28896965619b9b4804dd9099303f076533dd664766cff932ca27a9b3b2805_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:44c28896965619b9b4804dd9099303f076533dd664766cff932ca27a9b3b2805_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:7830f4f7b3673034dacbe1d48daf493afc3282fd1509b12b2e8d7716179c036b_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:7830f4f7b3673034dacbe1d48daf493afc3282fd1509b12b2e8d7716179c036b_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:7830f4f7b3673034dacbe1d48daf493afc3282fd1509b12b2e8d7716179c036b_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:83b76afb22949a7488a6480e16810b74136e395380a5f2050e2f2419aa90a337_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:83b76afb22949a7488a6480e16810b74136e395380a5f2050e2f2419aa90a337_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:83b76afb22949a7488a6480e16810b74136e395380a5f2050e2f2419aa90a337_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e9b1465496174394f2e54facebca1f1d0cd6dc54ddb0a82265b3feddd3d1867e_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e9b1465496174394f2e54facebca1f1d0cd6dc54ddb0a82265b3feddd3d1867e_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e9b1465496174394f2e54facebca1f1d0cd6dc54ddb0a82265b3feddd3d1867e_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:249ae5abf72f255ec0b9152df39a5b2bd270df420bb585ca390e5c7dbdc4b5af_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:249ae5abf72f255ec0b9152df39a5b2bd270df420bb585ca390e5c7dbdc4b5af_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:249ae5abf72f255ec0b9152df39a5b2bd270df420bb585ca390e5c7dbdc4b5af_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:bd07e7aa5ab8f4419cfe29872bc99d6bca1fe5c73034633ec371b1f1ff59d66c_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:bd07e7aa5ab8f4419cfe29872bc99d6bca1fe5c73034633ec371b1f1ff59d66c_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:bd07e7aa5ab8f4419cfe29872bc99d6bca1fe5c73034633ec371b1f1ff59d66c_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:db417ef9da0ec483035d4545ca5a3728682435458daf12ed0500a08430a4680f_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:db417ef9da0ec483035d4545ca5a3728682435458daf12ed0500a08430a4680f_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:db417ef9da0ec483035d4545ca5a3728682435458daf12ed0500a08430a4680f_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5e8360e4078c425988ac07bc24860e5361b6e119f5fa54370d0775a60da0f9d_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5e8360e4078c425988ac07bc24860e5361b6e119f5fa54370d0775a60da0f9d_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5e8360e4078c425988ac07bc24860e5361b6e119f5fa54370d0775a60da0f9d_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4b8ecf8d2f99224d7272b1749b7b89f8bdeb5d23458302809a06aab6fa91b553_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4b8ecf8d2f99224d7272b1749b7b89f8bdeb5d23458302809a06aab6fa91b553_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4b8ecf8d2f99224d7272b1749b7b89f8bdeb5d23458302809a06aab6fa91b553_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a1888b71a59b083571620531fe473b9b042fc7aab0d99ec2e0b184f3101c25f_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a1888b71a59b083571620531fe473b9b042fc7aab0d99ec2e0b184f3101c25f_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a1888b71a59b083571620531fe473b9b042fc7aab0d99ec2e0b184f3101c25f_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:be9caac01f90306f9e645ae9981b34642434d08fc5259c302a369c1675224f29_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:be9caac01f90306f9e645ae9981b34642434d08fc5259c302a369c1675224f29_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:be9caac01f90306f9e645ae9981b34642434d08fc5259c302a369c1675224f29_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fd4368e9067519644039006f494c391d65e59d45abc981707a886a17829cdc_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fd4368e9067519644039006f494c391d65e59d45abc981707a886a17829cdc_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fd4368e9067519644039006f494c391d65e59d45abc981707a886a17829cdc_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6772a5c3a85b279176346e893e3ed08498861ee31495c32236dab20a95392871_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6772a5c3a85b279176346e893e3ed08498861ee31495c32236dab20a95392871_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6772a5c3a85b279176346e893e3ed08498861ee31495c32236dab20a95392871_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:7a3f81bbda7dc41d40b2f192e99b8ba4088fcac383e70ba9591d1da074be108e_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:7a3f81bbda7dc41d40b2f192e99b8ba4088fcac383e70ba9591d1da074be108e_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:7a3f81bbda7dc41d40b2f192e99b8ba4088fcac383e70ba9591d1da074be108e_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a75bba630478e2466c371b78ffce02ad116cc872bbe78624cd3438e45f47f93e_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a75bba630478e2466c371b78ffce02ad116cc872bbe78624cd3438e45f47f93e_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a75bba630478e2466c371b78ffce02ad116cc872bbe78624cd3438e45f47f93e_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de3478fd6fbd75bd4a428241e6792eefd166f7f0a38ce45b7994cb51d284f010_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de3478fd6fbd75bd4a428241e6792eefd166f7f0a38ce45b7994cb51d284f010_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de3478fd6fbd75bd4a428241e6792eefd166f7f0a38ce45b7994cb51d284f010_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:461fee74ff86feaf21bda5d170975b185758cb891307e8e5e5930985a2191307_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:461fee74ff86feaf21bda5d170975b185758cb891307e8e5e5930985a2191307_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:461fee74ff86feaf21bda5d170975b185758cb891307e8e5e5930985a2191307_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9848a4f71fd2bfdc2a22a338a253875f3073777c0d5d5f70b88429d8d4459fdf_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9848a4f71fd2bfdc2a22a338a253875f3073777c0d5d5f70b88429d8d4459fdf_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9848a4f71fd2bfdc2a22a338a253875f3073777c0d5d5f70b88429d8d4459fdf_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a3cfe3a06fadbe73d8a12e84beb504c9204e34f52af459c30d4e72a2b0a411e3_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a3cfe3a06fadbe73d8a12e84beb504c9204e34f52af459c30d4e72a2b0a411e3_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a3cfe3a06fadbe73d8a12e84beb504c9204e34f52af459c30d4e72a2b0a411e3_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c916f911c1ff8a7991f46dc850d014db42872acfc74e6ea0f6880336b066a6e3_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c916f911c1ff8a7991f46dc850d014db42872acfc74e6ea0f6880336b066a6e3_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c916f911c1ff8a7991f46dc850d014db42872acfc74e6ea0f6880336b066a6e3_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-12816",
"cwe": {
"id": "CWE-179",
"name": "Incorrect Behavior Order: Early Validation"
},
"discovery_date": "2025-11-25T20:01:05.875196+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0b85460655f6f540e6278f5bd08e6c52ea3a3e4acb54a79d524247227f5e9d7c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:294c8f3d3cce71c22e6bde11783c04fa5db2ae19ad2a741c418005faa41da67a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:4efd0780d62b6dddbd5eef4ae8c1620b8e72dfa1551d89e8c9b281ed50afc2f9_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cf5beedfa9139034d92f170115321be8f442b152628f1c91841a1be1cadfda33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0115106585032e52bedca4443f008c755c3fbc5e4fdf4f4be974cb6be9345b86_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:32faefcdb174ed2e92291cc075ab321e8fa462fcbd951e7edaa019011e87ccad_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:cfb6a722aa6ede9218d9d7a28c7aae1b1455bc0ba5a41ba488e95ee504cccd70_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d63ab6fcf507a4dc7c38df369111c44725ffdc3384840cd7cfbb89fe216af914_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:d8111014ef89a6679f19c48888189ddff4e3bb4269d1ccd09c7114ba6e5360d6_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1dceed562203416b6d853e66402a2ec69370a53cc119953aeb442288ecebfa4f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1e9116742efaed46b4b93ba1ff8eb026ffa5bbe5146690d020389b95bec77051_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:6f0060cfb71c9ee2788f2bcebd1d9aa40e337c10921a4c631c0119c80721b539_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d9c49f3d6b2d8ec68784c59bf75810bd4290f4118eb7e512fd6150193600abc4_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0f27626c8a671458174b6a3dc08268ec13f1b1ce297ca26b085a5799971470d6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:92cc9e13e92ad25bc2ca62705136be35b16699d1ddc9c8f5653cfb7b9e9f9e72_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:96ba7c71703db09c15f1633d2b5c14a22231a6f87fffacb639542f4ad2429551_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:baa02b25c952aa9e463fdd8bde3ae196621ca09cabd508b9638a82c528b6acda_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:34d1530a0759075f9a6d7cb31d45efac05575e0db2ea43adc3379f24b1524060_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:50a2768f8ffcbdc15ed719eb6e5c08da0a9e31b2f17c77cf0b305c4f3d5d8135_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:d9662472c1cd18a4a0ec5103b30cb7576ae926d43ed290c88586a9304d01d3c3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e2d7323de0313fc7e498791d2294fe4c46448638753349002dfa0e16580f9435_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:44c28896965619b9b4804dd9099303f076533dd664766cff932ca27a9b3b2805_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:7830f4f7b3673034dacbe1d48daf493afc3282fd1509b12b2e8d7716179c036b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:83b76afb22949a7488a6480e16810b74136e395380a5f2050e2f2419aa90a337_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e9b1465496174394f2e54facebca1f1d0cd6dc54ddb0a82265b3feddd3d1867e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:249ae5abf72f255ec0b9152df39a5b2bd270df420bb585ca390e5c7dbdc4b5af_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:bd07e7aa5ab8f4419cfe29872bc99d6bca1fe5c73034633ec371b1f1ff59d66c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:db417ef9da0ec483035d4545ca5a3728682435458daf12ed0500a08430a4680f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5e8360e4078c425988ac07bc24860e5361b6e119f5fa54370d0775a60da0f9d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4b8ecf8d2f99224d7272b1749b7b89f8bdeb5d23458302809a06aab6fa91b553_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a1888b71a59b083571620531fe473b9b042fc7aab0d99ec2e0b184f3101c25f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:be9caac01f90306f9e645ae9981b34642434d08fc5259c302a369c1675224f29_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fd4368e9067519644039006f494c391d65e59d45abc981707a886a17829cdc_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6772a5c3a85b279176346e893e3ed08498861ee31495c32236dab20a95392871_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:7a3f81bbda7dc41d40b2f192e99b8ba4088fcac383e70ba9591d1da074be108e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a75bba630478e2466c371b78ffce02ad116cc872bbe78624cd3438e45f47f93e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de3478fd6fbd75bd4a428241e6792eefd166f7f0a38ce45b7994cb51d284f010_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:461fee74ff86feaf21bda5d170975b185758cb891307e8e5e5930985a2191307_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9848a4f71fd2bfdc2a22a338a253875f3073777c0d5d5f70b88429d8d4459fdf_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a3cfe3a06fadbe73d8a12e84beb504c9204e34f52af459c30d4e72a2b0a411e3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c916f911c1ff8a7991f46dc850d014db42872acfc74e6ea0f6880336b066a6e3_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417097"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-forge. This vulnerability allows unauthenticated attackers to bypass downstream cryptographic verifications and security decisions via crafting ASN.1 (Abstract Syntax Notation One) structures to desynchronize schema validations, yielding a semantic divergence.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products due to an interpretation conflict in the node-forge library. An unauthenticated attacker could exploit this flaw by crafting malicious ASN.1 structures, leading to a bypass of cryptographic verifications and security decisions in affected applications. This impacts various Red Hat products that utilize node-forge for cryptographic operations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:01d01a649ed0c466925ebdfc7e632c7c01f0e59ef5d764d2f2dcf51f355b68ec_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1324d938cf5047df9125eb4bf6a9565fc4443b62c24e34494c1f57d1f8b5bdb1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e87ce042d9afb90c643de99cfaa98314230a2d9a01ad1230cd0596413991f4f5_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f49305d1e529f1be7d213f548cc6d49d958ff578eb4e41320250634497a1dfb2_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0b85460655f6f540e6278f5bd08e6c52ea3a3e4acb54a79d524247227f5e9d7c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:294c8f3d3cce71c22e6bde11783c04fa5db2ae19ad2a741c418005faa41da67a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:4efd0780d62b6dddbd5eef4ae8c1620b8e72dfa1551d89e8c9b281ed50afc2f9_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cf5beedfa9139034d92f170115321be8f442b152628f1c91841a1be1cadfda33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0115106585032e52bedca4443f008c755c3fbc5e4fdf4f4be974cb6be9345b86_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:32faefcdb174ed2e92291cc075ab321e8fa462fcbd951e7edaa019011e87ccad_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:cfb6a722aa6ede9218d9d7a28c7aae1b1455bc0ba5a41ba488e95ee504cccd70_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d63ab6fcf507a4dc7c38df369111c44725ffdc3384840cd7cfbb89fe216af914_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:d8111014ef89a6679f19c48888189ddff4e3bb4269d1ccd09c7114ba6e5360d6_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1dceed562203416b6d853e66402a2ec69370a53cc119953aeb442288ecebfa4f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1e9116742efaed46b4b93ba1ff8eb026ffa5bbe5146690d020389b95bec77051_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:6f0060cfb71c9ee2788f2bcebd1d9aa40e337c10921a4c631c0119c80721b539_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d9c49f3d6b2d8ec68784c59bf75810bd4290f4118eb7e512fd6150193600abc4_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0f27626c8a671458174b6a3dc08268ec13f1b1ce297ca26b085a5799971470d6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:92cc9e13e92ad25bc2ca62705136be35b16699d1ddc9c8f5653cfb7b9e9f9e72_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:96ba7c71703db09c15f1633d2b5c14a22231a6f87fffacb639542f4ad2429551_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:baa02b25c952aa9e463fdd8bde3ae196621ca09cabd508b9638a82c528b6acda_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:34d1530a0759075f9a6d7cb31d45efac05575e0db2ea43adc3379f24b1524060_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:50a2768f8ffcbdc15ed719eb6e5c08da0a9e31b2f17c77cf0b305c4f3d5d8135_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:d9662472c1cd18a4a0ec5103b30cb7576ae926d43ed290c88586a9304d01d3c3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e2d7323de0313fc7e498791d2294fe4c46448638753349002dfa0e16580f9435_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:44c28896965619b9b4804dd9099303f076533dd664766cff932ca27a9b3b2805_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:7830f4f7b3673034dacbe1d48daf493afc3282fd1509b12b2e8d7716179c036b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:83b76afb22949a7488a6480e16810b74136e395380a5f2050e2f2419aa90a337_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e9b1465496174394f2e54facebca1f1d0cd6dc54ddb0a82265b3feddd3d1867e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:249ae5abf72f255ec0b9152df39a5b2bd270df420bb585ca390e5c7dbdc4b5af_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:bd07e7aa5ab8f4419cfe29872bc99d6bca1fe5c73034633ec371b1f1ff59d66c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:db417ef9da0ec483035d4545ca5a3728682435458daf12ed0500a08430a4680f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5e8360e4078c425988ac07bc24860e5361b6e119f5fa54370d0775a60da0f9d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4b8ecf8d2f99224d7272b1749b7b89f8bdeb5d23458302809a06aab6fa91b553_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a1888b71a59b083571620531fe473b9b042fc7aab0d99ec2e0b184f3101c25f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:be9caac01f90306f9e645ae9981b34642434d08fc5259c302a369c1675224f29_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fd4368e9067519644039006f494c391d65e59d45abc981707a886a17829cdc_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6772a5c3a85b279176346e893e3ed08498861ee31495c32236dab20a95392871_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:7a3f81bbda7dc41d40b2f192e99b8ba4088fcac383e70ba9591d1da074be108e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a75bba630478e2466c371b78ffce02ad116cc872bbe78624cd3438e45f47f93e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de3478fd6fbd75bd4a428241e6792eefd166f7f0a38ce45b7994cb51d284f010_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:461fee74ff86feaf21bda5d170975b185758cb891307e8e5e5930985a2191307_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9848a4f71fd2bfdc2a22a338a253875f3073777c0d5d5f70b88429d8d4459fdf_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a3cfe3a06fadbe73d8a12e84beb504c9204e34f52af459c30d4e72a2b0a411e3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c916f911c1ff8a7991f46dc850d014db42872acfc74e6ea0f6880336b066a6e3_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "RHBZ#2417097",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417097"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-12816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12816"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge",
"url": "https://github.com/digitalbazaar/forge"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/pull/1124",
"url": "https://github.com/digitalbazaar/forge/pull/1124"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq"
},
{
"category": "external",
"summary": "https://kb.cert.org/vuls/id/521113",
"url": "https://kb.cert.org/vuls/id/521113"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/node-forge",
"url": "https://www.npmjs.com/package/node-forge"
}
],
"release_date": "2025-11-25T19:15:50.243000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-09T15:50:42+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:01d01a649ed0c466925ebdfc7e632c7c01f0e59ef5d764d2f2dcf51f355b68ec_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1324d938cf5047df9125eb4bf6a9565fc4443b62c24e34494c1f57d1f8b5bdb1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e87ce042d9afb90c643de99cfaa98314230a2d9a01ad1230cd0596413991f4f5_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f49305d1e529f1be7d213f548cc6d49d958ff578eb4e41320250634497a1dfb2_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2350"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0b85460655f6f540e6278f5bd08e6c52ea3a3e4acb54a79d524247227f5e9d7c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:294c8f3d3cce71c22e6bde11783c04fa5db2ae19ad2a741c418005faa41da67a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:4efd0780d62b6dddbd5eef4ae8c1620b8e72dfa1551d89e8c9b281ed50afc2f9_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cf5beedfa9139034d92f170115321be8f442b152628f1c91841a1be1cadfda33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0115106585032e52bedca4443f008c755c3fbc5e4fdf4f4be974cb6be9345b86_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:32faefcdb174ed2e92291cc075ab321e8fa462fcbd951e7edaa019011e87ccad_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:cfb6a722aa6ede9218d9d7a28c7aae1b1455bc0ba5a41ba488e95ee504cccd70_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d63ab6fcf507a4dc7c38df369111c44725ffdc3384840cd7cfbb89fe216af914_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:01d01a649ed0c466925ebdfc7e632c7c01f0e59ef5d764d2f2dcf51f355b68ec_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1324d938cf5047df9125eb4bf6a9565fc4443b62c24e34494c1f57d1f8b5bdb1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e87ce042d9afb90c643de99cfaa98314230a2d9a01ad1230cd0596413991f4f5_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f49305d1e529f1be7d213f548cc6d49d958ff578eb4e41320250634497a1dfb2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:d8111014ef89a6679f19c48888189ddff4e3bb4269d1ccd09c7114ba6e5360d6_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1dceed562203416b6d853e66402a2ec69370a53cc119953aeb442288ecebfa4f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1e9116742efaed46b4b93ba1ff8eb026ffa5bbe5146690d020389b95bec77051_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:6f0060cfb71c9ee2788f2bcebd1d9aa40e337c10921a4c631c0119c80721b539_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d9c49f3d6b2d8ec68784c59bf75810bd4290f4118eb7e512fd6150193600abc4_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0f27626c8a671458174b6a3dc08268ec13f1b1ce297ca26b085a5799971470d6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:92cc9e13e92ad25bc2ca62705136be35b16699d1ddc9c8f5653cfb7b9e9f9e72_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:96ba7c71703db09c15f1633d2b5c14a22231a6f87fffacb639542f4ad2429551_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:baa02b25c952aa9e463fdd8bde3ae196621ca09cabd508b9638a82c528b6acda_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:34d1530a0759075f9a6d7cb31d45efac05575e0db2ea43adc3379f24b1524060_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:50a2768f8ffcbdc15ed719eb6e5c08da0a9e31b2f17c77cf0b305c4f3d5d8135_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:d9662472c1cd18a4a0ec5103b30cb7576ae926d43ed290c88586a9304d01d3c3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e2d7323de0313fc7e498791d2294fe4c46448638753349002dfa0e16580f9435_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:44c28896965619b9b4804dd9099303f076533dd664766cff932ca27a9b3b2805_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:7830f4f7b3673034dacbe1d48daf493afc3282fd1509b12b2e8d7716179c036b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:83b76afb22949a7488a6480e16810b74136e395380a5f2050e2f2419aa90a337_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e9b1465496174394f2e54facebca1f1d0cd6dc54ddb0a82265b3feddd3d1867e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:249ae5abf72f255ec0b9152df39a5b2bd270df420bb585ca390e5c7dbdc4b5af_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:bd07e7aa5ab8f4419cfe29872bc99d6bca1fe5c73034633ec371b1f1ff59d66c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:db417ef9da0ec483035d4545ca5a3728682435458daf12ed0500a08430a4680f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5e8360e4078c425988ac07bc24860e5361b6e119f5fa54370d0775a60da0f9d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4b8ecf8d2f99224d7272b1749b7b89f8bdeb5d23458302809a06aab6fa91b553_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a1888b71a59b083571620531fe473b9b042fc7aab0d99ec2e0b184f3101c25f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:be9caac01f90306f9e645ae9981b34642434d08fc5259c302a369c1675224f29_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fd4368e9067519644039006f494c391d65e59d45abc981707a886a17829cdc_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6772a5c3a85b279176346e893e3ed08498861ee31495c32236dab20a95392871_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:7a3f81bbda7dc41d40b2f192e99b8ba4088fcac383e70ba9591d1da074be108e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a75bba630478e2466c371b78ffce02ad116cc872bbe78624cd3438e45f47f93e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de3478fd6fbd75bd4a428241e6792eefd166f7f0a38ce45b7994cb51d284f010_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:461fee74ff86feaf21bda5d170975b185758cb891307e8e5e5930985a2191307_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9848a4f71fd2bfdc2a22a338a253875f3073777c0d5d5f70b88429d8d4459fdf_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a3cfe3a06fadbe73d8a12e84beb504c9204e34f52af459c30d4e72a2b0a411e3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c916f911c1ff8a7991f46dc850d014db42872acfc74e6ea0f6880336b066a6e3_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0b85460655f6f540e6278f5bd08e6c52ea3a3e4acb54a79d524247227f5e9d7c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:294c8f3d3cce71c22e6bde11783c04fa5db2ae19ad2a741c418005faa41da67a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:4efd0780d62b6dddbd5eef4ae8c1620b8e72dfa1551d89e8c9b281ed50afc2f9_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cf5beedfa9139034d92f170115321be8f442b152628f1c91841a1be1cadfda33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0115106585032e52bedca4443f008c755c3fbc5e4fdf4f4be974cb6be9345b86_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:32faefcdb174ed2e92291cc075ab321e8fa462fcbd951e7edaa019011e87ccad_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:cfb6a722aa6ede9218d9d7a28c7aae1b1455bc0ba5a41ba488e95ee504cccd70_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d63ab6fcf507a4dc7c38df369111c44725ffdc3384840cd7cfbb89fe216af914_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:01d01a649ed0c466925ebdfc7e632c7c01f0e59ef5d764d2f2dcf51f355b68ec_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1324d938cf5047df9125eb4bf6a9565fc4443b62c24e34494c1f57d1f8b5bdb1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e87ce042d9afb90c643de99cfaa98314230a2d9a01ad1230cd0596413991f4f5_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f49305d1e529f1be7d213f548cc6d49d958ff578eb4e41320250634497a1dfb2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:d8111014ef89a6679f19c48888189ddff4e3bb4269d1ccd09c7114ba6e5360d6_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1dceed562203416b6d853e66402a2ec69370a53cc119953aeb442288ecebfa4f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1e9116742efaed46b4b93ba1ff8eb026ffa5bbe5146690d020389b95bec77051_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:6f0060cfb71c9ee2788f2bcebd1d9aa40e337c10921a4c631c0119c80721b539_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d9c49f3d6b2d8ec68784c59bf75810bd4290f4118eb7e512fd6150193600abc4_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0f27626c8a671458174b6a3dc08268ec13f1b1ce297ca26b085a5799971470d6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:92cc9e13e92ad25bc2ca62705136be35b16699d1ddc9c8f5653cfb7b9e9f9e72_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:96ba7c71703db09c15f1633d2b5c14a22231a6f87fffacb639542f4ad2429551_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:baa02b25c952aa9e463fdd8bde3ae196621ca09cabd508b9638a82c528b6acda_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:34d1530a0759075f9a6d7cb31d45efac05575e0db2ea43adc3379f24b1524060_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:50a2768f8ffcbdc15ed719eb6e5c08da0a9e31b2f17c77cf0b305c4f3d5d8135_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:d9662472c1cd18a4a0ec5103b30cb7576ae926d43ed290c88586a9304d01d3c3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e2d7323de0313fc7e498791d2294fe4c46448638753349002dfa0e16580f9435_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:44c28896965619b9b4804dd9099303f076533dd664766cff932ca27a9b3b2805_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:7830f4f7b3673034dacbe1d48daf493afc3282fd1509b12b2e8d7716179c036b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:83b76afb22949a7488a6480e16810b74136e395380a5f2050e2f2419aa90a337_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e9b1465496174394f2e54facebca1f1d0cd6dc54ddb0a82265b3feddd3d1867e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:249ae5abf72f255ec0b9152df39a5b2bd270df420bb585ca390e5c7dbdc4b5af_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:bd07e7aa5ab8f4419cfe29872bc99d6bca1fe5c73034633ec371b1f1ff59d66c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:db417ef9da0ec483035d4545ca5a3728682435458daf12ed0500a08430a4680f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5e8360e4078c425988ac07bc24860e5361b6e119f5fa54370d0775a60da0f9d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4b8ecf8d2f99224d7272b1749b7b89f8bdeb5d23458302809a06aab6fa91b553_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a1888b71a59b083571620531fe473b9b042fc7aab0d99ec2e0b184f3101c25f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:be9caac01f90306f9e645ae9981b34642434d08fc5259c302a369c1675224f29_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fd4368e9067519644039006f494c391d65e59d45abc981707a886a17829cdc_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6772a5c3a85b279176346e893e3ed08498861ee31495c32236dab20a95392871_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:7a3f81bbda7dc41d40b2f192e99b8ba4088fcac383e70ba9591d1da074be108e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a75bba630478e2466c371b78ffce02ad116cc872bbe78624cd3438e45f47f93e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de3478fd6fbd75bd4a428241e6792eefd166f7f0a38ce45b7994cb51d284f010_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:461fee74ff86feaf21bda5d170975b185758cb891307e8e5e5930985a2191307_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9848a4f71fd2bfdc2a22a338a253875f3073777c0d5d5f70b88429d8d4459fdf_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a3cfe3a06fadbe73d8a12e84beb504c9204e34f52af459c30d4e72a2b0a411e3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c916f911c1ff8a7991f46dc850d014db42872acfc74e6ea0f6880336b066a6e3_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications"
},
{
"cve": "CVE-2025-15284",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-29T23:00:58.541337+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0b85460655f6f540e6278f5bd08e6c52ea3a3e4acb54a79d524247227f5e9d7c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:294c8f3d3cce71c22e6bde11783c04fa5db2ae19ad2a741c418005faa41da67a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:4efd0780d62b6dddbd5eef4ae8c1620b8e72dfa1551d89e8c9b281ed50afc2f9_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cf5beedfa9139034d92f170115321be8f442b152628f1c91841a1be1cadfda33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0115106585032e52bedca4443f008c755c3fbc5e4fdf4f4be974cb6be9345b86_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:32faefcdb174ed2e92291cc075ab321e8fa462fcbd951e7edaa019011e87ccad_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:cfb6a722aa6ede9218d9d7a28c7aae1b1455bc0ba5a41ba488e95ee504cccd70_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d63ab6fcf507a4dc7c38df369111c44725ffdc3384840cd7cfbb89fe216af914_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:d8111014ef89a6679f19c48888189ddff4e3bb4269d1ccd09c7114ba6e5360d6_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1dceed562203416b6d853e66402a2ec69370a53cc119953aeb442288ecebfa4f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1e9116742efaed46b4b93ba1ff8eb026ffa5bbe5146690d020389b95bec77051_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:6f0060cfb71c9ee2788f2bcebd1d9aa40e337c10921a4c631c0119c80721b539_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d9c49f3d6b2d8ec68784c59bf75810bd4290f4118eb7e512fd6150193600abc4_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0f27626c8a671458174b6a3dc08268ec13f1b1ce297ca26b085a5799971470d6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:92cc9e13e92ad25bc2ca62705136be35b16699d1ddc9c8f5653cfb7b9e9f9e72_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:96ba7c71703db09c15f1633d2b5c14a22231a6f87fffacb639542f4ad2429551_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:baa02b25c952aa9e463fdd8bde3ae196621ca09cabd508b9638a82c528b6acda_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:34d1530a0759075f9a6d7cb31d45efac05575e0db2ea43adc3379f24b1524060_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:50a2768f8ffcbdc15ed719eb6e5c08da0a9e31b2f17c77cf0b305c4f3d5d8135_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:d9662472c1cd18a4a0ec5103b30cb7576ae926d43ed290c88586a9304d01d3c3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e2d7323de0313fc7e498791d2294fe4c46448638753349002dfa0e16580f9435_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:44c28896965619b9b4804dd9099303f076533dd664766cff932ca27a9b3b2805_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:7830f4f7b3673034dacbe1d48daf493afc3282fd1509b12b2e8d7716179c036b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:83b76afb22949a7488a6480e16810b74136e395380a5f2050e2f2419aa90a337_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e9b1465496174394f2e54facebca1f1d0cd6dc54ddb0a82265b3feddd3d1867e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:249ae5abf72f255ec0b9152df39a5b2bd270df420bb585ca390e5c7dbdc4b5af_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:bd07e7aa5ab8f4419cfe29872bc99d6bca1fe5c73034633ec371b1f1ff59d66c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:db417ef9da0ec483035d4545ca5a3728682435458daf12ed0500a08430a4680f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5e8360e4078c425988ac07bc24860e5361b6e119f5fa54370d0775a60da0f9d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4b8ecf8d2f99224d7272b1749b7b89f8bdeb5d23458302809a06aab6fa91b553_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a1888b71a59b083571620531fe473b9b042fc7aab0d99ec2e0b184f3101c25f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:be9caac01f90306f9e645ae9981b34642434d08fc5259c302a369c1675224f29_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fd4368e9067519644039006f494c391d65e59d45abc981707a886a17829cdc_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6772a5c3a85b279176346e893e3ed08498861ee31495c32236dab20a95392871_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:7a3f81bbda7dc41d40b2f192e99b8ba4088fcac383e70ba9591d1da074be108e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a75bba630478e2466c371b78ffce02ad116cc872bbe78624cd3438e45f47f93e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de3478fd6fbd75bd4a428241e6792eefd166f7f0a38ce45b7994cb51d284f010_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:461fee74ff86feaf21bda5d170975b185758cb891307e8e5e5930985a2191307_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9848a4f71fd2bfdc2a22a338a253875f3073777c0d5d5f70b88429d8d4459fdf_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a3cfe3a06fadbe73d8a12e84beb504c9204e34f52af459c30d4e72a2b0a411e3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c916f911c1ff8a7991f46dc850d014db42872acfc74e6ea0f6880336b066a6e3_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425946"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in qs, a module used for parsing query strings. A remote attacker can exploit an improper input validation vulnerability by sending specially crafted HTTP requests that use bracket notation (e.g., `a[]=value`). This bypasses the `arrayLimit` option, which is designed to limit the size of parsed arrays and prevent resource exhaustion. Successful exploitation can lead to memory exhaustion, causing a Denial of Service (DoS) where the application crashes or becomes unresponsive, making the service unavailable to users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "qs: qs: Denial of Service via improper input validation in array parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products that utilize the `qs` module for parsing query strings, particularly when processing user-controlled input with bracket notation. The `arrayLimit` option, intended to prevent resource exhaustion, is bypassed when bracket notation (`a[]=value`) is used, allowing a remote attacker to cause a denial of service through memory exhaustion. This can lead to application crashes or unresponsiveness, making the service unavailable.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:01d01a649ed0c466925ebdfc7e632c7c01f0e59ef5d764d2f2dcf51f355b68ec_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1324d938cf5047df9125eb4bf6a9565fc4443b62c24e34494c1f57d1f8b5bdb1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e87ce042d9afb90c643de99cfaa98314230a2d9a01ad1230cd0596413991f4f5_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f49305d1e529f1be7d213f548cc6d49d958ff578eb4e41320250634497a1dfb2_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0b85460655f6f540e6278f5bd08e6c52ea3a3e4acb54a79d524247227f5e9d7c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:294c8f3d3cce71c22e6bde11783c04fa5db2ae19ad2a741c418005faa41da67a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:4efd0780d62b6dddbd5eef4ae8c1620b8e72dfa1551d89e8c9b281ed50afc2f9_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cf5beedfa9139034d92f170115321be8f442b152628f1c91841a1be1cadfda33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0115106585032e52bedca4443f008c755c3fbc5e4fdf4f4be974cb6be9345b86_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:32faefcdb174ed2e92291cc075ab321e8fa462fcbd951e7edaa019011e87ccad_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:cfb6a722aa6ede9218d9d7a28c7aae1b1455bc0ba5a41ba488e95ee504cccd70_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d63ab6fcf507a4dc7c38df369111c44725ffdc3384840cd7cfbb89fe216af914_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:d8111014ef89a6679f19c48888189ddff4e3bb4269d1ccd09c7114ba6e5360d6_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1dceed562203416b6d853e66402a2ec69370a53cc119953aeb442288ecebfa4f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1e9116742efaed46b4b93ba1ff8eb026ffa5bbe5146690d020389b95bec77051_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:6f0060cfb71c9ee2788f2bcebd1d9aa40e337c10921a4c631c0119c80721b539_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d9c49f3d6b2d8ec68784c59bf75810bd4290f4118eb7e512fd6150193600abc4_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0f27626c8a671458174b6a3dc08268ec13f1b1ce297ca26b085a5799971470d6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:92cc9e13e92ad25bc2ca62705136be35b16699d1ddc9c8f5653cfb7b9e9f9e72_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:96ba7c71703db09c15f1633d2b5c14a22231a6f87fffacb639542f4ad2429551_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:baa02b25c952aa9e463fdd8bde3ae196621ca09cabd508b9638a82c528b6acda_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:34d1530a0759075f9a6d7cb31d45efac05575e0db2ea43adc3379f24b1524060_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:50a2768f8ffcbdc15ed719eb6e5c08da0a9e31b2f17c77cf0b305c4f3d5d8135_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:d9662472c1cd18a4a0ec5103b30cb7576ae926d43ed290c88586a9304d01d3c3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e2d7323de0313fc7e498791d2294fe4c46448638753349002dfa0e16580f9435_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:44c28896965619b9b4804dd9099303f076533dd664766cff932ca27a9b3b2805_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:7830f4f7b3673034dacbe1d48daf493afc3282fd1509b12b2e8d7716179c036b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:83b76afb22949a7488a6480e16810b74136e395380a5f2050e2f2419aa90a337_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e9b1465496174394f2e54facebca1f1d0cd6dc54ddb0a82265b3feddd3d1867e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:249ae5abf72f255ec0b9152df39a5b2bd270df420bb585ca390e5c7dbdc4b5af_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:bd07e7aa5ab8f4419cfe29872bc99d6bca1fe5c73034633ec371b1f1ff59d66c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:db417ef9da0ec483035d4545ca5a3728682435458daf12ed0500a08430a4680f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5e8360e4078c425988ac07bc24860e5361b6e119f5fa54370d0775a60da0f9d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4b8ecf8d2f99224d7272b1749b7b89f8bdeb5d23458302809a06aab6fa91b553_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a1888b71a59b083571620531fe473b9b042fc7aab0d99ec2e0b184f3101c25f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:be9caac01f90306f9e645ae9981b34642434d08fc5259c302a369c1675224f29_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fd4368e9067519644039006f494c391d65e59d45abc981707a886a17829cdc_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6772a5c3a85b279176346e893e3ed08498861ee31495c32236dab20a95392871_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:7a3f81bbda7dc41d40b2f192e99b8ba4088fcac383e70ba9591d1da074be108e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a75bba630478e2466c371b78ffce02ad116cc872bbe78624cd3438e45f47f93e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de3478fd6fbd75bd4a428241e6792eefd166f7f0a38ce45b7994cb51d284f010_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:461fee74ff86feaf21bda5d170975b185758cb891307e8e5e5930985a2191307_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9848a4f71fd2bfdc2a22a338a253875f3073777c0d5d5f70b88429d8d4459fdf_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a3cfe3a06fadbe73d8a12e84beb504c9204e34f52af459c30d4e72a2b0a411e3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c916f911c1ff8a7991f46dc850d014db42872acfc74e6ea0f6880336b066a6e3_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "RHBZ#2425946",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425946"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15284"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9",
"url": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p",
"url": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p"
}
],
"release_date": "2025-12-29T22:56:45.240000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-09T15:50:42+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:01d01a649ed0c466925ebdfc7e632c7c01f0e59ef5d764d2f2dcf51f355b68ec_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1324d938cf5047df9125eb4bf6a9565fc4443b62c24e34494c1f57d1f8b5bdb1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e87ce042d9afb90c643de99cfaa98314230a2d9a01ad1230cd0596413991f4f5_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f49305d1e529f1be7d213f548cc6d49d958ff578eb4e41320250634497a1dfb2_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2350"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0b85460655f6f540e6278f5bd08e6c52ea3a3e4acb54a79d524247227f5e9d7c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:294c8f3d3cce71c22e6bde11783c04fa5db2ae19ad2a741c418005faa41da67a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:4efd0780d62b6dddbd5eef4ae8c1620b8e72dfa1551d89e8c9b281ed50afc2f9_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cf5beedfa9139034d92f170115321be8f442b152628f1c91841a1be1cadfda33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0115106585032e52bedca4443f008c755c3fbc5e4fdf4f4be974cb6be9345b86_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:32faefcdb174ed2e92291cc075ab321e8fa462fcbd951e7edaa019011e87ccad_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:cfb6a722aa6ede9218d9d7a28c7aae1b1455bc0ba5a41ba488e95ee504cccd70_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d63ab6fcf507a4dc7c38df369111c44725ffdc3384840cd7cfbb89fe216af914_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:01d01a649ed0c466925ebdfc7e632c7c01f0e59ef5d764d2f2dcf51f355b68ec_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1324d938cf5047df9125eb4bf6a9565fc4443b62c24e34494c1f57d1f8b5bdb1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e87ce042d9afb90c643de99cfaa98314230a2d9a01ad1230cd0596413991f4f5_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f49305d1e529f1be7d213f548cc6d49d958ff578eb4e41320250634497a1dfb2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:d8111014ef89a6679f19c48888189ddff4e3bb4269d1ccd09c7114ba6e5360d6_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1dceed562203416b6d853e66402a2ec69370a53cc119953aeb442288ecebfa4f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1e9116742efaed46b4b93ba1ff8eb026ffa5bbe5146690d020389b95bec77051_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:6f0060cfb71c9ee2788f2bcebd1d9aa40e337c10921a4c631c0119c80721b539_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d9c49f3d6b2d8ec68784c59bf75810bd4290f4118eb7e512fd6150193600abc4_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0f27626c8a671458174b6a3dc08268ec13f1b1ce297ca26b085a5799971470d6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:92cc9e13e92ad25bc2ca62705136be35b16699d1ddc9c8f5653cfb7b9e9f9e72_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:96ba7c71703db09c15f1633d2b5c14a22231a6f87fffacb639542f4ad2429551_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:baa02b25c952aa9e463fdd8bde3ae196621ca09cabd508b9638a82c528b6acda_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:34d1530a0759075f9a6d7cb31d45efac05575e0db2ea43adc3379f24b1524060_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:50a2768f8ffcbdc15ed719eb6e5c08da0a9e31b2f17c77cf0b305c4f3d5d8135_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:d9662472c1cd18a4a0ec5103b30cb7576ae926d43ed290c88586a9304d01d3c3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e2d7323de0313fc7e498791d2294fe4c46448638753349002dfa0e16580f9435_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:44c28896965619b9b4804dd9099303f076533dd664766cff932ca27a9b3b2805_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:7830f4f7b3673034dacbe1d48daf493afc3282fd1509b12b2e8d7716179c036b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:83b76afb22949a7488a6480e16810b74136e395380a5f2050e2f2419aa90a337_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e9b1465496174394f2e54facebca1f1d0cd6dc54ddb0a82265b3feddd3d1867e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:249ae5abf72f255ec0b9152df39a5b2bd270df420bb585ca390e5c7dbdc4b5af_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:bd07e7aa5ab8f4419cfe29872bc99d6bca1fe5c73034633ec371b1f1ff59d66c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:db417ef9da0ec483035d4545ca5a3728682435458daf12ed0500a08430a4680f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5e8360e4078c425988ac07bc24860e5361b6e119f5fa54370d0775a60da0f9d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4b8ecf8d2f99224d7272b1749b7b89f8bdeb5d23458302809a06aab6fa91b553_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a1888b71a59b083571620531fe473b9b042fc7aab0d99ec2e0b184f3101c25f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:be9caac01f90306f9e645ae9981b34642434d08fc5259c302a369c1675224f29_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fd4368e9067519644039006f494c391d65e59d45abc981707a886a17829cdc_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6772a5c3a85b279176346e893e3ed08498861ee31495c32236dab20a95392871_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:7a3f81bbda7dc41d40b2f192e99b8ba4088fcac383e70ba9591d1da074be108e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a75bba630478e2466c371b78ffce02ad116cc872bbe78624cd3438e45f47f93e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de3478fd6fbd75bd4a428241e6792eefd166f7f0a38ce45b7994cb51d284f010_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:461fee74ff86feaf21bda5d170975b185758cb891307e8e5e5930985a2191307_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9848a4f71fd2bfdc2a22a338a253875f3073777c0d5d5f70b88429d8d4459fdf_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a3cfe3a06fadbe73d8a12e84beb504c9204e34f52af459c30d4e72a2b0a411e3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c916f911c1ff8a7991f46dc850d014db42872acfc74e6ea0f6880336b066a6e3_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0b85460655f6f540e6278f5bd08e6c52ea3a3e4acb54a79d524247227f5e9d7c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:294c8f3d3cce71c22e6bde11783c04fa5db2ae19ad2a741c418005faa41da67a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:4efd0780d62b6dddbd5eef4ae8c1620b8e72dfa1551d89e8c9b281ed50afc2f9_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cf5beedfa9139034d92f170115321be8f442b152628f1c91841a1be1cadfda33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0115106585032e52bedca4443f008c755c3fbc5e4fdf4f4be974cb6be9345b86_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:32faefcdb174ed2e92291cc075ab321e8fa462fcbd951e7edaa019011e87ccad_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:cfb6a722aa6ede9218d9d7a28c7aae1b1455bc0ba5a41ba488e95ee504cccd70_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d63ab6fcf507a4dc7c38df369111c44725ffdc3384840cd7cfbb89fe216af914_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:01d01a649ed0c466925ebdfc7e632c7c01f0e59ef5d764d2f2dcf51f355b68ec_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1324d938cf5047df9125eb4bf6a9565fc4443b62c24e34494c1f57d1f8b5bdb1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e87ce042d9afb90c643de99cfaa98314230a2d9a01ad1230cd0596413991f4f5_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f49305d1e529f1be7d213f548cc6d49d958ff578eb4e41320250634497a1dfb2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:d8111014ef89a6679f19c48888189ddff4e3bb4269d1ccd09c7114ba6e5360d6_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1dceed562203416b6d853e66402a2ec69370a53cc119953aeb442288ecebfa4f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1e9116742efaed46b4b93ba1ff8eb026ffa5bbe5146690d020389b95bec77051_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:6f0060cfb71c9ee2788f2bcebd1d9aa40e337c10921a4c631c0119c80721b539_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d9c49f3d6b2d8ec68784c59bf75810bd4290f4118eb7e512fd6150193600abc4_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0f27626c8a671458174b6a3dc08268ec13f1b1ce297ca26b085a5799971470d6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:92cc9e13e92ad25bc2ca62705136be35b16699d1ddc9c8f5653cfb7b9e9f9e72_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:96ba7c71703db09c15f1633d2b5c14a22231a6f87fffacb639542f4ad2429551_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:baa02b25c952aa9e463fdd8bde3ae196621ca09cabd508b9638a82c528b6acda_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:34d1530a0759075f9a6d7cb31d45efac05575e0db2ea43adc3379f24b1524060_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:50a2768f8ffcbdc15ed719eb6e5c08da0a9e31b2f17c77cf0b305c4f3d5d8135_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:d9662472c1cd18a4a0ec5103b30cb7576ae926d43ed290c88586a9304d01d3c3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e2d7323de0313fc7e498791d2294fe4c46448638753349002dfa0e16580f9435_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:44c28896965619b9b4804dd9099303f076533dd664766cff932ca27a9b3b2805_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:7830f4f7b3673034dacbe1d48daf493afc3282fd1509b12b2e8d7716179c036b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:83b76afb22949a7488a6480e16810b74136e395380a5f2050e2f2419aa90a337_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e9b1465496174394f2e54facebca1f1d0cd6dc54ddb0a82265b3feddd3d1867e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:249ae5abf72f255ec0b9152df39a5b2bd270df420bb585ca390e5c7dbdc4b5af_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:bd07e7aa5ab8f4419cfe29872bc99d6bca1fe5c73034633ec371b1f1ff59d66c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:db417ef9da0ec483035d4545ca5a3728682435458daf12ed0500a08430a4680f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5e8360e4078c425988ac07bc24860e5361b6e119f5fa54370d0775a60da0f9d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4b8ecf8d2f99224d7272b1749b7b89f8bdeb5d23458302809a06aab6fa91b553_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a1888b71a59b083571620531fe473b9b042fc7aab0d99ec2e0b184f3101c25f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:be9caac01f90306f9e645ae9981b34642434d08fc5259c302a369c1675224f29_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fd4368e9067519644039006f494c391d65e59d45abc981707a886a17829cdc_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6772a5c3a85b279176346e893e3ed08498861ee31495c32236dab20a95392871_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:7a3f81bbda7dc41d40b2f192e99b8ba4088fcac383e70ba9591d1da074be108e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a75bba630478e2466c371b78ffce02ad116cc872bbe78624cd3438e45f47f93e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de3478fd6fbd75bd4a428241e6792eefd166f7f0a38ce45b7994cb51d284f010_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:461fee74ff86feaf21bda5d170975b185758cb891307e8e5e5930985a2191307_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9848a4f71fd2bfdc2a22a338a253875f3073777c0d5d5f70b88429d8d4459fdf_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a3cfe3a06fadbe73d8a12e84beb504c9204e34f52af459c30d4e72a2b0a411e3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c916f911c1ff8a7991f46dc850d014db42872acfc74e6ea0f6880336b066a6e3_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "qs: qs: Denial of Service via improper input validation in array parsing"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0b85460655f6f540e6278f5bd08e6c52ea3a3e4acb54a79d524247227f5e9d7c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:294c8f3d3cce71c22e6bde11783c04fa5db2ae19ad2a741c418005faa41da67a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:4efd0780d62b6dddbd5eef4ae8c1620b8e72dfa1551d89e8c9b281ed50afc2f9_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cf5beedfa9139034d92f170115321be8f442b152628f1c91841a1be1cadfda33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0115106585032e52bedca4443f008c755c3fbc5e4fdf4f4be974cb6be9345b86_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:32faefcdb174ed2e92291cc075ab321e8fa462fcbd951e7edaa019011e87ccad_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:cfb6a722aa6ede9218d9d7a28c7aae1b1455bc0ba5a41ba488e95ee504cccd70_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d63ab6fcf507a4dc7c38df369111c44725ffdc3384840cd7cfbb89fe216af914_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:01d01a649ed0c466925ebdfc7e632c7c01f0e59ef5d764d2f2dcf51f355b68ec_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1324d938cf5047df9125eb4bf6a9565fc4443b62c24e34494c1f57d1f8b5bdb1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e87ce042d9afb90c643de99cfaa98314230a2d9a01ad1230cd0596413991f4f5_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f49305d1e529f1be7d213f548cc6d49d958ff578eb4e41320250634497a1dfb2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:d8111014ef89a6679f19c48888189ddff4e3bb4269d1ccd09c7114ba6e5360d6_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1dceed562203416b6d853e66402a2ec69370a53cc119953aeb442288ecebfa4f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1e9116742efaed46b4b93ba1ff8eb026ffa5bbe5146690d020389b95bec77051_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:6f0060cfb71c9ee2788f2bcebd1d9aa40e337c10921a4c631c0119c80721b539_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d9c49f3d6b2d8ec68784c59bf75810bd4290f4118eb7e512fd6150193600abc4_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0f27626c8a671458174b6a3dc08268ec13f1b1ce297ca26b085a5799971470d6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:92cc9e13e92ad25bc2ca62705136be35b16699d1ddc9c8f5653cfb7b9e9f9e72_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:96ba7c71703db09c15f1633d2b5c14a22231a6f87fffacb639542f4ad2429551_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:baa02b25c952aa9e463fdd8bde3ae196621ca09cabd508b9638a82c528b6acda_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:34d1530a0759075f9a6d7cb31d45efac05575e0db2ea43adc3379f24b1524060_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:50a2768f8ffcbdc15ed719eb6e5c08da0a9e31b2f17c77cf0b305c4f3d5d8135_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:d9662472c1cd18a4a0ec5103b30cb7576ae926d43ed290c88586a9304d01d3c3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e2d7323de0313fc7e498791d2294fe4c46448638753349002dfa0e16580f9435_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:44c28896965619b9b4804dd9099303f076533dd664766cff932ca27a9b3b2805_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:7830f4f7b3673034dacbe1d48daf493afc3282fd1509b12b2e8d7716179c036b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:83b76afb22949a7488a6480e16810b74136e395380a5f2050e2f2419aa90a337_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e9b1465496174394f2e54facebca1f1d0cd6dc54ddb0a82265b3feddd3d1867e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4b8ecf8d2f99224d7272b1749b7b89f8bdeb5d23458302809a06aab6fa91b553_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a1888b71a59b083571620531fe473b9b042fc7aab0d99ec2e0b184f3101c25f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:be9caac01f90306f9e645ae9981b34642434d08fc5259c302a369c1675224f29_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fd4368e9067519644039006f494c391d65e59d45abc981707a886a17829cdc_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6772a5c3a85b279176346e893e3ed08498861ee31495c32236dab20a95392871_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:7a3f81bbda7dc41d40b2f192e99b8ba4088fcac383e70ba9591d1da074be108e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a75bba630478e2466c371b78ffce02ad116cc872bbe78624cd3438e45f47f93e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de3478fd6fbd75bd4a428241e6792eefd166f7f0a38ce45b7994cb51d284f010_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:461fee74ff86feaf21bda5d170975b185758cb891307e8e5e5930985a2191307_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9848a4f71fd2bfdc2a22a338a253875f3073777c0d5d5f70b88429d8d4459fdf_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a3cfe3a06fadbe73d8a12e84beb504c9204e34f52af459c30d4e72a2b0a411e3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c916f911c1ff8a7991f46dc850d014db42872acfc74e6ea0f6880336b066a6e3_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:249ae5abf72f255ec0b9152df39a5b2bd270df420bb585ca390e5c7dbdc4b5af_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:bd07e7aa5ab8f4419cfe29872bc99d6bca1fe5c73034633ec371b1f1ff59d66c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:db417ef9da0ec483035d4545ca5a3728682435458daf12ed0500a08430a4680f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5e8360e4078c425988ac07bc24860e5361b6e119f5fa54370d0775a60da0f9d_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0b85460655f6f540e6278f5bd08e6c52ea3a3e4acb54a79d524247227f5e9d7c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:294c8f3d3cce71c22e6bde11783c04fa5db2ae19ad2a741c418005faa41da67a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:4efd0780d62b6dddbd5eef4ae8c1620b8e72dfa1551d89e8c9b281ed50afc2f9_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cf5beedfa9139034d92f170115321be8f442b152628f1c91841a1be1cadfda33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0115106585032e52bedca4443f008c755c3fbc5e4fdf4f4be974cb6be9345b86_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:32faefcdb174ed2e92291cc075ab321e8fa462fcbd951e7edaa019011e87ccad_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:cfb6a722aa6ede9218d9d7a28c7aae1b1455bc0ba5a41ba488e95ee504cccd70_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d63ab6fcf507a4dc7c38df369111c44725ffdc3384840cd7cfbb89fe216af914_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:01d01a649ed0c466925ebdfc7e632c7c01f0e59ef5d764d2f2dcf51f355b68ec_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1324d938cf5047df9125eb4bf6a9565fc4443b62c24e34494c1f57d1f8b5bdb1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e87ce042d9afb90c643de99cfaa98314230a2d9a01ad1230cd0596413991f4f5_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f49305d1e529f1be7d213f548cc6d49d958ff578eb4e41320250634497a1dfb2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:d8111014ef89a6679f19c48888189ddff4e3bb4269d1ccd09c7114ba6e5360d6_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1dceed562203416b6d853e66402a2ec69370a53cc119953aeb442288ecebfa4f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1e9116742efaed46b4b93ba1ff8eb026ffa5bbe5146690d020389b95bec77051_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:6f0060cfb71c9ee2788f2bcebd1d9aa40e337c10921a4c631c0119c80721b539_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d9c49f3d6b2d8ec68784c59bf75810bd4290f4118eb7e512fd6150193600abc4_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0f27626c8a671458174b6a3dc08268ec13f1b1ce297ca26b085a5799971470d6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:92cc9e13e92ad25bc2ca62705136be35b16699d1ddc9c8f5653cfb7b9e9f9e72_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:96ba7c71703db09c15f1633d2b5c14a22231a6f87fffacb639542f4ad2429551_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:baa02b25c952aa9e463fdd8bde3ae196621ca09cabd508b9638a82c528b6acda_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:34d1530a0759075f9a6d7cb31d45efac05575e0db2ea43adc3379f24b1524060_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:50a2768f8ffcbdc15ed719eb6e5c08da0a9e31b2f17c77cf0b305c4f3d5d8135_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:d9662472c1cd18a4a0ec5103b30cb7576ae926d43ed290c88586a9304d01d3c3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e2d7323de0313fc7e498791d2294fe4c46448638753349002dfa0e16580f9435_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:44c28896965619b9b4804dd9099303f076533dd664766cff932ca27a9b3b2805_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:7830f4f7b3673034dacbe1d48daf493afc3282fd1509b12b2e8d7716179c036b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:83b76afb22949a7488a6480e16810b74136e395380a5f2050e2f2419aa90a337_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e9b1465496174394f2e54facebca1f1d0cd6dc54ddb0a82265b3feddd3d1867e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4b8ecf8d2f99224d7272b1749b7b89f8bdeb5d23458302809a06aab6fa91b553_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a1888b71a59b083571620531fe473b9b042fc7aab0d99ec2e0b184f3101c25f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:be9caac01f90306f9e645ae9981b34642434d08fc5259c302a369c1675224f29_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fd4368e9067519644039006f494c391d65e59d45abc981707a886a17829cdc_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6772a5c3a85b279176346e893e3ed08498861ee31495c32236dab20a95392871_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:7a3f81bbda7dc41d40b2f192e99b8ba4088fcac383e70ba9591d1da074be108e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a75bba630478e2466c371b78ffce02ad116cc872bbe78624cd3438e45f47f93e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de3478fd6fbd75bd4a428241e6792eefd166f7f0a38ce45b7994cb51d284f010_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:461fee74ff86feaf21bda5d170975b185758cb891307e8e5e5930985a2191307_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9848a4f71fd2bfdc2a22a338a253875f3073777c0d5d5f70b88429d8d4459fdf_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a3cfe3a06fadbe73d8a12e84beb504c9204e34f52af459c30d4e72a2b0a411e3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c916f911c1ff8a7991f46dc850d014db42872acfc74e6ea0f6880336b066a6e3_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-09T15:50:42+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:249ae5abf72f255ec0b9152df39a5b2bd270df420bb585ca390e5c7dbdc4b5af_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:bd07e7aa5ab8f4419cfe29872bc99d6bca1fe5c73034633ec371b1f1ff59d66c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:db417ef9da0ec483035d4545ca5a3728682435458daf12ed0500a08430a4680f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5e8360e4078c425988ac07bc24860e5361b6e119f5fa54370d0775a60da0f9d_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2350"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0b85460655f6f540e6278f5bd08e6c52ea3a3e4acb54a79d524247227f5e9d7c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:294c8f3d3cce71c22e6bde11783c04fa5db2ae19ad2a741c418005faa41da67a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:4efd0780d62b6dddbd5eef4ae8c1620b8e72dfa1551d89e8c9b281ed50afc2f9_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cf5beedfa9139034d92f170115321be8f442b152628f1c91841a1be1cadfda33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0115106585032e52bedca4443f008c755c3fbc5e4fdf4f4be974cb6be9345b86_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:32faefcdb174ed2e92291cc075ab321e8fa462fcbd951e7edaa019011e87ccad_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:cfb6a722aa6ede9218d9d7a28c7aae1b1455bc0ba5a41ba488e95ee504cccd70_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d63ab6fcf507a4dc7c38df369111c44725ffdc3384840cd7cfbb89fe216af914_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:01d01a649ed0c466925ebdfc7e632c7c01f0e59ef5d764d2f2dcf51f355b68ec_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1324d938cf5047df9125eb4bf6a9565fc4443b62c24e34494c1f57d1f8b5bdb1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e87ce042d9afb90c643de99cfaa98314230a2d9a01ad1230cd0596413991f4f5_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f49305d1e529f1be7d213f548cc6d49d958ff578eb4e41320250634497a1dfb2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:d8111014ef89a6679f19c48888189ddff4e3bb4269d1ccd09c7114ba6e5360d6_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1dceed562203416b6d853e66402a2ec69370a53cc119953aeb442288ecebfa4f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1e9116742efaed46b4b93ba1ff8eb026ffa5bbe5146690d020389b95bec77051_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:6f0060cfb71c9ee2788f2bcebd1d9aa40e337c10921a4c631c0119c80721b539_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d9c49f3d6b2d8ec68784c59bf75810bd4290f4118eb7e512fd6150193600abc4_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0f27626c8a671458174b6a3dc08268ec13f1b1ce297ca26b085a5799971470d6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:92cc9e13e92ad25bc2ca62705136be35b16699d1ddc9c8f5653cfb7b9e9f9e72_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:96ba7c71703db09c15f1633d2b5c14a22231a6f87fffacb639542f4ad2429551_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:baa02b25c952aa9e463fdd8bde3ae196621ca09cabd508b9638a82c528b6acda_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:34d1530a0759075f9a6d7cb31d45efac05575e0db2ea43adc3379f24b1524060_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:50a2768f8ffcbdc15ed719eb6e5c08da0a9e31b2f17c77cf0b305c4f3d5d8135_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:d9662472c1cd18a4a0ec5103b30cb7576ae926d43ed290c88586a9304d01d3c3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e2d7323de0313fc7e498791d2294fe4c46448638753349002dfa0e16580f9435_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:44c28896965619b9b4804dd9099303f076533dd664766cff932ca27a9b3b2805_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:7830f4f7b3673034dacbe1d48daf493afc3282fd1509b12b2e8d7716179c036b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:83b76afb22949a7488a6480e16810b74136e395380a5f2050e2f2419aa90a337_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e9b1465496174394f2e54facebca1f1d0cd6dc54ddb0a82265b3feddd3d1867e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:249ae5abf72f255ec0b9152df39a5b2bd270df420bb585ca390e5c7dbdc4b5af_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:bd07e7aa5ab8f4419cfe29872bc99d6bca1fe5c73034633ec371b1f1ff59d66c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:db417ef9da0ec483035d4545ca5a3728682435458daf12ed0500a08430a4680f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5e8360e4078c425988ac07bc24860e5361b6e119f5fa54370d0775a60da0f9d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4b8ecf8d2f99224d7272b1749b7b89f8bdeb5d23458302809a06aab6fa91b553_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a1888b71a59b083571620531fe473b9b042fc7aab0d99ec2e0b184f3101c25f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:be9caac01f90306f9e645ae9981b34642434d08fc5259c302a369c1675224f29_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fd4368e9067519644039006f494c391d65e59d45abc981707a886a17829cdc_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6772a5c3a85b279176346e893e3ed08498861ee31495c32236dab20a95392871_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:7a3f81bbda7dc41d40b2f192e99b8ba4088fcac383e70ba9591d1da074be108e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a75bba630478e2466c371b78ffce02ad116cc872bbe78624cd3438e45f47f93e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de3478fd6fbd75bd4a428241e6792eefd166f7f0a38ce45b7994cb51d284f010_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:461fee74ff86feaf21bda5d170975b185758cb891307e8e5e5930985a2191307_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9848a4f71fd2bfdc2a22a338a253875f3073777c0d5d5f70b88429d8d4459fdf_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a3cfe3a06fadbe73d8a12e84beb504c9204e34f52af459c30d4e72a2b0a411e3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c916f911c1ff8a7991f46dc850d014db42872acfc74e6ea0f6880336b066a6e3_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0b85460655f6f540e6278f5bd08e6c52ea3a3e4acb54a79d524247227f5e9d7c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:294c8f3d3cce71c22e6bde11783c04fa5db2ae19ad2a741c418005faa41da67a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:4efd0780d62b6dddbd5eef4ae8c1620b8e72dfa1551d89e8c9b281ed50afc2f9_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cf5beedfa9139034d92f170115321be8f442b152628f1c91841a1be1cadfda33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0115106585032e52bedca4443f008c755c3fbc5e4fdf4f4be974cb6be9345b86_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:32faefcdb174ed2e92291cc075ab321e8fa462fcbd951e7edaa019011e87ccad_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:cfb6a722aa6ede9218d9d7a28c7aae1b1455bc0ba5a41ba488e95ee504cccd70_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d63ab6fcf507a4dc7c38df369111c44725ffdc3384840cd7cfbb89fe216af914_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:01d01a649ed0c466925ebdfc7e632c7c01f0e59ef5d764d2f2dcf51f355b68ec_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1324d938cf5047df9125eb4bf6a9565fc4443b62c24e34494c1f57d1f8b5bdb1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e87ce042d9afb90c643de99cfaa98314230a2d9a01ad1230cd0596413991f4f5_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f49305d1e529f1be7d213f548cc6d49d958ff578eb4e41320250634497a1dfb2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:d8111014ef89a6679f19c48888189ddff4e3bb4269d1ccd09c7114ba6e5360d6_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1dceed562203416b6d853e66402a2ec69370a53cc119953aeb442288ecebfa4f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1e9116742efaed46b4b93ba1ff8eb026ffa5bbe5146690d020389b95bec77051_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:6f0060cfb71c9ee2788f2bcebd1d9aa40e337c10921a4c631c0119c80721b539_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d9c49f3d6b2d8ec68784c59bf75810bd4290f4118eb7e512fd6150193600abc4_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0f27626c8a671458174b6a3dc08268ec13f1b1ce297ca26b085a5799971470d6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:92cc9e13e92ad25bc2ca62705136be35b16699d1ddc9c8f5653cfb7b9e9f9e72_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:96ba7c71703db09c15f1633d2b5c14a22231a6f87fffacb639542f4ad2429551_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:baa02b25c952aa9e463fdd8bde3ae196621ca09cabd508b9638a82c528b6acda_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:34d1530a0759075f9a6d7cb31d45efac05575e0db2ea43adc3379f24b1524060_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:50a2768f8ffcbdc15ed719eb6e5c08da0a9e31b2f17c77cf0b305c4f3d5d8135_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:d9662472c1cd18a4a0ec5103b30cb7576ae926d43ed290c88586a9304d01d3c3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e2d7323de0313fc7e498791d2294fe4c46448638753349002dfa0e16580f9435_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:44c28896965619b9b4804dd9099303f076533dd664766cff932ca27a9b3b2805_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:7830f4f7b3673034dacbe1d48daf493afc3282fd1509b12b2e8d7716179c036b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:83b76afb22949a7488a6480e16810b74136e395380a5f2050e2f2419aa90a337_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e9b1465496174394f2e54facebca1f1d0cd6dc54ddb0a82265b3feddd3d1867e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:249ae5abf72f255ec0b9152df39a5b2bd270df420bb585ca390e5c7dbdc4b5af_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:bd07e7aa5ab8f4419cfe29872bc99d6bca1fe5c73034633ec371b1f1ff59d66c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:db417ef9da0ec483035d4545ca5a3728682435458daf12ed0500a08430a4680f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5e8360e4078c425988ac07bc24860e5361b6e119f5fa54370d0775a60da0f9d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4b8ecf8d2f99224d7272b1749b7b89f8bdeb5d23458302809a06aab6fa91b553_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a1888b71a59b083571620531fe473b9b042fc7aab0d99ec2e0b184f3101c25f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:be9caac01f90306f9e645ae9981b34642434d08fc5259c302a369c1675224f29_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fd4368e9067519644039006f494c391d65e59d45abc981707a886a17829cdc_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6772a5c3a85b279176346e893e3ed08498861ee31495c32236dab20a95392871_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:7a3f81bbda7dc41d40b2f192e99b8ba4088fcac383e70ba9591d1da074be108e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a75bba630478e2466c371b78ffce02ad116cc872bbe78624cd3438e45f47f93e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de3478fd6fbd75bd4a428241e6792eefd166f7f0a38ce45b7994cb51d284f010_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:461fee74ff86feaf21bda5d170975b185758cb891307e8e5e5930985a2191307_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9848a4f71fd2bfdc2a22a338a253875f3073777c0d5d5f70b88429d8d4459fdf_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a3cfe3a06fadbe73d8a12e84beb504c9204e34f52af459c30d4e72a2b0a411e3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c916f911c1ff8a7991f46dc850d014db42872acfc74e6ea0f6880336b066a6e3_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-66031",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2025-11-26T23:01:36.363253+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0b85460655f6f540e6278f5bd08e6c52ea3a3e4acb54a79d524247227f5e9d7c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:294c8f3d3cce71c22e6bde11783c04fa5db2ae19ad2a741c418005faa41da67a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:4efd0780d62b6dddbd5eef4ae8c1620b8e72dfa1551d89e8c9b281ed50afc2f9_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cf5beedfa9139034d92f170115321be8f442b152628f1c91841a1be1cadfda33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0115106585032e52bedca4443f008c755c3fbc5e4fdf4f4be974cb6be9345b86_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:32faefcdb174ed2e92291cc075ab321e8fa462fcbd951e7edaa019011e87ccad_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:cfb6a722aa6ede9218d9d7a28c7aae1b1455bc0ba5a41ba488e95ee504cccd70_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d63ab6fcf507a4dc7c38df369111c44725ffdc3384840cd7cfbb89fe216af914_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:d8111014ef89a6679f19c48888189ddff4e3bb4269d1ccd09c7114ba6e5360d6_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1dceed562203416b6d853e66402a2ec69370a53cc119953aeb442288ecebfa4f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1e9116742efaed46b4b93ba1ff8eb026ffa5bbe5146690d020389b95bec77051_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:6f0060cfb71c9ee2788f2bcebd1d9aa40e337c10921a4c631c0119c80721b539_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d9c49f3d6b2d8ec68784c59bf75810bd4290f4118eb7e512fd6150193600abc4_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0f27626c8a671458174b6a3dc08268ec13f1b1ce297ca26b085a5799971470d6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:92cc9e13e92ad25bc2ca62705136be35b16699d1ddc9c8f5653cfb7b9e9f9e72_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:96ba7c71703db09c15f1633d2b5c14a22231a6f87fffacb639542f4ad2429551_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:baa02b25c952aa9e463fdd8bde3ae196621ca09cabd508b9638a82c528b6acda_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:34d1530a0759075f9a6d7cb31d45efac05575e0db2ea43adc3379f24b1524060_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:50a2768f8ffcbdc15ed719eb6e5c08da0a9e31b2f17c77cf0b305c4f3d5d8135_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:d9662472c1cd18a4a0ec5103b30cb7576ae926d43ed290c88586a9304d01d3c3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e2d7323de0313fc7e498791d2294fe4c46448638753349002dfa0e16580f9435_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:44c28896965619b9b4804dd9099303f076533dd664766cff932ca27a9b3b2805_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:7830f4f7b3673034dacbe1d48daf493afc3282fd1509b12b2e8d7716179c036b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:83b76afb22949a7488a6480e16810b74136e395380a5f2050e2f2419aa90a337_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e9b1465496174394f2e54facebca1f1d0cd6dc54ddb0a82265b3feddd3d1867e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:249ae5abf72f255ec0b9152df39a5b2bd270df420bb585ca390e5c7dbdc4b5af_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:bd07e7aa5ab8f4419cfe29872bc99d6bca1fe5c73034633ec371b1f1ff59d66c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:db417ef9da0ec483035d4545ca5a3728682435458daf12ed0500a08430a4680f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5e8360e4078c425988ac07bc24860e5361b6e119f5fa54370d0775a60da0f9d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4b8ecf8d2f99224d7272b1749b7b89f8bdeb5d23458302809a06aab6fa91b553_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a1888b71a59b083571620531fe473b9b042fc7aab0d99ec2e0b184f3101c25f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:be9caac01f90306f9e645ae9981b34642434d08fc5259c302a369c1675224f29_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fd4368e9067519644039006f494c391d65e59d45abc981707a886a17829cdc_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6772a5c3a85b279176346e893e3ed08498861ee31495c32236dab20a95392871_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:7a3f81bbda7dc41d40b2f192e99b8ba4088fcac383e70ba9591d1da074be108e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a75bba630478e2466c371b78ffce02ad116cc872bbe78624cd3438e45f47f93e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de3478fd6fbd75bd4a428241e6792eefd166f7f0a38ce45b7994cb51d284f010_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:461fee74ff86feaf21bda5d170975b185758cb891307e8e5e5930985a2191307_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9848a4f71fd2bfdc2a22a338a253875f3073777c0d5d5f70b88429d8d4459fdf_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a3cfe3a06fadbe73d8a12e84beb504c9204e34f52af459c30d4e72a2b0a411e3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c916f911c1ff8a7991f46dc850d014db42872acfc74e6ea0f6880336b066a6e3_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417397"
}
],
"notes": [
{
"category": "description",
"text": "An ASN.1 Denial of Service (Dos) vulnerability exists in the node-forge asn1.fromDer function within forge/lib/asn1.js. The ASN.1 DER parser implementation (_fromDer) recurses for every constructed ASN.1 value (SEQUENCE, SET, etc.) and lacks a guard limiting recursion depth. An attacker can craft a small DER blob containing a very large nesting depth of constructed TLVs which causes the Node.js V8 engine to exhaust its call stack and throw RangeError: Maximum call stack size exceeded, crashing or incapacitating the process handling the parse. This is a remote, low-cost Denial-of-Service against applications that parse untrusted ASN.1 objects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: node-forge ASN.1 Unbounded Recursion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:01d01a649ed0c466925ebdfc7e632c7c01f0e59ef5d764d2f2dcf51f355b68ec_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1324d938cf5047df9125eb4bf6a9565fc4443b62c24e34494c1f57d1f8b5bdb1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e87ce042d9afb90c643de99cfaa98314230a2d9a01ad1230cd0596413991f4f5_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f49305d1e529f1be7d213f548cc6d49d958ff578eb4e41320250634497a1dfb2_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0b85460655f6f540e6278f5bd08e6c52ea3a3e4acb54a79d524247227f5e9d7c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:294c8f3d3cce71c22e6bde11783c04fa5db2ae19ad2a741c418005faa41da67a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:4efd0780d62b6dddbd5eef4ae8c1620b8e72dfa1551d89e8c9b281ed50afc2f9_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cf5beedfa9139034d92f170115321be8f442b152628f1c91841a1be1cadfda33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0115106585032e52bedca4443f008c755c3fbc5e4fdf4f4be974cb6be9345b86_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:32faefcdb174ed2e92291cc075ab321e8fa462fcbd951e7edaa019011e87ccad_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:cfb6a722aa6ede9218d9d7a28c7aae1b1455bc0ba5a41ba488e95ee504cccd70_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d63ab6fcf507a4dc7c38df369111c44725ffdc3384840cd7cfbb89fe216af914_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:d8111014ef89a6679f19c48888189ddff4e3bb4269d1ccd09c7114ba6e5360d6_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1dceed562203416b6d853e66402a2ec69370a53cc119953aeb442288ecebfa4f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1e9116742efaed46b4b93ba1ff8eb026ffa5bbe5146690d020389b95bec77051_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:6f0060cfb71c9ee2788f2bcebd1d9aa40e337c10921a4c631c0119c80721b539_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d9c49f3d6b2d8ec68784c59bf75810bd4290f4118eb7e512fd6150193600abc4_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0f27626c8a671458174b6a3dc08268ec13f1b1ce297ca26b085a5799971470d6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:92cc9e13e92ad25bc2ca62705136be35b16699d1ddc9c8f5653cfb7b9e9f9e72_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:96ba7c71703db09c15f1633d2b5c14a22231a6f87fffacb639542f4ad2429551_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:baa02b25c952aa9e463fdd8bde3ae196621ca09cabd508b9638a82c528b6acda_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:34d1530a0759075f9a6d7cb31d45efac05575e0db2ea43adc3379f24b1524060_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:50a2768f8ffcbdc15ed719eb6e5c08da0a9e31b2f17c77cf0b305c4f3d5d8135_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:d9662472c1cd18a4a0ec5103b30cb7576ae926d43ed290c88586a9304d01d3c3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e2d7323de0313fc7e498791d2294fe4c46448638753349002dfa0e16580f9435_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:44c28896965619b9b4804dd9099303f076533dd664766cff932ca27a9b3b2805_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:7830f4f7b3673034dacbe1d48daf493afc3282fd1509b12b2e8d7716179c036b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:83b76afb22949a7488a6480e16810b74136e395380a5f2050e2f2419aa90a337_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e9b1465496174394f2e54facebca1f1d0cd6dc54ddb0a82265b3feddd3d1867e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:249ae5abf72f255ec0b9152df39a5b2bd270df420bb585ca390e5c7dbdc4b5af_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:bd07e7aa5ab8f4419cfe29872bc99d6bca1fe5c73034633ec371b1f1ff59d66c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:db417ef9da0ec483035d4545ca5a3728682435458daf12ed0500a08430a4680f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5e8360e4078c425988ac07bc24860e5361b6e119f5fa54370d0775a60da0f9d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4b8ecf8d2f99224d7272b1749b7b89f8bdeb5d23458302809a06aab6fa91b553_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a1888b71a59b083571620531fe473b9b042fc7aab0d99ec2e0b184f3101c25f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:be9caac01f90306f9e645ae9981b34642434d08fc5259c302a369c1675224f29_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fd4368e9067519644039006f494c391d65e59d45abc981707a886a17829cdc_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6772a5c3a85b279176346e893e3ed08498861ee31495c32236dab20a95392871_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:7a3f81bbda7dc41d40b2f192e99b8ba4088fcac383e70ba9591d1da074be108e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a75bba630478e2466c371b78ffce02ad116cc872bbe78624cd3438e45f47f93e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de3478fd6fbd75bd4a428241e6792eefd166f7f0a38ce45b7994cb51d284f010_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:461fee74ff86feaf21bda5d170975b185758cb891307e8e5e5930985a2191307_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9848a4f71fd2bfdc2a22a338a253875f3073777c0d5d5f70b88429d8d4459fdf_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a3cfe3a06fadbe73d8a12e84beb504c9204e34f52af459c30d4e72a2b0a411e3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c916f911c1ff8a7991f46dc850d014db42872acfc74e6ea0f6880336b066a6e3_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66031"
},
{
"category": "external",
"summary": "RHBZ#2417397",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417397"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66031"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66031",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66031"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/commit/260425c6167a38aae038697132483b5517b26451",
"url": "https://github.com/digitalbazaar/forge/commit/260425c6167a38aae038697132483b5517b26451"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-554w-wpv2-vw27",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-554w-wpv2-vw27"
}
],
"release_date": "2025-11-26T22:23:26.013000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-09T15:50:42+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:01d01a649ed0c466925ebdfc7e632c7c01f0e59ef5d764d2f2dcf51f355b68ec_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1324d938cf5047df9125eb4bf6a9565fc4443b62c24e34494c1f57d1f8b5bdb1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e87ce042d9afb90c643de99cfaa98314230a2d9a01ad1230cd0596413991f4f5_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f49305d1e529f1be7d213f548cc6d49d958ff578eb4e41320250634497a1dfb2_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2350"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0b85460655f6f540e6278f5bd08e6c52ea3a3e4acb54a79d524247227f5e9d7c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:294c8f3d3cce71c22e6bde11783c04fa5db2ae19ad2a741c418005faa41da67a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:4efd0780d62b6dddbd5eef4ae8c1620b8e72dfa1551d89e8c9b281ed50afc2f9_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cf5beedfa9139034d92f170115321be8f442b152628f1c91841a1be1cadfda33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0115106585032e52bedca4443f008c755c3fbc5e4fdf4f4be974cb6be9345b86_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:32faefcdb174ed2e92291cc075ab321e8fa462fcbd951e7edaa019011e87ccad_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:cfb6a722aa6ede9218d9d7a28c7aae1b1455bc0ba5a41ba488e95ee504cccd70_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d63ab6fcf507a4dc7c38df369111c44725ffdc3384840cd7cfbb89fe216af914_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:01d01a649ed0c466925ebdfc7e632c7c01f0e59ef5d764d2f2dcf51f355b68ec_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1324d938cf5047df9125eb4bf6a9565fc4443b62c24e34494c1f57d1f8b5bdb1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e87ce042d9afb90c643de99cfaa98314230a2d9a01ad1230cd0596413991f4f5_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f49305d1e529f1be7d213f548cc6d49d958ff578eb4e41320250634497a1dfb2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:d8111014ef89a6679f19c48888189ddff4e3bb4269d1ccd09c7114ba6e5360d6_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1dceed562203416b6d853e66402a2ec69370a53cc119953aeb442288ecebfa4f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1e9116742efaed46b4b93ba1ff8eb026ffa5bbe5146690d020389b95bec77051_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:6f0060cfb71c9ee2788f2bcebd1d9aa40e337c10921a4c631c0119c80721b539_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d9c49f3d6b2d8ec68784c59bf75810bd4290f4118eb7e512fd6150193600abc4_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0f27626c8a671458174b6a3dc08268ec13f1b1ce297ca26b085a5799971470d6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:92cc9e13e92ad25bc2ca62705136be35b16699d1ddc9c8f5653cfb7b9e9f9e72_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:96ba7c71703db09c15f1633d2b5c14a22231a6f87fffacb639542f4ad2429551_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:baa02b25c952aa9e463fdd8bde3ae196621ca09cabd508b9638a82c528b6acda_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:34d1530a0759075f9a6d7cb31d45efac05575e0db2ea43adc3379f24b1524060_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:50a2768f8ffcbdc15ed719eb6e5c08da0a9e31b2f17c77cf0b305c4f3d5d8135_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:d9662472c1cd18a4a0ec5103b30cb7576ae926d43ed290c88586a9304d01d3c3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e2d7323de0313fc7e498791d2294fe4c46448638753349002dfa0e16580f9435_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:44c28896965619b9b4804dd9099303f076533dd664766cff932ca27a9b3b2805_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:7830f4f7b3673034dacbe1d48daf493afc3282fd1509b12b2e8d7716179c036b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:83b76afb22949a7488a6480e16810b74136e395380a5f2050e2f2419aa90a337_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e9b1465496174394f2e54facebca1f1d0cd6dc54ddb0a82265b3feddd3d1867e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:249ae5abf72f255ec0b9152df39a5b2bd270df420bb585ca390e5c7dbdc4b5af_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:bd07e7aa5ab8f4419cfe29872bc99d6bca1fe5c73034633ec371b1f1ff59d66c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:db417ef9da0ec483035d4545ca5a3728682435458daf12ed0500a08430a4680f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5e8360e4078c425988ac07bc24860e5361b6e119f5fa54370d0775a60da0f9d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4b8ecf8d2f99224d7272b1749b7b89f8bdeb5d23458302809a06aab6fa91b553_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a1888b71a59b083571620531fe473b9b042fc7aab0d99ec2e0b184f3101c25f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:be9caac01f90306f9e645ae9981b34642434d08fc5259c302a369c1675224f29_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fd4368e9067519644039006f494c391d65e59d45abc981707a886a17829cdc_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6772a5c3a85b279176346e893e3ed08498861ee31495c32236dab20a95392871_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:7a3f81bbda7dc41d40b2f192e99b8ba4088fcac383e70ba9591d1da074be108e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a75bba630478e2466c371b78ffce02ad116cc872bbe78624cd3438e45f47f93e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de3478fd6fbd75bd4a428241e6792eefd166f7f0a38ce45b7994cb51d284f010_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:461fee74ff86feaf21bda5d170975b185758cb891307e8e5e5930985a2191307_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9848a4f71fd2bfdc2a22a338a253875f3073777c0d5d5f70b88429d8d4459fdf_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a3cfe3a06fadbe73d8a12e84beb504c9204e34f52af459c30d4e72a2b0a411e3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c916f911c1ff8a7991f46dc850d014db42872acfc74e6ea0f6880336b066a6e3_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0b85460655f6f540e6278f5bd08e6c52ea3a3e4acb54a79d524247227f5e9d7c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:294c8f3d3cce71c22e6bde11783c04fa5db2ae19ad2a741c418005faa41da67a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:4efd0780d62b6dddbd5eef4ae8c1620b8e72dfa1551d89e8c9b281ed50afc2f9_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cf5beedfa9139034d92f170115321be8f442b152628f1c91841a1be1cadfda33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0115106585032e52bedca4443f008c755c3fbc5e4fdf4f4be974cb6be9345b86_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:32faefcdb174ed2e92291cc075ab321e8fa462fcbd951e7edaa019011e87ccad_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:cfb6a722aa6ede9218d9d7a28c7aae1b1455bc0ba5a41ba488e95ee504cccd70_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d63ab6fcf507a4dc7c38df369111c44725ffdc3384840cd7cfbb89fe216af914_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:01d01a649ed0c466925ebdfc7e632c7c01f0e59ef5d764d2f2dcf51f355b68ec_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1324d938cf5047df9125eb4bf6a9565fc4443b62c24e34494c1f57d1f8b5bdb1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e87ce042d9afb90c643de99cfaa98314230a2d9a01ad1230cd0596413991f4f5_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f49305d1e529f1be7d213f548cc6d49d958ff578eb4e41320250634497a1dfb2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:d8111014ef89a6679f19c48888189ddff4e3bb4269d1ccd09c7114ba6e5360d6_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1dceed562203416b6d853e66402a2ec69370a53cc119953aeb442288ecebfa4f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1e9116742efaed46b4b93ba1ff8eb026ffa5bbe5146690d020389b95bec77051_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:6f0060cfb71c9ee2788f2bcebd1d9aa40e337c10921a4c631c0119c80721b539_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d9c49f3d6b2d8ec68784c59bf75810bd4290f4118eb7e512fd6150193600abc4_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0f27626c8a671458174b6a3dc08268ec13f1b1ce297ca26b085a5799971470d6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:92cc9e13e92ad25bc2ca62705136be35b16699d1ddc9c8f5653cfb7b9e9f9e72_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:96ba7c71703db09c15f1633d2b5c14a22231a6f87fffacb639542f4ad2429551_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:baa02b25c952aa9e463fdd8bde3ae196621ca09cabd508b9638a82c528b6acda_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:34d1530a0759075f9a6d7cb31d45efac05575e0db2ea43adc3379f24b1524060_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:50a2768f8ffcbdc15ed719eb6e5c08da0a9e31b2f17c77cf0b305c4f3d5d8135_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:d9662472c1cd18a4a0ec5103b30cb7576ae926d43ed290c88586a9304d01d3c3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e2d7323de0313fc7e498791d2294fe4c46448638753349002dfa0e16580f9435_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:44c28896965619b9b4804dd9099303f076533dd664766cff932ca27a9b3b2805_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:7830f4f7b3673034dacbe1d48daf493afc3282fd1509b12b2e8d7716179c036b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:83b76afb22949a7488a6480e16810b74136e395380a5f2050e2f2419aa90a337_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e9b1465496174394f2e54facebca1f1d0cd6dc54ddb0a82265b3feddd3d1867e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:249ae5abf72f255ec0b9152df39a5b2bd270df420bb585ca390e5c7dbdc4b5af_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:bd07e7aa5ab8f4419cfe29872bc99d6bca1fe5c73034633ec371b1f1ff59d66c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:db417ef9da0ec483035d4545ca5a3728682435458daf12ed0500a08430a4680f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5e8360e4078c425988ac07bc24860e5361b6e119f5fa54370d0775a60da0f9d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4b8ecf8d2f99224d7272b1749b7b89f8bdeb5d23458302809a06aab6fa91b553_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a1888b71a59b083571620531fe473b9b042fc7aab0d99ec2e0b184f3101c25f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:be9caac01f90306f9e645ae9981b34642434d08fc5259c302a369c1675224f29_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fd4368e9067519644039006f494c391d65e59d45abc981707a886a17829cdc_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6772a5c3a85b279176346e893e3ed08498861ee31495c32236dab20a95392871_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:7a3f81bbda7dc41d40b2f192e99b8ba4088fcac383e70ba9591d1da074be108e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a75bba630478e2466c371b78ffce02ad116cc872bbe78624cd3438e45f47f93e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de3478fd6fbd75bd4a428241e6792eefd166f7f0a38ce45b7994cb51d284f010_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:461fee74ff86feaf21bda5d170975b185758cb891307e8e5e5930985a2191307_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9848a4f71fd2bfdc2a22a338a253875f3073777c0d5d5f70b88429d8d4459fdf_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a3cfe3a06fadbe73d8a12e84beb504c9204e34f52af459c30d4e72a2b0a411e3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c916f911c1ff8a7991f46dc850d014db42872acfc74e6ea0f6880336b066a6e3_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "node-forge: node-forge ASN.1 Unbounded Recursion"
},
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0b85460655f6f540e6278f5bd08e6c52ea3a3e4acb54a79d524247227f5e9d7c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:294c8f3d3cce71c22e6bde11783c04fa5db2ae19ad2a741c418005faa41da67a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:4efd0780d62b6dddbd5eef4ae8c1620b8e72dfa1551d89e8c9b281ed50afc2f9_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cf5beedfa9139034d92f170115321be8f442b152628f1c91841a1be1cadfda33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0115106585032e52bedca4443f008c755c3fbc5e4fdf4f4be974cb6be9345b86_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:32faefcdb174ed2e92291cc075ab321e8fa462fcbd951e7edaa019011e87ccad_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:cfb6a722aa6ede9218d9d7a28c7aae1b1455bc0ba5a41ba488e95ee504cccd70_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d63ab6fcf507a4dc7c38df369111c44725ffdc3384840cd7cfbb89fe216af914_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:d8111014ef89a6679f19c48888189ddff4e3bb4269d1ccd09c7114ba6e5360d6_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:34d1530a0759075f9a6d7cb31d45efac05575e0db2ea43adc3379f24b1524060_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:50a2768f8ffcbdc15ed719eb6e5c08da0a9e31b2f17c77cf0b305c4f3d5d8135_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:d9662472c1cd18a4a0ec5103b30cb7576ae926d43ed290c88586a9304d01d3c3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e2d7323de0313fc7e498791d2294fe4c46448638753349002dfa0e16580f9435_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:44c28896965619b9b4804dd9099303f076533dd664766cff932ca27a9b3b2805_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:7830f4f7b3673034dacbe1d48daf493afc3282fd1509b12b2e8d7716179c036b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:83b76afb22949a7488a6480e16810b74136e395380a5f2050e2f2419aa90a337_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e9b1465496174394f2e54facebca1f1d0cd6dc54ddb0a82265b3feddd3d1867e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:249ae5abf72f255ec0b9152df39a5b2bd270df420bb585ca390e5c7dbdc4b5af_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:bd07e7aa5ab8f4419cfe29872bc99d6bca1fe5c73034633ec371b1f1ff59d66c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:db417ef9da0ec483035d4545ca5a3728682435458daf12ed0500a08430a4680f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5e8360e4078c425988ac07bc24860e5361b6e119f5fa54370d0775a60da0f9d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4b8ecf8d2f99224d7272b1749b7b89f8bdeb5d23458302809a06aab6fa91b553_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a1888b71a59b083571620531fe473b9b042fc7aab0d99ec2e0b184f3101c25f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:be9caac01f90306f9e645ae9981b34642434d08fc5259c302a369c1675224f29_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fd4368e9067519644039006f494c391d65e59d45abc981707a886a17829cdc_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6772a5c3a85b279176346e893e3ed08498861ee31495c32236dab20a95392871_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:7a3f81bbda7dc41d40b2f192e99b8ba4088fcac383e70ba9591d1da074be108e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a75bba630478e2466c371b78ffce02ad116cc872bbe78624cd3438e45f47f93e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de3478fd6fbd75bd4a428241e6792eefd166f7f0a38ce45b7994cb51d284f010_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:01d01a649ed0c466925ebdfc7e632c7c01f0e59ef5d764d2f2dcf51f355b68ec_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1324d938cf5047df9125eb4bf6a9565fc4443b62c24e34494c1f57d1f8b5bdb1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e87ce042d9afb90c643de99cfaa98314230a2d9a01ad1230cd0596413991f4f5_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f49305d1e529f1be7d213f548cc6d49d958ff578eb4e41320250634497a1dfb2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1dceed562203416b6d853e66402a2ec69370a53cc119953aeb442288ecebfa4f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1e9116742efaed46b4b93ba1ff8eb026ffa5bbe5146690d020389b95bec77051_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:6f0060cfb71c9ee2788f2bcebd1d9aa40e337c10921a4c631c0119c80721b539_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d9c49f3d6b2d8ec68784c59bf75810bd4290f4118eb7e512fd6150193600abc4_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0f27626c8a671458174b6a3dc08268ec13f1b1ce297ca26b085a5799971470d6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:92cc9e13e92ad25bc2ca62705136be35b16699d1ddc9c8f5653cfb7b9e9f9e72_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:96ba7c71703db09c15f1633d2b5c14a22231a6f87fffacb639542f4ad2429551_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:baa02b25c952aa9e463fdd8bde3ae196621ca09cabd508b9638a82c528b6acda_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:461fee74ff86feaf21bda5d170975b185758cb891307e8e5e5930985a2191307_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9848a4f71fd2bfdc2a22a338a253875f3073777c0d5d5f70b88429d8d4459fdf_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a3cfe3a06fadbe73d8a12e84beb504c9204e34f52af459c30d4e72a2b0a411e3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c916f911c1ff8a7991f46dc850d014db42872acfc74e6ea0f6880336b066a6e3_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0b85460655f6f540e6278f5bd08e6c52ea3a3e4acb54a79d524247227f5e9d7c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:294c8f3d3cce71c22e6bde11783c04fa5db2ae19ad2a741c418005faa41da67a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:4efd0780d62b6dddbd5eef4ae8c1620b8e72dfa1551d89e8c9b281ed50afc2f9_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cf5beedfa9139034d92f170115321be8f442b152628f1c91841a1be1cadfda33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0115106585032e52bedca4443f008c755c3fbc5e4fdf4f4be974cb6be9345b86_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:32faefcdb174ed2e92291cc075ab321e8fa462fcbd951e7edaa019011e87ccad_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:cfb6a722aa6ede9218d9d7a28c7aae1b1455bc0ba5a41ba488e95ee504cccd70_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d63ab6fcf507a4dc7c38df369111c44725ffdc3384840cd7cfbb89fe216af914_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:d8111014ef89a6679f19c48888189ddff4e3bb4269d1ccd09c7114ba6e5360d6_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:34d1530a0759075f9a6d7cb31d45efac05575e0db2ea43adc3379f24b1524060_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:50a2768f8ffcbdc15ed719eb6e5c08da0a9e31b2f17c77cf0b305c4f3d5d8135_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:d9662472c1cd18a4a0ec5103b30cb7576ae926d43ed290c88586a9304d01d3c3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e2d7323de0313fc7e498791d2294fe4c46448638753349002dfa0e16580f9435_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:44c28896965619b9b4804dd9099303f076533dd664766cff932ca27a9b3b2805_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:7830f4f7b3673034dacbe1d48daf493afc3282fd1509b12b2e8d7716179c036b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:83b76afb22949a7488a6480e16810b74136e395380a5f2050e2f2419aa90a337_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e9b1465496174394f2e54facebca1f1d0cd6dc54ddb0a82265b3feddd3d1867e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:249ae5abf72f255ec0b9152df39a5b2bd270df420bb585ca390e5c7dbdc4b5af_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:bd07e7aa5ab8f4419cfe29872bc99d6bca1fe5c73034633ec371b1f1ff59d66c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:db417ef9da0ec483035d4545ca5a3728682435458daf12ed0500a08430a4680f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5e8360e4078c425988ac07bc24860e5361b6e119f5fa54370d0775a60da0f9d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4b8ecf8d2f99224d7272b1749b7b89f8bdeb5d23458302809a06aab6fa91b553_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a1888b71a59b083571620531fe473b9b042fc7aab0d99ec2e0b184f3101c25f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:be9caac01f90306f9e645ae9981b34642434d08fc5259c302a369c1675224f29_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fd4368e9067519644039006f494c391d65e59d45abc981707a886a17829cdc_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6772a5c3a85b279176346e893e3ed08498861ee31495c32236dab20a95392871_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:7a3f81bbda7dc41d40b2f192e99b8ba4088fcac383e70ba9591d1da074be108e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a75bba630478e2466c371b78ffce02ad116cc872bbe78624cd3438e45f47f93e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de3478fd6fbd75bd4a428241e6792eefd166f7f0a38ce45b7994cb51d284f010_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-09T15:50:42+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:01d01a649ed0c466925ebdfc7e632c7c01f0e59ef5d764d2f2dcf51f355b68ec_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1324d938cf5047df9125eb4bf6a9565fc4443b62c24e34494c1f57d1f8b5bdb1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e87ce042d9afb90c643de99cfaa98314230a2d9a01ad1230cd0596413991f4f5_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f49305d1e529f1be7d213f548cc6d49d958ff578eb4e41320250634497a1dfb2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1dceed562203416b6d853e66402a2ec69370a53cc119953aeb442288ecebfa4f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1e9116742efaed46b4b93ba1ff8eb026ffa5bbe5146690d020389b95bec77051_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:6f0060cfb71c9ee2788f2bcebd1d9aa40e337c10921a4c631c0119c80721b539_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d9c49f3d6b2d8ec68784c59bf75810bd4290f4118eb7e512fd6150193600abc4_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0f27626c8a671458174b6a3dc08268ec13f1b1ce297ca26b085a5799971470d6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:92cc9e13e92ad25bc2ca62705136be35b16699d1ddc9c8f5653cfb7b9e9f9e72_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:96ba7c71703db09c15f1633d2b5c14a22231a6f87fffacb639542f4ad2429551_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:baa02b25c952aa9e463fdd8bde3ae196621ca09cabd508b9638a82c528b6acda_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:461fee74ff86feaf21bda5d170975b185758cb891307e8e5e5930985a2191307_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9848a4f71fd2bfdc2a22a338a253875f3073777c0d5d5f70b88429d8d4459fdf_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a3cfe3a06fadbe73d8a12e84beb504c9204e34f52af459c30d4e72a2b0a411e3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c916f911c1ff8a7991f46dc850d014db42872acfc74e6ea0f6880336b066a6e3_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2350"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0b85460655f6f540e6278f5bd08e6c52ea3a3e4acb54a79d524247227f5e9d7c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:294c8f3d3cce71c22e6bde11783c04fa5db2ae19ad2a741c418005faa41da67a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:4efd0780d62b6dddbd5eef4ae8c1620b8e72dfa1551d89e8c9b281ed50afc2f9_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cf5beedfa9139034d92f170115321be8f442b152628f1c91841a1be1cadfda33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0115106585032e52bedca4443f008c755c3fbc5e4fdf4f4be974cb6be9345b86_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:32faefcdb174ed2e92291cc075ab321e8fa462fcbd951e7edaa019011e87ccad_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:cfb6a722aa6ede9218d9d7a28c7aae1b1455bc0ba5a41ba488e95ee504cccd70_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d63ab6fcf507a4dc7c38df369111c44725ffdc3384840cd7cfbb89fe216af914_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:01d01a649ed0c466925ebdfc7e632c7c01f0e59ef5d764d2f2dcf51f355b68ec_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1324d938cf5047df9125eb4bf6a9565fc4443b62c24e34494c1f57d1f8b5bdb1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e87ce042d9afb90c643de99cfaa98314230a2d9a01ad1230cd0596413991f4f5_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f49305d1e529f1be7d213f548cc6d49d958ff578eb4e41320250634497a1dfb2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:d8111014ef89a6679f19c48888189ddff4e3bb4269d1ccd09c7114ba6e5360d6_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1dceed562203416b6d853e66402a2ec69370a53cc119953aeb442288ecebfa4f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1e9116742efaed46b4b93ba1ff8eb026ffa5bbe5146690d020389b95bec77051_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:6f0060cfb71c9ee2788f2bcebd1d9aa40e337c10921a4c631c0119c80721b539_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d9c49f3d6b2d8ec68784c59bf75810bd4290f4118eb7e512fd6150193600abc4_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0f27626c8a671458174b6a3dc08268ec13f1b1ce297ca26b085a5799971470d6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:92cc9e13e92ad25bc2ca62705136be35b16699d1ddc9c8f5653cfb7b9e9f9e72_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:96ba7c71703db09c15f1633d2b5c14a22231a6f87fffacb639542f4ad2429551_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:baa02b25c952aa9e463fdd8bde3ae196621ca09cabd508b9638a82c528b6acda_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:34d1530a0759075f9a6d7cb31d45efac05575e0db2ea43adc3379f24b1524060_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:50a2768f8ffcbdc15ed719eb6e5c08da0a9e31b2f17c77cf0b305c4f3d5d8135_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:d9662472c1cd18a4a0ec5103b30cb7576ae926d43ed290c88586a9304d01d3c3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e2d7323de0313fc7e498791d2294fe4c46448638753349002dfa0e16580f9435_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:44c28896965619b9b4804dd9099303f076533dd664766cff932ca27a9b3b2805_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:7830f4f7b3673034dacbe1d48daf493afc3282fd1509b12b2e8d7716179c036b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:83b76afb22949a7488a6480e16810b74136e395380a5f2050e2f2419aa90a337_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e9b1465496174394f2e54facebca1f1d0cd6dc54ddb0a82265b3feddd3d1867e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:249ae5abf72f255ec0b9152df39a5b2bd270df420bb585ca390e5c7dbdc4b5af_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:bd07e7aa5ab8f4419cfe29872bc99d6bca1fe5c73034633ec371b1f1ff59d66c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:db417ef9da0ec483035d4545ca5a3728682435458daf12ed0500a08430a4680f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5e8360e4078c425988ac07bc24860e5361b6e119f5fa54370d0775a60da0f9d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4b8ecf8d2f99224d7272b1749b7b89f8bdeb5d23458302809a06aab6fa91b553_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a1888b71a59b083571620531fe473b9b042fc7aab0d99ec2e0b184f3101c25f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:be9caac01f90306f9e645ae9981b34642434d08fc5259c302a369c1675224f29_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fd4368e9067519644039006f494c391d65e59d45abc981707a886a17829cdc_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6772a5c3a85b279176346e893e3ed08498861ee31495c32236dab20a95392871_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:7a3f81bbda7dc41d40b2f192e99b8ba4088fcac383e70ba9591d1da074be108e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a75bba630478e2466c371b78ffce02ad116cc872bbe78624cd3438e45f47f93e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de3478fd6fbd75bd4a428241e6792eefd166f7f0a38ce45b7994cb51d284f010_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:461fee74ff86feaf21bda5d170975b185758cb891307e8e5e5930985a2191307_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9848a4f71fd2bfdc2a22a338a253875f3073777c0d5d5f70b88429d8d4459fdf_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a3cfe3a06fadbe73d8a12e84beb504c9204e34f52af459c30d4e72a2b0a411e3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c916f911c1ff8a7991f46dc850d014db42872acfc74e6ea0f6880336b066a6e3_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
},
{
"cve": "CVE-2025-66564",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:11.786030+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0b85460655f6f540e6278f5bd08e6c52ea3a3e4acb54a79d524247227f5e9d7c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:294c8f3d3cce71c22e6bde11783c04fa5db2ae19ad2a741c418005faa41da67a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:4efd0780d62b6dddbd5eef4ae8c1620b8e72dfa1551d89e8c9b281ed50afc2f9_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cf5beedfa9139034d92f170115321be8f442b152628f1c91841a1be1cadfda33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0115106585032e52bedca4443f008c755c3fbc5e4fdf4f4be974cb6be9345b86_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:32faefcdb174ed2e92291cc075ab321e8fa462fcbd951e7edaa019011e87ccad_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:cfb6a722aa6ede9218d9d7a28c7aae1b1455bc0ba5a41ba488e95ee504cccd70_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d63ab6fcf507a4dc7c38df369111c44725ffdc3384840cd7cfbb89fe216af914_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:d8111014ef89a6679f19c48888189ddff4e3bb4269d1ccd09c7114ba6e5360d6_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0f27626c8a671458174b6a3dc08268ec13f1b1ce297ca26b085a5799971470d6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:92cc9e13e92ad25bc2ca62705136be35b16699d1ddc9c8f5653cfb7b9e9f9e72_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:96ba7c71703db09c15f1633d2b5c14a22231a6f87fffacb639542f4ad2429551_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:baa02b25c952aa9e463fdd8bde3ae196621ca09cabd508b9638a82c528b6acda_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:34d1530a0759075f9a6d7cb31d45efac05575e0db2ea43adc3379f24b1524060_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:50a2768f8ffcbdc15ed719eb6e5c08da0a9e31b2f17c77cf0b305c4f3d5d8135_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:d9662472c1cd18a4a0ec5103b30cb7576ae926d43ed290c88586a9304d01d3c3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e2d7323de0313fc7e498791d2294fe4c46448638753349002dfa0e16580f9435_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:44c28896965619b9b4804dd9099303f076533dd664766cff932ca27a9b3b2805_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:7830f4f7b3673034dacbe1d48daf493afc3282fd1509b12b2e8d7716179c036b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:83b76afb22949a7488a6480e16810b74136e395380a5f2050e2f2419aa90a337_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e9b1465496174394f2e54facebca1f1d0cd6dc54ddb0a82265b3feddd3d1867e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:249ae5abf72f255ec0b9152df39a5b2bd270df420bb585ca390e5c7dbdc4b5af_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:bd07e7aa5ab8f4419cfe29872bc99d6bca1fe5c73034633ec371b1f1ff59d66c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:db417ef9da0ec483035d4545ca5a3728682435458daf12ed0500a08430a4680f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5e8360e4078c425988ac07bc24860e5361b6e119f5fa54370d0775a60da0f9d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4b8ecf8d2f99224d7272b1749b7b89f8bdeb5d23458302809a06aab6fa91b553_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a1888b71a59b083571620531fe473b9b042fc7aab0d99ec2e0b184f3101c25f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:be9caac01f90306f9e645ae9981b34642434d08fc5259c302a369c1675224f29_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fd4368e9067519644039006f494c391d65e59d45abc981707a886a17829cdc_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6772a5c3a85b279176346e893e3ed08498861ee31495c32236dab20a95392871_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:7a3f81bbda7dc41d40b2f192e99b8ba4088fcac383e70ba9591d1da074be108e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a75bba630478e2466c371b78ffce02ad116cc872bbe78624cd3438e45f47f93e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de3478fd6fbd75bd4a428241e6792eefd166f7f0a38ce45b7994cb51d284f010_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:461fee74ff86feaf21bda5d170975b185758cb891307e8e5e5930985a2191307_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9848a4f71fd2bfdc2a22a338a253875f3073777c0d5d5f70b88429d8d4459fdf_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a3cfe3a06fadbe73d8a12e84beb504c9204e34f52af459c30d4e72a2b0a411e3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c916f911c1ff8a7991f46dc850d014db42872acfc74e6ea0f6880336b066a6e3_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419054"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Sigstore Timestamp Authority. This vulnerability allows a denial of service via excessive memory allocation when processing a specially crafted Object Identifier or Content-Type header.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/timestamp-authority: Sigstore Timestamp Authority: Denial of Service via excessive OID or Content-Type header parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products. The Sigstore Timestamp Authority, a service for issuing RFC 3161 timestamps, is prone to excessive memory allocation. This occurs when processing untrusted OID payloads with many period characters or malformed Content-Type headers. An unauthenticated attacker could exploit this flaw to trigger a denial of service in affected Red Hat products that utilize this component.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:01d01a649ed0c466925ebdfc7e632c7c01f0e59ef5d764d2f2dcf51f355b68ec_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1324d938cf5047df9125eb4bf6a9565fc4443b62c24e34494c1f57d1f8b5bdb1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e87ce042d9afb90c643de99cfaa98314230a2d9a01ad1230cd0596413991f4f5_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f49305d1e529f1be7d213f548cc6d49d958ff578eb4e41320250634497a1dfb2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1dceed562203416b6d853e66402a2ec69370a53cc119953aeb442288ecebfa4f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1e9116742efaed46b4b93ba1ff8eb026ffa5bbe5146690d020389b95bec77051_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:6f0060cfb71c9ee2788f2bcebd1d9aa40e337c10921a4c631c0119c80721b539_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d9c49f3d6b2d8ec68784c59bf75810bd4290f4118eb7e512fd6150193600abc4_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0b85460655f6f540e6278f5bd08e6c52ea3a3e4acb54a79d524247227f5e9d7c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:294c8f3d3cce71c22e6bde11783c04fa5db2ae19ad2a741c418005faa41da67a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:4efd0780d62b6dddbd5eef4ae8c1620b8e72dfa1551d89e8c9b281ed50afc2f9_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cf5beedfa9139034d92f170115321be8f442b152628f1c91841a1be1cadfda33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0115106585032e52bedca4443f008c755c3fbc5e4fdf4f4be974cb6be9345b86_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:32faefcdb174ed2e92291cc075ab321e8fa462fcbd951e7edaa019011e87ccad_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:cfb6a722aa6ede9218d9d7a28c7aae1b1455bc0ba5a41ba488e95ee504cccd70_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d63ab6fcf507a4dc7c38df369111c44725ffdc3384840cd7cfbb89fe216af914_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:d8111014ef89a6679f19c48888189ddff4e3bb4269d1ccd09c7114ba6e5360d6_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0f27626c8a671458174b6a3dc08268ec13f1b1ce297ca26b085a5799971470d6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:92cc9e13e92ad25bc2ca62705136be35b16699d1ddc9c8f5653cfb7b9e9f9e72_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:96ba7c71703db09c15f1633d2b5c14a22231a6f87fffacb639542f4ad2429551_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:baa02b25c952aa9e463fdd8bde3ae196621ca09cabd508b9638a82c528b6acda_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:34d1530a0759075f9a6d7cb31d45efac05575e0db2ea43adc3379f24b1524060_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:50a2768f8ffcbdc15ed719eb6e5c08da0a9e31b2f17c77cf0b305c4f3d5d8135_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:d9662472c1cd18a4a0ec5103b30cb7576ae926d43ed290c88586a9304d01d3c3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e2d7323de0313fc7e498791d2294fe4c46448638753349002dfa0e16580f9435_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:44c28896965619b9b4804dd9099303f076533dd664766cff932ca27a9b3b2805_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:7830f4f7b3673034dacbe1d48daf493afc3282fd1509b12b2e8d7716179c036b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:83b76afb22949a7488a6480e16810b74136e395380a5f2050e2f2419aa90a337_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e9b1465496174394f2e54facebca1f1d0cd6dc54ddb0a82265b3feddd3d1867e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:249ae5abf72f255ec0b9152df39a5b2bd270df420bb585ca390e5c7dbdc4b5af_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:bd07e7aa5ab8f4419cfe29872bc99d6bca1fe5c73034633ec371b1f1ff59d66c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:db417ef9da0ec483035d4545ca5a3728682435458daf12ed0500a08430a4680f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5e8360e4078c425988ac07bc24860e5361b6e119f5fa54370d0775a60da0f9d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4b8ecf8d2f99224d7272b1749b7b89f8bdeb5d23458302809a06aab6fa91b553_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a1888b71a59b083571620531fe473b9b042fc7aab0d99ec2e0b184f3101c25f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:be9caac01f90306f9e645ae9981b34642434d08fc5259c302a369c1675224f29_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fd4368e9067519644039006f494c391d65e59d45abc981707a886a17829cdc_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6772a5c3a85b279176346e893e3ed08498861ee31495c32236dab20a95392871_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:7a3f81bbda7dc41d40b2f192e99b8ba4088fcac383e70ba9591d1da074be108e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a75bba630478e2466c371b78ffce02ad116cc872bbe78624cd3438e45f47f93e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de3478fd6fbd75bd4a428241e6792eefd166f7f0a38ce45b7994cb51d284f010_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:461fee74ff86feaf21bda5d170975b185758cb891307e8e5e5930985a2191307_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9848a4f71fd2bfdc2a22a338a253875f3073777c0d5d5f70b88429d8d4459fdf_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a3cfe3a06fadbe73d8a12e84beb504c9204e34f52af459c30d4e72a2b0a411e3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c916f911c1ff8a7991f46dc850d014db42872acfc74e6ea0f6880336b066a6e3_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66564"
},
{
"category": "external",
"summary": "RHBZ#2419054",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419054"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66564",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66564"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66564",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66564"
},
{
"category": "external",
"summary": "https://github.com/sigstore/timestamp-authority/commit/0cae34e197d685a14904e0bad135b89d13b69421",
"url": "https://github.com/sigstore/timestamp-authority/commit/0cae34e197d685a14904e0bad135b89d13b69421"
},
{
"category": "external",
"summary": "https://github.com/sigstore/timestamp-authority/security/advisories/GHSA-4qg8-fj49-pxjh",
"url": "https://github.com/sigstore/timestamp-authority/security/advisories/GHSA-4qg8-fj49-pxjh"
}
],
"release_date": "2025-12-04T22:37:13.307000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-09T15:50:42+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:01d01a649ed0c466925ebdfc7e632c7c01f0e59ef5d764d2f2dcf51f355b68ec_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1324d938cf5047df9125eb4bf6a9565fc4443b62c24e34494c1f57d1f8b5bdb1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e87ce042d9afb90c643de99cfaa98314230a2d9a01ad1230cd0596413991f4f5_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f49305d1e529f1be7d213f548cc6d49d958ff578eb4e41320250634497a1dfb2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1dceed562203416b6d853e66402a2ec69370a53cc119953aeb442288ecebfa4f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1e9116742efaed46b4b93ba1ff8eb026ffa5bbe5146690d020389b95bec77051_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:6f0060cfb71c9ee2788f2bcebd1d9aa40e337c10921a4c631c0119c80721b539_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d9c49f3d6b2d8ec68784c59bf75810bd4290f4118eb7e512fd6150193600abc4_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2350"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0b85460655f6f540e6278f5bd08e6c52ea3a3e4acb54a79d524247227f5e9d7c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:294c8f3d3cce71c22e6bde11783c04fa5db2ae19ad2a741c418005faa41da67a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:4efd0780d62b6dddbd5eef4ae8c1620b8e72dfa1551d89e8c9b281ed50afc2f9_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cf5beedfa9139034d92f170115321be8f442b152628f1c91841a1be1cadfda33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0115106585032e52bedca4443f008c755c3fbc5e4fdf4f4be974cb6be9345b86_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:32faefcdb174ed2e92291cc075ab321e8fa462fcbd951e7edaa019011e87ccad_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:cfb6a722aa6ede9218d9d7a28c7aae1b1455bc0ba5a41ba488e95ee504cccd70_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d63ab6fcf507a4dc7c38df369111c44725ffdc3384840cd7cfbb89fe216af914_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:01d01a649ed0c466925ebdfc7e632c7c01f0e59ef5d764d2f2dcf51f355b68ec_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1324d938cf5047df9125eb4bf6a9565fc4443b62c24e34494c1f57d1f8b5bdb1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e87ce042d9afb90c643de99cfaa98314230a2d9a01ad1230cd0596413991f4f5_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f49305d1e529f1be7d213f548cc6d49d958ff578eb4e41320250634497a1dfb2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:d8111014ef89a6679f19c48888189ddff4e3bb4269d1ccd09c7114ba6e5360d6_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1dceed562203416b6d853e66402a2ec69370a53cc119953aeb442288ecebfa4f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1e9116742efaed46b4b93ba1ff8eb026ffa5bbe5146690d020389b95bec77051_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:6f0060cfb71c9ee2788f2bcebd1d9aa40e337c10921a4c631c0119c80721b539_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d9c49f3d6b2d8ec68784c59bf75810bd4290f4118eb7e512fd6150193600abc4_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0f27626c8a671458174b6a3dc08268ec13f1b1ce297ca26b085a5799971470d6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:92cc9e13e92ad25bc2ca62705136be35b16699d1ddc9c8f5653cfb7b9e9f9e72_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:96ba7c71703db09c15f1633d2b5c14a22231a6f87fffacb639542f4ad2429551_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:baa02b25c952aa9e463fdd8bde3ae196621ca09cabd508b9638a82c528b6acda_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:34d1530a0759075f9a6d7cb31d45efac05575e0db2ea43adc3379f24b1524060_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:50a2768f8ffcbdc15ed719eb6e5c08da0a9e31b2f17c77cf0b305c4f3d5d8135_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:d9662472c1cd18a4a0ec5103b30cb7576ae926d43ed290c88586a9304d01d3c3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e2d7323de0313fc7e498791d2294fe4c46448638753349002dfa0e16580f9435_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:44c28896965619b9b4804dd9099303f076533dd664766cff932ca27a9b3b2805_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:7830f4f7b3673034dacbe1d48daf493afc3282fd1509b12b2e8d7716179c036b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:83b76afb22949a7488a6480e16810b74136e395380a5f2050e2f2419aa90a337_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e9b1465496174394f2e54facebca1f1d0cd6dc54ddb0a82265b3feddd3d1867e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:249ae5abf72f255ec0b9152df39a5b2bd270df420bb585ca390e5c7dbdc4b5af_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:bd07e7aa5ab8f4419cfe29872bc99d6bca1fe5c73034633ec371b1f1ff59d66c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:db417ef9da0ec483035d4545ca5a3728682435458daf12ed0500a08430a4680f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5e8360e4078c425988ac07bc24860e5361b6e119f5fa54370d0775a60da0f9d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4b8ecf8d2f99224d7272b1749b7b89f8bdeb5d23458302809a06aab6fa91b553_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a1888b71a59b083571620531fe473b9b042fc7aab0d99ec2e0b184f3101c25f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:be9caac01f90306f9e645ae9981b34642434d08fc5259c302a369c1675224f29_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fd4368e9067519644039006f494c391d65e59d45abc981707a886a17829cdc_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6772a5c3a85b279176346e893e3ed08498861ee31495c32236dab20a95392871_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:7a3f81bbda7dc41d40b2f192e99b8ba4088fcac383e70ba9591d1da074be108e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a75bba630478e2466c371b78ffce02ad116cc872bbe78624cd3438e45f47f93e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de3478fd6fbd75bd4a428241e6792eefd166f7f0a38ce45b7994cb51d284f010_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:461fee74ff86feaf21bda5d170975b185758cb891307e8e5e5930985a2191307_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9848a4f71fd2bfdc2a22a338a253875f3073777c0d5d5f70b88429d8d4459fdf_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a3cfe3a06fadbe73d8a12e84beb504c9204e34f52af459c30d4e72a2b0a411e3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c916f911c1ff8a7991f46dc850d014db42872acfc74e6ea0f6880336b066a6e3_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/timestamp-authority: Sigstore Timestamp Authority: Denial of Service via excessive OID or Content-Type header parsing"
},
{
"cve": "CVE-2025-68428",
"cwe": {
"id": "CWE-73",
"name": "External Control of File Name or Path"
},
"discovery_date": "2026-01-05T22:01:15.703824+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0b85460655f6f540e6278f5bd08e6c52ea3a3e4acb54a79d524247227f5e9d7c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:294c8f3d3cce71c22e6bde11783c04fa5db2ae19ad2a741c418005faa41da67a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:4efd0780d62b6dddbd5eef4ae8c1620b8e72dfa1551d89e8c9b281ed50afc2f9_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cf5beedfa9139034d92f170115321be8f442b152628f1c91841a1be1cadfda33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0115106585032e52bedca4443f008c755c3fbc5e4fdf4f4be974cb6be9345b86_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:32faefcdb174ed2e92291cc075ab321e8fa462fcbd951e7edaa019011e87ccad_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:cfb6a722aa6ede9218d9d7a28c7aae1b1455bc0ba5a41ba488e95ee504cccd70_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d63ab6fcf507a4dc7c38df369111c44725ffdc3384840cd7cfbb89fe216af914_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:d8111014ef89a6679f19c48888189ddff4e3bb4269d1ccd09c7114ba6e5360d6_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1dceed562203416b6d853e66402a2ec69370a53cc119953aeb442288ecebfa4f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1e9116742efaed46b4b93ba1ff8eb026ffa5bbe5146690d020389b95bec77051_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:6f0060cfb71c9ee2788f2bcebd1d9aa40e337c10921a4c631c0119c80721b539_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d9c49f3d6b2d8ec68784c59bf75810bd4290f4118eb7e512fd6150193600abc4_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0f27626c8a671458174b6a3dc08268ec13f1b1ce297ca26b085a5799971470d6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:92cc9e13e92ad25bc2ca62705136be35b16699d1ddc9c8f5653cfb7b9e9f9e72_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:96ba7c71703db09c15f1633d2b5c14a22231a6f87fffacb639542f4ad2429551_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:baa02b25c952aa9e463fdd8bde3ae196621ca09cabd508b9638a82c528b6acda_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:34d1530a0759075f9a6d7cb31d45efac05575e0db2ea43adc3379f24b1524060_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:50a2768f8ffcbdc15ed719eb6e5c08da0a9e31b2f17c77cf0b305c4f3d5d8135_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:d9662472c1cd18a4a0ec5103b30cb7576ae926d43ed290c88586a9304d01d3c3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e2d7323de0313fc7e498791d2294fe4c46448638753349002dfa0e16580f9435_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:44c28896965619b9b4804dd9099303f076533dd664766cff932ca27a9b3b2805_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:7830f4f7b3673034dacbe1d48daf493afc3282fd1509b12b2e8d7716179c036b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:83b76afb22949a7488a6480e16810b74136e395380a5f2050e2f2419aa90a337_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e9b1465496174394f2e54facebca1f1d0cd6dc54ddb0a82265b3feddd3d1867e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:249ae5abf72f255ec0b9152df39a5b2bd270df420bb585ca390e5c7dbdc4b5af_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:bd07e7aa5ab8f4419cfe29872bc99d6bca1fe5c73034633ec371b1f1ff59d66c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:db417ef9da0ec483035d4545ca5a3728682435458daf12ed0500a08430a4680f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5e8360e4078c425988ac07bc24860e5361b6e119f5fa54370d0775a60da0f9d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4b8ecf8d2f99224d7272b1749b7b89f8bdeb5d23458302809a06aab6fa91b553_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a1888b71a59b083571620531fe473b9b042fc7aab0d99ec2e0b184f3101c25f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:be9caac01f90306f9e645ae9981b34642434d08fc5259c302a369c1675224f29_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fd4368e9067519644039006f494c391d65e59d45abc981707a886a17829cdc_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6772a5c3a85b279176346e893e3ed08498861ee31495c32236dab20a95392871_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:7a3f81bbda7dc41d40b2f192e99b8ba4088fcac383e70ba9591d1da074be108e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a75bba630478e2466c371b78ffce02ad116cc872bbe78624cd3438e45f47f93e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de3478fd6fbd75bd4a428241e6792eefd166f7f0a38ce45b7994cb51d284f010_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:461fee74ff86feaf21bda5d170975b185758cb891307e8e5e5930985a2191307_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9848a4f71fd2bfdc2a22a338a253875f3073777c0d5d5f70b88429d8d4459fdf_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a3cfe3a06fadbe73d8a12e84beb504c9204e34f52af459c30d4e72a2b0a411e3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c916f911c1ff8a7991f46dc850d014db42872acfc74e6ea0f6880336b066a6e3_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427236"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal vulnerability has been discovered in the jdPDF npm library. User control of the first argument of the loadFile method in the node.js build allows local file inclusion/path traversal. If given the possibility to pass unsanitized paths to the loadFile method, a user can retrieve file contents of arbitrary files in the local file system the node process is running in. The file contents are included verbatim in the generated PDFs. Only the node.js builds of the library are affected, namely the `dist/jspdf.node.js` and `dist/jspdf.node.min.js`.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jspdf: jsPDF Local File Inclusion/Path Traversal vulnerability",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:01d01a649ed0c466925ebdfc7e632c7c01f0e59ef5d764d2f2dcf51f355b68ec_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1324d938cf5047df9125eb4bf6a9565fc4443b62c24e34494c1f57d1f8b5bdb1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e87ce042d9afb90c643de99cfaa98314230a2d9a01ad1230cd0596413991f4f5_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f49305d1e529f1be7d213f548cc6d49d958ff578eb4e41320250634497a1dfb2_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0b85460655f6f540e6278f5bd08e6c52ea3a3e4acb54a79d524247227f5e9d7c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:294c8f3d3cce71c22e6bde11783c04fa5db2ae19ad2a741c418005faa41da67a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:4efd0780d62b6dddbd5eef4ae8c1620b8e72dfa1551d89e8c9b281ed50afc2f9_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cf5beedfa9139034d92f170115321be8f442b152628f1c91841a1be1cadfda33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0115106585032e52bedca4443f008c755c3fbc5e4fdf4f4be974cb6be9345b86_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:32faefcdb174ed2e92291cc075ab321e8fa462fcbd951e7edaa019011e87ccad_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:cfb6a722aa6ede9218d9d7a28c7aae1b1455bc0ba5a41ba488e95ee504cccd70_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d63ab6fcf507a4dc7c38df369111c44725ffdc3384840cd7cfbb89fe216af914_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:d8111014ef89a6679f19c48888189ddff4e3bb4269d1ccd09c7114ba6e5360d6_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1dceed562203416b6d853e66402a2ec69370a53cc119953aeb442288ecebfa4f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1e9116742efaed46b4b93ba1ff8eb026ffa5bbe5146690d020389b95bec77051_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:6f0060cfb71c9ee2788f2bcebd1d9aa40e337c10921a4c631c0119c80721b539_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d9c49f3d6b2d8ec68784c59bf75810bd4290f4118eb7e512fd6150193600abc4_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0f27626c8a671458174b6a3dc08268ec13f1b1ce297ca26b085a5799971470d6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:92cc9e13e92ad25bc2ca62705136be35b16699d1ddc9c8f5653cfb7b9e9f9e72_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:96ba7c71703db09c15f1633d2b5c14a22231a6f87fffacb639542f4ad2429551_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:baa02b25c952aa9e463fdd8bde3ae196621ca09cabd508b9638a82c528b6acda_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:34d1530a0759075f9a6d7cb31d45efac05575e0db2ea43adc3379f24b1524060_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:50a2768f8ffcbdc15ed719eb6e5c08da0a9e31b2f17c77cf0b305c4f3d5d8135_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:d9662472c1cd18a4a0ec5103b30cb7576ae926d43ed290c88586a9304d01d3c3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e2d7323de0313fc7e498791d2294fe4c46448638753349002dfa0e16580f9435_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:44c28896965619b9b4804dd9099303f076533dd664766cff932ca27a9b3b2805_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:7830f4f7b3673034dacbe1d48daf493afc3282fd1509b12b2e8d7716179c036b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:83b76afb22949a7488a6480e16810b74136e395380a5f2050e2f2419aa90a337_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e9b1465496174394f2e54facebca1f1d0cd6dc54ddb0a82265b3feddd3d1867e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:249ae5abf72f255ec0b9152df39a5b2bd270df420bb585ca390e5c7dbdc4b5af_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:bd07e7aa5ab8f4419cfe29872bc99d6bca1fe5c73034633ec371b1f1ff59d66c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:db417ef9da0ec483035d4545ca5a3728682435458daf12ed0500a08430a4680f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5e8360e4078c425988ac07bc24860e5361b6e119f5fa54370d0775a60da0f9d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4b8ecf8d2f99224d7272b1749b7b89f8bdeb5d23458302809a06aab6fa91b553_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a1888b71a59b083571620531fe473b9b042fc7aab0d99ec2e0b184f3101c25f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:be9caac01f90306f9e645ae9981b34642434d08fc5259c302a369c1675224f29_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fd4368e9067519644039006f494c391d65e59d45abc981707a886a17829cdc_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6772a5c3a85b279176346e893e3ed08498861ee31495c32236dab20a95392871_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:7a3f81bbda7dc41d40b2f192e99b8ba4088fcac383e70ba9591d1da074be108e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a75bba630478e2466c371b78ffce02ad116cc872bbe78624cd3438e45f47f93e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de3478fd6fbd75bd4a428241e6792eefd166f7f0a38ce45b7994cb51d284f010_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:461fee74ff86feaf21bda5d170975b185758cb891307e8e5e5930985a2191307_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9848a4f71fd2bfdc2a22a338a253875f3073777c0d5d5f70b88429d8d4459fdf_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a3cfe3a06fadbe73d8a12e84beb504c9204e34f52af459c30d4e72a2b0a411e3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c916f911c1ff8a7991f46dc850d014db42872acfc74e6ea0f6880336b066a6e3_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68428"
},
{
"category": "external",
"summary": "RHBZ#2427236",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427236"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68428",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68428"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68428",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68428"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/commit/a688c8f479929b24a6543b1fa2d6364abb03066d",
"url": "https://github.com/parallax/jsPDF/commit/a688c8f479929b24a6543b1fa2d6364abb03066d"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/releases/tag/v4.0.0",
"url": "https://github.com/parallax/jsPDF/releases/tag/v4.0.0"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/security/advisories/GHSA-f8cm-6447-x5h2",
"url": "https://github.com/parallax/jsPDF/security/advisories/GHSA-f8cm-6447-x5h2"
}
],
"release_date": "2026-01-05T21:43:55.169000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-09T15:50:42+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:01d01a649ed0c466925ebdfc7e632c7c01f0e59ef5d764d2f2dcf51f355b68ec_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1324d938cf5047df9125eb4bf6a9565fc4443b62c24e34494c1f57d1f8b5bdb1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e87ce042d9afb90c643de99cfaa98314230a2d9a01ad1230cd0596413991f4f5_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f49305d1e529f1be7d213f548cc6d49d958ff578eb4e41320250634497a1dfb2_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2350"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0b85460655f6f540e6278f5bd08e6c52ea3a3e4acb54a79d524247227f5e9d7c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:294c8f3d3cce71c22e6bde11783c04fa5db2ae19ad2a741c418005faa41da67a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:4efd0780d62b6dddbd5eef4ae8c1620b8e72dfa1551d89e8c9b281ed50afc2f9_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cf5beedfa9139034d92f170115321be8f442b152628f1c91841a1be1cadfda33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0115106585032e52bedca4443f008c755c3fbc5e4fdf4f4be974cb6be9345b86_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:32faefcdb174ed2e92291cc075ab321e8fa462fcbd951e7edaa019011e87ccad_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:cfb6a722aa6ede9218d9d7a28c7aae1b1455bc0ba5a41ba488e95ee504cccd70_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d63ab6fcf507a4dc7c38df369111c44725ffdc3384840cd7cfbb89fe216af914_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:01d01a649ed0c466925ebdfc7e632c7c01f0e59ef5d764d2f2dcf51f355b68ec_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1324d938cf5047df9125eb4bf6a9565fc4443b62c24e34494c1f57d1f8b5bdb1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e87ce042d9afb90c643de99cfaa98314230a2d9a01ad1230cd0596413991f4f5_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f49305d1e529f1be7d213f548cc6d49d958ff578eb4e41320250634497a1dfb2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:d8111014ef89a6679f19c48888189ddff4e3bb4269d1ccd09c7114ba6e5360d6_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1dceed562203416b6d853e66402a2ec69370a53cc119953aeb442288ecebfa4f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1e9116742efaed46b4b93ba1ff8eb026ffa5bbe5146690d020389b95bec77051_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:6f0060cfb71c9ee2788f2bcebd1d9aa40e337c10921a4c631c0119c80721b539_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d9c49f3d6b2d8ec68784c59bf75810bd4290f4118eb7e512fd6150193600abc4_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0f27626c8a671458174b6a3dc08268ec13f1b1ce297ca26b085a5799971470d6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:92cc9e13e92ad25bc2ca62705136be35b16699d1ddc9c8f5653cfb7b9e9f9e72_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:96ba7c71703db09c15f1633d2b5c14a22231a6f87fffacb639542f4ad2429551_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:baa02b25c952aa9e463fdd8bde3ae196621ca09cabd508b9638a82c528b6acda_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:34d1530a0759075f9a6d7cb31d45efac05575e0db2ea43adc3379f24b1524060_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:50a2768f8ffcbdc15ed719eb6e5c08da0a9e31b2f17c77cf0b305c4f3d5d8135_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:d9662472c1cd18a4a0ec5103b30cb7576ae926d43ed290c88586a9304d01d3c3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e2d7323de0313fc7e498791d2294fe4c46448638753349002dfa0e16580f9435_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:44c28896965619b9b4804dd9099303f076533dd664766cff932ca27a9b3b2805_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:7830f4f7b3673034dacbe1d48daf493afc3282fd1509b12b2e8d7716179c036b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:83b76afb22949a7488a6480e16810b74136e395380a5f2050e2f2419aa90a337_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e9b1465496174394f2e54facebca1f1d0cd6dc54ddb0a82265b3feddd3d1867e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:249ae5abf72f255ec0b9152df39a5b2bd270df420bb585ca390e5c7dbdc4b5af_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:bd07e7aa5ab8f4419cfe29872bc99d6bca1fe5c73034633ec371b1f1ff59d66c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:db417ef9da0ec483035d4545ca5a3728682435458daf12ed0500a08430a4680f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5e8360e4078c425988ac07bc24860e5361b6e119f5fa54370d0775a60da0f9d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4b8ecf8d2f99224d7272b1749b7b89f8bdeb5d23458302809a06aab6fa91b553_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a1888b71a59b083571620531fe473b9b042fc7aab0d99ec2e0b184f3101c25f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:be9caac01f90306f9e645ae9981b34642434d08fc5259c302a369c1675224f29_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fd4368e9067519644039006f494c391d65e59d45abc981707a886a17829cdc_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6772a5c3a85b279176346e893e3ed08498861ee31495c32236dab20a95392871_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:7a3f81bbda7dc41d40b2f192e99b8ba4088fcac383e70ba9591d1da074be108e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a75bba630478e2466c371b78ffce02ad116cc872bbe78624cd3438e45f47f93e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de3478fd6fbd75bd4a428241e6792eefd166f7f0a38ce45b7994cb51d284f010_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:461fee74ff86feaf21bda5d170975b185758cb891307e8e5e5930985a2191307_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9848a4f71fd2bfdc2a22a338a253875f3073777c0d5d5f70b88429d8d4459fdf_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a3cfe3a06fadbe73d8a12e84beb504c9204e34f52af459c30d4e72a2b0a411e3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c916f911c1ff8a7991f46dc850d014db42872acfc74e6ea0f6880336b066a6e3_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0b85460655f6f540e6278f5bd08e6c52ea3a3e4acb54a79d524247227f5e9d7c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:294c8f3d3cce71c22e6bde11783c04fa5db2ae19ad2a741c418005faa41da67a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:4efd0780d62b6dddbd5eef4ae8c1620b8e72dfa1551d89e8c9b281ed50afc2f9_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cf5beedfa9139034d92f170115321be8f442b152628f1c91841a1be1cadfda33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0115106585032e52bedca4443f008c755c3fbc5e4fdf4f4be974cb6be9345b86_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:32faefcdb174ed2e92291cc075ab321e8fa462fcbd951e7edaa019011e87ccad_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:cfb6a722aa6ede9218d9d7a28c7aae1b1455bc0ba5a41ba488e95ee504cccd70_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d63ab6fcf507a4dc7c38df369111c44725ffdc3384840cd7cfbb89fe216af914_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:01d01a649ed0c466925ebdfc7e632c7c01f0e59ef5d764d2f2dcf51f355b68ec_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1324d938cf5047df9125eb4bf6a9565fc4443b62c24e34494c1f57d1f8b5bdb1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e87ce042d9afb90c643de99cfaa98314230a2d9a01ad1230cd0596413991f4f5_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f49305d1e529f1be7d213f548cc6d49d958ff578eb4e41320250634497a1dfb2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:d8111014ef89a6679f19c48888189ddff4e3bb4269d1ccd09c7114ba6e5360d6_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1dceed562203416b6d853e66402a2ec69370a53cc119953aeb442288ecebfa4f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1e9116742efaed46b4b93ba1ff8eb026ffa5bbe5146690d020389b95bec77051_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:6f0060cfb71c9ee2788f2bcebd1d9aa40e337c10921a4c631c0119c80721b539_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d9c49f3d6b2d8ec68784c59bf75810bd4290f4118eb7e512fd6150193600abc4_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0f27626c8a671458174b6a3dc08268ec13f1b1ce297ca26b085a5799971470d6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:92cc9e13e92ad25bc2ca62705136be35b16699d1ddc9c8f5653cfb7b9e9f9e72_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:96ba7c71703db09c15f1633d2b5c14a22231a6f87fffacb639542f4ad2429551_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:baa02b25c952aa9e463fdd8bde3ae196621ca09cabd508b9638a82c528b6acda_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:34d1530a0759075f9a6d7cb31d45efac05575e0db2ea43adc3379f24b1524060_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:50a2768f8ffcbdc15ed719eb6e5c08da0a9e31b2f17c77cf0b305c4f3d5d8135_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:d9662472c1cd18a4a0ec5103b30cb7576ae926d43ed290c88586a9304d01d3c3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e2d7323de0313fc7e498791d2294fe4c46448638753349002dfa0e16580f9435_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:44c28896965619b9b4804dd9099303f076533dd664766cff932ca27a9b3b2805_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:7830f4f7b3673034dacbe1d48daf493afc3282fd1509b12b2e8d7716179c036b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:83b76afb22949a7488a6480e16810b74136e395380a5f2050e2f2419aa90a337_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e9b1465496174394f2e54facebca1f1d0cd6dc54ddb0a82265b3feddd3d1867e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:249ae5abf72f255ec0b9152df39a5b2bd270df420bb585ca390e5c7dbdc4b5af_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:bd07e7aa5ab8f4419cfe29872bc99d6bca1fe5c73034633ec371b1f1ff59d66c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:db417ef9da0ec483035d4545ca5a3728682435458daf12ed0500a08430a4680f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5e8360e4078c425988ac07bc24860e5361b6e119f5fa54370d0775a60da0f9d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4b8ecf8d2f99224d7272b1749b7b89f8bdeb5d23458302809a06aab6fa91b553_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a1888b71a59b083571620531fe473b9b042fc7aab0d99ec2e0b184f3101c25f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:be9caac01f90306f9e645ae9981b34642434d08fc5259c302a369c1675224f29_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fd4368e9067519644039006f494c391d65e59d45abc981707a886a17829cdc_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6772a5c3a85b279176346e893e3ed08498861ee31495c32236dab20a95392871_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:7a3f81bbda7dc41d40b2f192e99b8ba4088fcac383e70ba9591d1da074be108e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a75bba630478e2466c371b78ffce02ad116cc872bbe78624cd3438e45f47f93e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de3478fd6fbd75bd4a428241e6792eefd166f7f0a38ce45b7994cb51d284f010_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:461fee74ff86feaf21bda5d170975b185758cb891307e8e5e5930985a2191307_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9848a4f71fd2bfdc2a22a338a253875f3073777c0d5d5f70b88429d8d4459fdf_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a3cfe3a06fadbe73d8a12e84beb504c9204e34f52af459c30d4e72a2b0a411e3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c916f911c1ff8a7991f46dc850d014db42872acfc74e6ea0f6880336b066a6e3_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jspdf: jsPDF Local File Inclusion/Path Traversal vulnerability"
},
{
"cve": "CVE-2025-68973",
"cwe": {
"id": "CWE-675",
"name": "Multiple Operations on Resource in Single-Operation Context"
},
"discovery_date": "2025-12-28T17:00:44.161022+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:d8111014ef89a6679f19c48888189ddff4e3bb4269d1ccd09c7114ba6e5360d6_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:44c28896965619b9b4804dd9099303f076533dd664766cff932ca27a9b3b2805_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:7830f4f7b3673034dacbe1d48daf493afc3282fd1509b12b2e8d7716179c036b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:83b76afb22949a7488a6480e16810b74136e395380a5f2050e2f2419aa90a337_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e9b1465496174394f2e54facebca1f1d0cd6dc54ddb0a82265b3feddd3d1867e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4b8ecf8d2f99224d7272b1749b7b89f8bdeb5d23458302809a06aab6fa91b553_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a1888b71a59b083571620531fe473b9b042fc7aab0d99ec2e0b184f3101c25f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:be9caac01f90306f9e645ae9981b34642434d08fc5259c302a369c1675224f29_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fd4368e9067519644039006f494c391d65e59d45abc981707a886a17829cdc_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425966"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GnuPG. An attacker can provide crafted input to the `armor_filter` function, which incorrectly increments an index variable, leading to an out-of-bounds write. This memory corruption vulnerability may allow for information disclosure and could potentially lead to arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "GnuPG: GnuPG: Information disclosure and potential arbitrary code execution via out-of-bounds write",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products. The flaw in GnuPG\u0027s `armor_filter` function allows an attacker with local access to provide crafted input, potentially leading to information disclosure and arbitrary code execution due to an out-of-bounds write. Exploitation requires high attack complexity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0b85460655f6f540e6278f5bd08e6c52ea3a3e4acb54a79d524247227f5e9d7c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:294c8f3d3cce71c22e6bde11783c04fa5db2ae19ad2a741c418005faa41da67a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:4efd0780d62b6dddbd5eef4ae8c1620b8e72dfa1551d89e8c9b281ed50afc2f9_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cf5beedfa9139034d92f170115321be8f442b152628f1c91841a1be1cadfda33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0115106585032e52bedca4443f008c755c3fbc5e4fdf4f4be974cb6be9345b86_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:32faefcdb174ed2e92291cc075ab321e8fa462fcbd951e7edaa019011e87ccad_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:cfb6a722aa6ede9218d9d7a28c7aae1b1455bc0ba5a41ba488e95ee504cccd70_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d63ab6fcf507a4dc7c38df369111c44725ffdc3384840cd7cfbb89fe216af914_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:01d01a649ed0c466925ebdfc7e632c7c01f0e59ef5d764d2f2dcf51f355b68ec_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1324d938cf5047df9125eb4bf6a9565fc4443b62c24e34494c1f57d1f8b5bdb1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e87ce042d9afb90c643de99cfaa98314230a2d9a01ad1230cd0596413991f4f5_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f49305d1e529f1be7d213f548cc6d49d958ff578eb4e41320250634497a1dfb2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1dceed562203416b6d853e66402a2ec69370a53cc119953aeb442288ecebfa4f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1e9116742efaed46b4b93ba1ff8eb026ffa5bbe5146690d020389b95bec77051_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:6f0060cfb71c9ee2788f2bcebd1d9aa40e337c10921a4c631c0119c80721b539_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d9c49f3d6b2d8ec68784c59bf75810bd4290f4118eb7e512fd6150193600abc4_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0f27626c8a671458174b6a3dc08268ec13f1b1ce297ca26b085a5799971470d6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:92cc9e13e92ad25bc2ca62705136be35b16699d1ddc9c8f5653cfb7b9e9f9e72_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:96ba7c71703db09c15f1633d2b5c14a22231a6f87fffacb639542f4ad2429551_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:baa02b25c952aa9e463fdd8bde3ae196621ca09cabd508b9638a82c528b6acda_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:34d1530a0759075f9a6d7cb31d45efac05575e0db2ea43adc3379f24b1524060_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:50a2768f8ffcbdc15ed719eb6e5c08da0a9e31b2f17c77cf0b305c4f3d5d8135_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:d9662472c1cd18a4a0ec5103b30cb7576ae926d43ed290c88586a9304d01d3c3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e2d7323de0313fc7e498791d2294fe4c46448638753349002dfa0e16580f9435_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:249ae5abf72f255ec0b9152df39a5b2bd270df420bb585ca390e5c7dbdc4b5af_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:bd07e7aa5ab8f4419cfe29872bc99d6bca1fe5c73034633ec371b1f1ff59d66c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:db417ef9da0ec483035d4545ca5a3728682435458daf12ed0500a08430a4680f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5e8360e4078c425988ac07bc24860e5361b6e119f5fa54370d0775a60da0f9d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6772a5c3a85b279176346e893e3ed08498861ee31495c32236dab20a95392871_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:7a3f81bbda7dc41d40b2f192e99b8ba4088fcac383e70ba9591d1da074be108e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a75bba630478e2466c371b78ffce02ad116cc872bbe78624cd3438e45f47f93e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de3478fd6fbd75bd4a428241e6792eefd166f7f0a38ce45b7994cb51d284f010_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:461fee74ff86feaf21bda5d170975b185758cb891307e8e5e5930985a2191307_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9848a4f71fd2bfdc2a22a338a253875f3073777c0d5d5f70b88429d8d4459fdf_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a3cfe3a06fadbe73d8a12e84beb504c9204e34f52af459c30d4e72a2b0a411e3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c916f911c1ff8a7991f46dc850d014db42872acfc74e6ea0f6880336b066a6e3_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:d8111014ef89a6679f19c48888189ddff4e3bb4269d1ccd09c7114ba6e5360d6_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:44c28896965619b9b4804dd9099303f076533dd664766cff932ca27a9b3b2805_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:7830f4f7b3673034dacbe1d48daf493afc3282fd1509b12b2e8d7716179c036b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:83b76afb22949a7488a6480e16810b74136e395380a5f2050e2f2419aa90a337_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e9b1465496174394f2e54facebca1f1d0cd6dc54ddb0a82265b3feddd3d1867e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4b8ecf8d2f99224d7272b1749b7b89f8bdeb5d23458302809a06aab6fa91b553_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a1888b71a59b083571620531fe473b9b042fc7aab0d99ec2e0b184f3101c25f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:be9caac01f90306f9e645ae9981b34642434d08fc5259c302a369c1675224f29_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fd4368e9067519644039006f494c391d65e59d45abc981707a886a17829cdc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68973"
},
{
"category": "external",
"summary": "RHBZ#2425966",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425966"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68973",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68973"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68973",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68973"
},
{
"category": "external",
"summary": "https://github.com/gpg/gnupg/blob/ff30683418695f5d2cc9e6cf8c9418e09378ebe4/g10/armor.c#L1305-L1306",
"url": "https://github.com/gpg/gnupg/blob/ff30683418695f5d2cc9e6cf8c9418e09378ebe4/g10/armor.c#L1305-L1306"
},
{
"category": "external",
"summary": "https://github.com/gpg/gnupg/commit/115d138ba599328005c5321c0ef9f00355838ca9",
"url": "https://github.com/gpg/gnupg/commit/115d138ba599328005c5321c0ef9f00355838ca9"
},
{
"category": "external",
"summary": "https://gpg.fail/memcpy",
"url": "https://gpg.fail/memcpy"
},
{
"category": "external",
"summary": "https://news.ycombinator.com/item?id=46403200",
"url": "https://news.ycombinator.com/item?id=46403200"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2025/12/28/5",
"url": "https://www.openwall.com/lists/oss-security/2025/12/28/5"
}
],
"release_date": "2025-12-28T16:19:11.019000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-09T15:50:42+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0b85460655f6f540e6278f5bd08e6c52ea3a3e4acb54a79d524247227f5e9d7c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:294c8f3d3cce71c22e6bde11783c04fa5db2ae19ad2a741c418005faa41da67a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:4efd0780d62b6dddbd5eef4ae8c1620b8e72dfa1551d89e8c9b281ed50afc2f9_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cf5beedfa9139034d92f170115321be8f442b152628f1c91841a1be1cadfda33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0115106585032e52bedca4443f008c755c3fbc5e4fdf4f4be974cb6be9345b86_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:32faefcdb174ed2e92291cc075ab321e8fa462fcbd951e7edaa019011e87ccad_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:cfb6a722aa6ede9218d9d7a28c7aae1b1455bc0ba5a41ba488e95ee504cccd70_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d63ab6fcf507a4dc7c38df369111c44725ffdc3384840cd7cfbb89fe216af914_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:01d01a649ed0c466925ebdfc7e632c7c01f0e59ef5d764d2f2dcf51f355b68ec_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1324d938cf5047df9125eb4bf6a9565fc4443b62c24e34494c1f57d1f8b5bdb1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e87ce042d9afb90c643de99cfaa98314230a2d9a01ad1230cd0596413991f4f5_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f49305d1e529f1be7d213f548cc6d49d958ff578eb4e41320250634497a1dfb2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1dceed562203416b6d853e66402a2ec69370a53cc119953aeb442288ecebfa4f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1e9116742efaed46b4b93ba1ff8eb026ffa5bbe5146690d020389b95bec77051_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:6f0060cfb71c9ee2788f2bcebd1d9aa40e337c10921a4c631c0119c80721b539_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d9c49f3d6b2d8ec68784c59bf75810bd4290f4118eb7e512fd6150193600abc4_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0f27626c8a671458174b6a3dc08268ec13f1b1ce297ca26b085a5799971470d6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:92cc9e13e92ad25bc2ca62705136be35b16699d1ddc9c8f5653cfb7b9e9f9e72_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:96ba7c71703db09c15f1633d2b5c14a22231a6f87fffacb639542f4ad2429551_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:baa02b25c952aa9e463fdd8bde3ae196621ca09cabd508b9638a82c528b6acda_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:34d1530a0759075f9a6d7cb31d45efac05575e0db2ea43adc3379f24b1524060_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:50a2768f8ffcbdc15ed719eb6e5c08da0a9e31b2f17c77cf0b305c4f3d5d8135_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:d9662472c1cd18a4a0ec5103b30cb7576ae926d43ed290c88586a9304d01d3c3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e2d7323de0313fc7e498791d2294fe4c46448638753349002dfa0e16580f9435_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:249ae5abf72f255ec0b9152df39a5b2bd270df420bb585ca390e5c7dbdc4b5af_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:bd07e7aa5ab8f4419cfe29872bc99d6bca1fe5c73034633ec371b1f1ff59d66c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:db417ef9da0ec483035d4545ca5a3728682435458daf12ed0500a08430a4680f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5e8360e4078c425988ac07bc24860e5361b6e119f5fa54370d0775a60da0f9d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6772a5c3a85b279176346e893e3ed08498861ee31495c32236dab20a95392871_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:7a3f81bbda7dc41d40b2f192e99b8ba4088fcac383e70ba9591d1da074be108e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a75bba630478e2466c371b78ffce02ad116cc872bbe78624cd3438e45f47f93e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de3478fd6fbd75bd4a428241e6792eefd166f7f0a38ce45b7994cb51d284f010_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:461fee74ff86feaf21bda5d170975b185758cb891307e8e5e5930985a2191307_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9848a4f71fd2bfdc2a22a338a253875f3073777c0d5d5f70b88429d8d4459fdf_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a3cfe3a06fadbe73d8a12e84beb504c9204e34f52af459c30d4e72a2b0a411e3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c916f911c1ff8a7991f46dc850d014db42872acfc74e6ea0f6880336b066a6e3_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2350"
},
{
"category": "workaround",
"details": "To mitigate this issue, users should avoid processing untrusted or unverified input with GnuPG. Exercise caution when handling GnuPG-encrypted or signed data from unknown or suspicious sources, as specially crafted input could trigger the vulnerability. This operational control reduces the attack surface by limiting exposure to malicious data.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0b85460655f6f540e6278f5bd08e6c52ea3a3e4acb54a79d524247227f5e9d7c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:294c8f3d3cce71c22e6bde11783c04fa5db2ae19ad2a741c418005faa41da67a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:4efd0780d62b6dddbd5eef4ae8c1620b8e72dfa1551d89e8c9b281ed50afc2f9_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cf5beedfa9139034d92f170115321be8f442b152628f1c91841a1be1cadfda33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0115106585032e52bedca4443f008c755c3fbc5e4fdf4f4be974cb6be9345b86_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:32faefcdb174ed2e92291cc075ab321e8fa462fcbd951e7edaa019011e87ccad_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:cfb6a722aa6ede9218d9d7a28c7aae1b1455bc0ba5a41ba488e95ee504cccd70_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d63ab6fcf507a4dc7c38df369111c44725ffdc3384840cd7cfbb89fe216af914_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:01d01a649ed0c466925ebdfc7e632c7c01f0e59ef5d764d2f2dcf51f355b68ec_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1324d938cf5047df9125eb4bf6a9565fc4443b62c24e34494c1f57d1f8b5bdb1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e87ce042d9afb90c643de99cfaa98314230a2d9a01ad1230cd0596413991f4f5_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f49305d1e529f1be7d213f548cc6d49d958ff578eb4e41320250634497a1dfb2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:d8111014ef89a6679f19c48888189ddff4e3bb4269d1ccd09c7114ba6e5360d6_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1dceed562203416b6d853e66402a2ec69370a53cc119953aeb442288ecebfa4f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1e9116742efaed46b4b93ba1ff8eb026ffa5bbe5146690d020389b95bec77051_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:6f0060cfb71c9ee2788f2bcebd1d9aa40e337c10921a4c631c0119c80721b539_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d9c49f3d6b2d8ec68784c59bf75810bd4290f4118eb7e512fd6150193600abc4_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0f27626c8a671458174b6a3dc08268ec13f1b1ce297ca26b085a5799971470d6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:92cc9e13e92ad25bc2ca62705136be35b16699d1ddc9c8f5653cfb7b9e9f9e72_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:96ba7c71703db09c15f1633d2b5c14a22231a6f87fffacb639542f4ad2429551_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:baa02b25c952aa9e463fdd8bde3ae196621ca09cabd508b9638a82c528b6acda_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:34d1530a0759075f9a6d7cb31d45efac05575e0db2ea43adc3379f24b1524060_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:50a2768f8ffcbdc15ed719eb6e5c08da0a9e31b2f17c77cf0b305c4f3d5d8135_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:d9662472c1cd18a4a0ec5103b30cb7576ae926d43ed290c88586a9304d01d3c3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e2d7323de0313fc7e498791d2294fe4c46448638753349002dfa0e16580f9435_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:44c28896965619b9b4804dd9099303f076533dd664766cff932ca27a9b3b2805_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:7830f4f7b3673034dacbe1d48daf493afc3282fd1509b12b2e8d7716179c036b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:83b76afb22949a7488a6480e16810b74136e395380a5f2050e2f2419aa90a337_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e9b1465496174394f2e54facebca1f1d0cd6dc54ddb0a82265b3feddd3d1867e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:249ae5abf72f255ec0b9152df39a5b2bd270df420bb585ca390e5c7dbdc4b5af_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:bd07e7aa5ab8f4419cfe29872bc99d6bca1fe5c73034633ec371b1f1ff59d66c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:db417ef9da0ec483035d4545ca5a3728682435458daf12ed0500a08430a4680f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5e8360e4078c425988ac07bc24860e5361b6e119f5fa54370d0775a60da0f9d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4b8ecf8d2f99224d7272b1749b7b89f8bdeb5d23458302809a06aab6fa91b553_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a1888b71a59b083571620531fe473b9b042fc7aab0d99ec2e0b184f3101c25f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:be9caac01f90306f9e645ae9981b34642434d08fc5259c302a369c1675224f29_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fd4368e9067519644039006f494c391d65e59d45abc981707a886a17829cdc_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6772a5c3a85b279176346e893e3ed08498861ee31495c32236dab20a95392871_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:7a3f81bbda7dc41d40b2f192e99b8ba4088fcac383e70ba9591d1da074be108e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a75bba630478e2466c371b78ffce02ad116cc872bbe78624cd3438e45f47f93e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de3478fd6fbd75bd4a428241e6792eefd166f7f0a38ce45b7994cb51d284f010_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:461fee74ff86feaf21bda5d170975b185758cb891307e8e5e5930985a2191307_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9848a4f71fd2bfdc2a22a338a253875f3073777c0d5d5f70b88429d8d4459fdf_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a3cfe3a06fadbe73d8a12e84beb504c9204e34f52af459c30d4e72a2b0a411e3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c916f911c1ff8a7991f46dc850d014db42872acfc74e6ea0f6880336b066a6e3_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0b85460655f6f540e6278f5bd08e6c52ea3a3e4acb54a79d524247227f5e9d7c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:294c8f3d3cce71c22e6bde11783c04fa5db2ae19ad2a741c418005faa41da67a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:4efd0780d62b6dddbd5eef4ae8c1620b8e72dfa1551d89e8c9b281ed50afc2f9_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cf5beedfa9139034d92f170115321be8f442b152628f1c91841a1be1cadfda33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0115106585032e52bedca4443f008c755c3fbc5e4fdf4f4be974cb6be9345b86_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:32faefcdb174ed2e92291cc075ab321e8fa462fcbd951e7edaa019011e87ccad_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:cfb6a722aa6ede9218d9d7a28c7aae1b1455bc0ba5a41ba488e95ee504cccd70_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d63ab6fcf507a4dc7c38df369111c44725ffdc3384840cd7cfbb89fe216af914_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:01d01a649ed0c466925ebdfc7e632c7c01f0e59ef5d764d2f2dcf51f355b68ec_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1324d938cf5047df9125eb4bf6a9565fc4443b62c24e34494c1f57d1f8b5bdb1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e87ce042d9afb90c643de99cfaa98314230a2d9a01ad1230cd0596413991f4f5_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f49305d1e529f1be7d213f548cc6d49d958ff578eb4e41320250634497a1dfb2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:d8111014ef89a6679f19c48888189ddff4e3bb4269d1ccd09c7114ba6e5360d6_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1dceed562203416b6d853e66402a2ec69370a53cc119953aeb442288ecebfa4f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1e9116742efaed46b4b93ba1ff8eb026ffa5bbe5146690d020389b95bec77051_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:6f0060cfb71c9ee2788f2bcebd1d9aa40e337c10921a4c631c0119c80721b539_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d9c49f3d6b2d8ec68784c59bf75810bd4290f4118eb7e512fd6150193600abc4_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0f27626c8a671458174b6a3dc08268ec13f1b1ce297ca26b085a5799971470d6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:92cc9e13e92ad25bc2ca62705136be35b16699d1ddc9c8f5653cfb7b9e9f9e72_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:96ba7c71703db09c15f1633d2b5c14a22231a6f87fffacb639542f4ad2429551_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:baa02b25c952aa9e463fdd8bde3ae196621ca09cabd508b9638a82c528b6acda_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:34d1530a0759075f9a6d7cb31d45efac05575e0db2ea43adc3379f24b1524060_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:50a2768f8ffcbdc15ed719eb6e5c08da0a9e31b2f17c77cf0b305c4f3d5d8135_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:d9662472c1cd18a4a0ec5103b30cb7576ae926d43ed290c88586a9304d01d3c3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e2d7323de0313fc7e498791d2294fe4c46448638753349002dfa0e16580f9435_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:44c28896965619b9b4804dd9099303f076533dd664766cff932ca27a9b3b2805_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:7830f4f7b3673034dacbe1d48daf493afc3282fd1509b12b2e8d7716179c036b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:83b76afb22949a7488a6480e16810b74136e395380a5f2050e2f2419aa90a337_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e9b1465496174394f2e54facebca1f1d0cd6dc54ddb0a82265b3feddd3d1867e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:249ae5abf72f255ec0b9152df39a5b2bd270df420bb585ca390e5c7dbdc4b5af_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:bd07e7aa5ab8f4419cfe29872bc99d6bca1fe5c73034633ec371b1f1ff59d66c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:db417ef9da0ec483035d4545ca5a3728682435458daf12ed0500a08430a4680f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5e8360e4078c425988ac07bc24860e5361b6e119f5fa54370d0775a60da0f9d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4b8ecf8d2f99224d7272b1749b7b89f8bdeb5d23458302809a06aab6fa91b553_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a1888b71a59b083571620531fe473b9b042fc7aab0d99ec2e0b184f3101c25f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:be9caac01f90306f9e645ae9981b34642434d08fc5259c302a369c1675224f29_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fd4368e9067519644039006f494c391d65e59d45abc981707a886a17829cdc_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6772a5c3a85b279176346e893e3ed08498861ee31495c32236dab20a95392871_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:7a3f81bbda7dc41d40b2f192e99b8ba4088fcac383e70ba9591d1da074be108e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a75bba630478e2466c371b78ffce02ad116cc872bbe78624cd3438e45f47f93e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de3478fd6fbd75bd4a428241e6792eefd166f7f0a38ce45b7994cb51d284f010_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:461fee74ff86feaf21bda5d170975b185758cb891307e8e5e5930985a2191307_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9848a4f71fd2bfdc2a22a338a253875f3073777c0d5d5f70b88429d8d4459fdf_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a3cfe3a06fadbe73d8a12e84beb504c9204e34f52af459c30d4e72a2b0a411e3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c916f911c1ff8a7991f46dc850d014db42872acfc74e6ea0f6880336b066a6e3_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "GnuPG: GnuPG: Information disclosure and potential arbitrary code execution via out-of-bounds write"
},
{
"cve": "CVE-2026-22029",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-01-10T04:01:03.694749+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0b85460655f6f540e6278f5bd08e6c52ea3a3e4acb54a79d524247227f5e9d7c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:294c8f3d3cce71c22e6bde11783c04fa5db2ae19ad2a741c418005faa41da67a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:4efd0780d62b6dddbd5eef4ae8c1620b8e72dfa1551d89e8c9b281ed50afc2f9_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cf5beedfa9139034d92f170115321be8f442b152628f1c91841a1be1cadfda33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0115106585032e52bedca4443f008c755c3fbc5e4fdf4f4be974cb6be9345b86_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:32faefcdb174ed2e92291cc075ab321e8fa462fcbd951e7edaa019011e87ccad_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:cfb6a722aa6ede9218d9d7a28c7aae1b1455bc0ba5a41ba488e95ee504cccd70_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d63ab6fcf507a4dc7c38df369111c44725ffdc3384840cd7cfbb89fe216af914_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:d8111014ef89a6679f19c48888189ddff4e3bb4269d1ccd09c7114ba6e5360d6_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1dceed562203416b6d853e66402a2ec69370a53cc119953aeb442288ecebfa4f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1e9116742efaed46b4b93ba1ff8eb026ffa5bbe5146690d020389b95bec77051_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:6f0060cfb71c9ee2788f2bcebd1d9aa40e337c10921a4c631c0119c80721b539_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d9c49f3d6b2d8ec68784c59bf75810bd4290f4118eb7e512fd6150193600abc4_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0f27626c8a671458174b6a3dc08268ec13f1b1ce297ca26b085a5799971470d6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:92cc9e13e92ad25bc2ca62705136be35b16699d1ddc9c8f5653cfb7b9e9f9e72_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:96ba7c71703db09c15f1633d2b5c14a22231a6f87fffacb639542f4ad2429551_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:baa02b25c952aa9e463fdd8bde3ae196621ca09cabd508b9638a82c528b6acda_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:34d1530a0759075f9a6d7cb31d45efac05575e0db2ea43adc3379f24b1524060_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:50a2768f8ffcbdc15ed719eb6e5c08da0a9e31b2f17c77cf0b305c4f3d5d8135_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:d9662472c1cd18a4a0ec5103b30cb7576ae926d43ed290c88586a9304d01d3c3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e2d7323de0313fc7e498791d2294fe4c46448638753349002dfa0e16580f9435_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:44c28896965619b9b4804dd9099303f076533dd664766cff932ca27a9b3b2805_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:7830f4f7b3673034dacbe1d48daf493afc3282fd1509b12b2e8d7716179c036b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:83b76afb22949a7488a6480e16810b74136e395380a5f2050e2f2419aa90a337_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e9b1465496174394f2e54facebca1f1d0cd6dc54ddb0a82265b3feddd3d1867e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:249ae5abf72f255ec0b9152df39a5b2bd270df420bb585ca390e5c7dbdc4b5af_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:bd07e7aa5ab8f4419cfe29872bc99d6bca1fe5c73034633ec371b1f1ff59d66c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:db417ef9da0ec483035d4545ca5a3728682435458daf12ed0500a08430a4680f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5e8360e4078c425988ac07bc24860e5361b6e119f5fa54370d0775a60da0f9d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4b8ecf8d2f99224d7272b1749b7b89f8bdeb5d23458302809a06aab6fa91b553_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a1888b71a59b083571620531fe473b9b042fc7aab0d99ec2e0b184f3101c25f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:be9caac01f90306f9e645ae9981b34642434d08fc5259c302a369c1675224f29_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fd4368e9067519644039006f494c391d65e59d45abc981707a886a17829cdc_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6772a5c3a85b279176346e893e3ed08498861ee31495c32236dab20a95392871_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:7a3f81bbda7dc41d40b2f192e99b8ba4088fcac383e70ba9591d1da074be108e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a75bba630478e2466c371b78ffce02ad116cc872bbe78624cd3438e45f47f93e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de3478fd6fbd75bd4a428241e6792eefd166f7f0a38ce45b7994cb51d284f010_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:461fee74ff86feaf21bda5d170975b185758cb891307e8e5e5930985a2191307_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9848a4f71fd2bfdc2a22a338a253875f3073777c0d5d5f70b88429d8d4459fdf_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a3cfe3a06fadbe73d8a12e84beb504c9204e34f52af459c30d4e72a2b0a411e3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c916f911c1ff8a7991f46dc850d014db42872acfc74e6ea0f6880336b066a6e3_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2428412"
}
],
"notes": [
{
"category": "description",
"text": "A cross site scripting flaw has been discovered in the npm react-router and @remix-run/router packages. React Router (and Remix v1/v2) SPA open navigation redirects originating from loaders or actions in Framework Mode, Data Mode, or the unstable RSC modes can result in unsafe URLs causing unintended javascript execution on the client. This is only an issue if you are creating redirect paths from untrusted content or via an open redirect.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "@remix-run/router: react-router: React Router vulnerable to XSS via Open Redirects",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:01d01a649ed0c466925ebdfc7e632c7c01f0e59ef5d764d2f2dcf51f355b68ec_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1324d938cf5047df9125eb4bf6a9565fc4443b62c24e34494c1f57d1f8b5bdb1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e87ce042d9afb90c643de99cfaa98314230a2d9a01ad1230cd0596413991f4f5_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f49305d1e529f1be7d213f548cc6d49d958ff578eb4e41320250634497a1dfb2_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0b85460655f6f540e6278f5bd08e6c52ea3a3e4acb54a79d524247227f5e9d7c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:294c8f3d3cce71c22e6bde11783c04fa5db2ae19ad2a741c418005faa41da67a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:4efd0780d62b6dddbd5eef4ae8c1620b8e72dfa1551d89e8c9b281ed50afc2f9_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cf5beedfa9139034d92f170115321be8f442b152628f1c91841a1be1cadfda33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0115106585032e52bedca4443f008c755c3fbc5e4fdf4f4be974cb6be9345b86_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:32faefcdb174ed2e92291cc075ab321e8fa462fcbd951e7edaa019011e87ccad_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:cfb6a722aa6ede9218d9d7a28c7aae1b1455bc0ba5a41ba488e95ee504cccd70_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d63ab6fcf507a4dc7c38df369111c44725ffdc3384840cd7cfbb89fe216af914_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:d8111014ef89a6679f19c48888189ddff4e3bb4269d1ccd09c7114ba6e5360d6_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1dceed562203416b6d853e66402a2ec69370a53cc119953aeb442288ecebfa4f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1e9116742efaed46b4b93ba1ff8eb026ffa5bbe5146690d020389b95bec77051_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:6f0060cfb71c9ee2788f2bcebd1d9aa40e337c10921a4c631c0119c80721b539_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d9c49f3d6b2d8ec68784c59bf75810bd4290f4118eb7e512fd6150193600abc4_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0f27626c8a671458174b6a3dc08268ec13f1b1ce297ca26b085a5799971470d6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:92cc9e13e92ad25bc2ca62705136be35b16699d1ddc9c8f5653cfb7b9e9f9e72_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:96ba7c71703db09c15f1633d2b5c14a22231a6f87fffacb639542f4ad2429551_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:baa02b25c952aa9e463fdd8bde3ae196621ca09cabd508b9638a82c528b6acda_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:34d1530a0759075f9a6d7cb31d45efac05575e0db2ea43adc3379f24b1524060_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:50a2768f8ffcbdc15ed719eb6e5c08da0a9e31b2f17c77cf0b305c4f3d5d8135_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:d9662472c1cd18a4a0ec5103b30cb7576ae926d43ed290c88586a9304d01d3c3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e2d7323de0313fc7e498791d2294fe4c46448638753349002dfa0e16580f9435_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:44c28896965619b9b4804dd9099303f076533dd664766cff932ca27a9b3b2805_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:7830f4f7b3673034dacbe1d48daf493afc3282fd1509b12b2e8d7716179c036b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:83b76afb22949a7488a6480e16810b74136e395380a5f2050e2f2419aa90a337_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e9b1465496174394f2e54facebca1f1d0cd6dc54ddb0a82265b3feddd3d1867e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:249ae5abf72f255ec0b9152df39a5b2bd270df420bb585ca390e5c7dbdc4b5af_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:bd07e7aa5ab8f4419cfe29872bc99d6bca1fe5c73034633ec371b1f1ff59d66c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:db417ef9da0ec483035d4545ca5a3728682435458daf12ed0500a08430a4680f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5e8360e4078c425988ac07bc24860e5361b6e119f5fa54370d0775a60da0f9d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4b8ecf8d2f99224d7272b1749b7b89f8bdeb5d23458302809a06aab6fa91b553_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a1888b71a59b083571620531fe473b9b042fc7aab0d99ec2e0b184f3101c25f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:be9caac01f90306f9e645ae9981b34642434d08fc5259c302a369c1675224f29_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fd4368e9067519644039006f494c391d65e59d45abc981707a886a17829cdc_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6772a5c3a85b279176346e893e3ed08498861ee31495c32236dab20a95392871_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:7a3f81bbda7dc41d40b2f192e99b8ba4088fcac383e70ba9591d1da074be108e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a75bba630478e2466c371b78ffce02ad116cc872bbe78624cd3438e45f47f93e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de3478fd6fbd75bd4a428241e6792eefd166f7f0a38ce45b7994cb51d284f010_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:461fee74ff86feaf21bda5d170975b185758cb891307e8e5e5930985a2191307_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9848a4f71fd2bfdc2a22a338a253875f3073777c0d5d5f70b88429d8d4459fdf_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a3cfe3a06fadbe73d8a12e84beb504c9204e34f52af459c30d4e72a2b0a411e3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c916f911c1ff8a7991f46dc850d014db42872acfc74e6ea0f6880336b066a6e3_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22029"
},
{
"category": "external",
"summary": "RHBZ#2428412",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2428412"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22029",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22029"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22029",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22029"
},
{
"category": "external",
"summary": "https://github.com/remix-run/react-router/security/advisories/GHSA-2w69-qvjg-hvjx",
"url": "https://github.com/remix-run/react-router/security/advisories/GHSA-2w69-qvjg-hvjx"
}
],
"release_date": "2026-01-10T02:42:32.736000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-09T15:50:42+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:01d01a649ed0c466925ebdfc7e632c7c01f0e59ef5d764d2f2dcf51f355b68ec_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1324d938cf5047df9125eb4bf6a9565fc4443b62c24e34494c1f57d1f8b5bdb1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e87ce042d9afb90c643de99cfaa98314230a2d9a01ad1230cd0596413991f4f5_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f49305d1e529f1be7d213f548cc6d49d958ff578eb4e41320250634497a1dfb2_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2350"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0b85460655f6f540e6278f5bd08e6c52ea3a3e4acb54a79d524247227f5e9d7c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:294c8f3d3cce71c22e6bde11783c04fa5db2ae19ad2a741c418005faa41da67a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:4efd0780d62b6dddbd5eef4ae8c1620b8e72dfa1551d89e8c9b281ed50afc2f9_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cf5beedfa9139034d92f170115321be8f442b152628f1c91841a1be1cadfda33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0115106585032e52bedca4443f008c755c3fbc5e4fdf4f4be974cb6be9345b86_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:32faefcdb174ed2e92291cc075ab321e8fa462fcbd951e7edaa019011e87ccad_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:cfb6a722aa6ede9218d9d7a28c7aae1b1455bc0ba5a41ba488e95ee504cccd70_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d63ab6fcf507a4dc7c38df369111c44725ffdc3384840cd7cfbb89fe216af914_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:01d01a649ed0c466925ebdfc7e632c7c01f0e59ef5d764d2f2dcf51f355b68ec_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1324d938cf5047df9125eb4bf6a9565fc4443b62c24e34494c1f57d1f8b5bdb1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e87ce042d9afb90c643de99cfaa98314230a2d9a01ad1230cd0596413991f4f5_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f49305d1e529f1be7d213f548cc6d49d958ff578eb4e41320250634497a1dfb2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:d8111014ef89a6679f19c48888189ddff4e3bb4269d1ccd09c7114ba6e5360d6_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1dceed562203416b6d853e66402a2ec69370a53cc119953aeb442288ecebfa4f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1e9116742efaed46b4b93ba1ff8eb026ffa5bbe5146690d020389b95bec77051_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:6f0060cfb71c9ee2788f2bcebd1d9aa40e337c10921a4c631c0119c80721b539_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d9c49f3d6b2d8ec68784c59bf75810bd4290f4118eb7e512fd6150193600abc4_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0f27626c8a671458174b6a3dc08268ec13f1b1ce297ca26b085a5799971470d6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:92cc9e13e92ad25bc2ca62705136be35b16699d1ddc9c8f5653cfb7b9e9f9e72_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:96ba7c71703db09c15f1633d2b5c14a22231a6f87fffacb639542f4ad2429551_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:baa02b25c952aa9e463fdd8bde3ae196621ca09cabd508b9638a82c528b6acda_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:34d1530a0759075f9a6d7cb31d45efac05575e0db2ea43adc3379f24b1524060_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:50a2768f8ffcbdc15ed719eb6e5c08da0a9e31b2f17c77cf0b305c4f3d5d8135_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:d9662472c1cd18a4a0ec5103b30cb7576ae926d43ed290c88586a9304d01d3c3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e2d7323de0313fc7e498791d2294fe4c46448638753349002dfa0e16580f9435_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:44c28896965619b9b4804dd9099303f076533dd664766cff932ca27a9b3b2805_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:7830f4f7b3673034dacbe1d48daf493afc3282fd1509b12b2e8d7716179c036b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:83b76afb22949a7488a6480e16810b74136e395380a5f2050e2f2419aa90a337_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e9b1465496174394f2e54facebca1f1d0cd6dc54ddb0a82265b3feddd3d1867e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:249ae5abf72f255ec0b9152df39a5b2bd270df420bb585ca390e5c7dbdc4b5af_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:bd07e7aa5ab8f4419cfe29872bc99d6bca1fe5c73034633ec371b1f1ff59d66c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:db417ef9da0ec483035d4545ca5a3728682435458daf12ed0500a08430a4680f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5e8360e4078c425988ac07bc24860e5361b6e119f5fa54370d0775a60da0f9d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4b8ecf8d2f99224d7272b1749b7b89f8bdeb5d23458302809a06aab6fa91b553_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a1888b71a59b083571620531fe473b9b042fc7aab0d99ec2e0b184f3101c25f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:be9caac01f90306f9e645ae9981b34642434d08fc5259c302a369c1675224f29_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fd4368e9067519644039006f494c391d65e59d45abc981707a886a17829cdc_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6772a5c3a85b279176346e893e3ed08498861ee31495c32236dab20a95392871_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:7a3f81bbda7dc41d40b2f192e99b8ba4088fcac383e70ba9591d1da074be108e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a75bba630478e2466c371b78ffce02ad116cc872bbe78624cd3438e45f47f93e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de3478fd6fbd75bd4a428241e6792eefd166f7f0a38ce45b7994cb51d284f010_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:461fee74ff86feaf21bda5d170975b185758cb891307e8e5e5930985a2191307_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9848a4f71fd2bfdc2a22a338a253875f3073777c0d5d5f70b88429d8d4459fdf_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a3cfe3a06fadbe73d8a12e84beb504c9204e34f52af459c30d4e72a2b0a411e3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c916f911c1ff8a7991f46dc850d014db42872acfc74e6ea0f6880336b066a6e3_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0b85460655f6f540e6278f5bd08e6c52ea3a3e4acb54a79d524247227f5e9d7c_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:294c8f3d3cce71c22e6bde11783c04fa5db2ae19ad2a741c418005faa41da67a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:4efd0780d62b6dddbd5eef4ae8c1620b8e72dfa1551d89e8c9b281ed50afc2f9_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:cf5beedfa9139034d92f170115321be8f442b152628f1c91841a1be1cadfda33_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:0115106585032e52bedca4443f008c755c3fbc5e4fdf4f4be974cb6be9345b86_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:32faefcdb174ed2e92291cc075ab321e8fa462fcbd951e7edaa019011e87ccad_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:cfb6a722aa6ede9218d9d7a28c7aae1b1455bc0ba5a41ba488e95ee504cccd70_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:d63ab6fcf507a4dc7c38df369111c44725ffdc3384840cd7cfbb89fe216af914_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:01d01a649ed0c466925ebdfc7e632c7c01f0e59ef5d764d2f2dcf51f355b68ec_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:1324d938cf5047df9125eb4bf6a9565fc4443b62c24e34494c1f57d1f8b5bdb1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:e87ce042d9afb90c643de99cfaa98314230a2d9a01ad1230cd0596413991f4f5_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f49305d1e529f1be7d213f548cc6d49d958ff578eb4e41320250634497a1dfb2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:d8111014ef89a6679f19c48888189ddff4e3bb4269d1ccd09c7114ba6e5360d6_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1dceed562203416b6d853e66402a2ec69370a53cc119953aeb442288ecebfa4f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:1e9116742efaed46b4b93ba1ff8eb026ffa5bbe5146690d020389b95bec77051_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:6f0060cfb71c9ee2788f2bcebd1d9aa40e337c10921a4c631c0119c80721b539_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d9c49f3d6b2d8ec68784c59bf75810bd4290f4118eb7e512fd6150193600abc4_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0f27626c8a671458174b6a3dc08268ec13f1b1ce297ca26b085a5799971470d6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:92cc9e13e92ad25bc2ca62705136be35b16699d1ddc9c8f5653cfb7b9e9f9e72_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:96ba7c71703db09c15f1633d2b5c14a22231a6f87fffacb639542f4ad2429551_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:baa02b25c952aa9e463fdd8bde3ae196621ca09cabd508b9638a82c528b6acda_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:34d1530a0759075f9a6d7cb31d45efac05575e0db2ea43adc3379f24b1524060_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:50a2768f8ffcbdc15ed719eb6e5c08da0a9e31b2f17c77cf0b305c4f3d5d8135_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:d9662472c1cd18a4a0ec5103b30cb7576ae926d43ed290c88586a9304d01d3c3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:e2d7323de0313fc7e498791d2294fe4c46448638753349002dfa0e16580f9435_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:44c28896965619b9b4804dd9099303f076533dd664766cff932ca27a9b3b2805_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:7830f4f7b3673034dacbe1d48daf493afc3282fd1509b12b2e8d7716179c036b_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:83b76afb22949a7488a6480e16810b74136e395380a5f2050e2f2419aa90a337_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e9b1465496174394f2e54facebca1f1d0cd6dc54ddb0a82265b3feddd3d1867e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:249ae5abf72f255ec0b9152df39a5b2bd270df420bb585ca390e5c7dbdc4b5af_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:bd07e7aa5ab8f4419cfe29872bc99d6bca1fe5c73034633ec371b1f1ff59d66c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:db417ef9da0ec483035d4545ca5a3728682435458daf12ed0500a08430a4680f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:e5e8360e4078c425988ac07bc24860e5361b6e119f5fa54370d0775a60da0f9d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:4b8ecf8d2f99224d7272b1749b7b89f8bdeb5d23458302809a06aab6fa91b553_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8a1888b71a59b083571620531fe473b9b042fc7aab0d99ec2e0b184f3101c25f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:be9caac01f90306f9e645ae9981b34642434d08fc5259c302a369c1675224f29_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fd4368e9067519644039006f494c391d65e59d45abc981707a886a17829cdc_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:6772a5c3a85b279176346e893e3ed08498861ee31495c32236dab20a95392871_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:7a3f81bbda7dc41d40b2f192e99b8ba4088fcac383e70ba9591d1da074be108e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:a75bba630478e2466c371b78ffce02ad116cc872bbe78624cd3438e45f47f93e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de3478fd6fbd75bd4a428241e6792eefd166f7f0a38ce45b7994cb51d284f010_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:461fee74ff86feaf21bda5d170975b185758cb891307e8e5e5930985a2191307_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9848a4f71fd2bfdc2a22a338a253875f3073777c0d5d5f70b88429d8d4459fdf_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:a3cfe3a06fadbe73d8a12e84beb504c9204e34f52af459c30d4e72a2b0a411e3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c916f911c1ff8a7991f46dc850d014db42872acfc74e6ea0f6880336b066a6e3_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "@remix-run/router: react-router: React Router vulnerable to XSS via Open Redirects"
}
]
}
RHSA-2026:3723
Vulnerability from csaf_redhat - Published: 2026-03-04 08:59 - Updated: 2026-03-18 20:46Notes
{
"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": "The 1.15.4 GA release of Red Hat OpenShift Pipelines Operator..\nFor more details see [product documentation](https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines).",
"title": "Topic"
},
{
"category": "general",
"text": "The 1.15.4 release of Red Hat OpenShift Pipelines Operator.",
"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-2026:3723",
"url": "https://access.redhat.com/errata/RHSA-2026:3723"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines",
"url": "https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_3723.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Pipelines Release 1.15.4",
"tracking": {
"current_release_date": "2026-03-18T20:46:41+00:00",
"generator": {
"date": "2026-03-18T20:46:41+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2026:3723",
"initial_release_date": "2026-03-04T08:59:26+00:00",
"revision_history": [
{
"date": "2026-03-04T08:59:26+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-04T08:59:34+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T20:46:41+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Pipelines 1.15",
"product": {
"name": "Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_pipelines:1.15::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Pipelines"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:29e53c58884174c78c5b86c8f63024f4643c9b5f90e476eddd5fd4725855a0d4_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:29e53c58884174c78c5b86c8f63024f4643c9b5f90e476eddd5fd4725855a0d4_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:29e53c58884174c78c5b86c8f63024f4643c9b5f90e476eddd5fd4725855a0d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-bundle@sha256%3A29e53c58884174c78c5b86c8f63024f4643c9b5f90e476eddd5fd4725855a0d4?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772613829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:f128ce3188364bdf50142e1211e976dbb0bac67f541bad87a5577e81ef30e41b_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:f128ce3188364bdf50142e1211e976dbb0bac67f541bad87a5577e81ef30e41b_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:f128ce3188364bdf50142e1211e976dbb0bac67f541bad87a5577e81ef30e41b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-rhel8-operator@sha256%3Af128ce3188364bdf50142e1211e976dbb0bac67f541bad87a5577e81ef30e41b?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772122754"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel8@sha256:a914252e2e10112e151571221a7f6b9db43d4584b8b906a960df4d6f358dcfb9_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel8@sha256:a914252e2e10112e151571221a7f6b9db43d4584b8b906a960df4d6f358dcfb9_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel8@sha256:a914252e2e10112e151571221a7f6b9db43d4584b8b906a960df4d6f358dcfb9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-proxy-rhel8@sha256%3Aa914252e2e10112e151571221a7f6b9db43d4584b8b906a960df4d6f358dcfb9?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772122754"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel8@sha256:bbf204c5370405e55ef38b687bcb207806043c5e87b6735cad76e0dd202213db_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel8@sha256:bbf204c5370405e55ef38b687bcb207806043c5e87b6735cad76e0dd202213db_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel8@sha256:bbf204c5370405e55ef38b687bcb207806043c5e87b6735cad76e0dd202213db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-webhook-rhel8@sha256%3Abbf204c5370405e55ef38b687bcb207806043c5e87b6735cad76e0dd202213db?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772122754"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:19a36e841519488d5895b999f84bffd8200c16b026f769ac72919296c65cc136_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:19a36e841519488d5895b999f84bffd8200c16b026f769ac72919296c65cc136_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:19a36e841519488d5895b999f84bffd8200c16b026f769ac72919296c65cc136_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-rhel8-operator@sha256%3A19a36e841519488d5895b999f84bffd8200c16b026f769ac72919296c65cc136?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772122754"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel8@sha256:9d33602222295d4ecab52e990e0af7ae5f84e094721c2afaea1ddca904a91ae2_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel8@sha256:9d33602222295d4ecab52e990e0af7ae5f84e094721c2afaea1ddca904a91ae2_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel8@sha256:9d33602222295d4ecab52e990e0af7ae5f84e094721c2afaea1ddca904a91ae2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-proxy-rhel8@sha256%3A9d33602222295d4ecab52e990e0af7ae5f84e094721c2afaea1ddca904a91ae2?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772122754"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel8@sha256:644385b4abc586388b938baec6207d4406e0ff906aded74871644120143170a5_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel8@sha256:644385b4abc586388b938baec6207d4406e0ff906aded74871644120143170a5_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel8@sha256:644385b4abc586388b938baec6207d4406e0ff906aded74871644120143170a5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-webhook-rhel8@sha256%3A644385b4abc586388b938baec6207d4406e0ff906aded74871644120143170a5?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772122754"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:61301a05842875ebaafe19ed7c426b22b014e4ea9ba0a5ff3c12e1b8fb03d97d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:61301a05842875ebaafe19ed7c426b22b014e4ea9ba0a5ff3c12e1b8fb03d97d_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:61301a05842875ebaafe19ed7c426b22b014e4ea9ba0a5ff3c12e1b8fb03d97d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-rhel8-operator@sha256%3A61301a05842875ebaafe19ed7c426b22b014e4ea9ba0a5ff3c12e1b8fb03d97d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772122754"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel8@sha256:74dd0d15fdcf95ac1eedea4dafc45598dda258fec28831acc95f2d2784804a04_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel8@sha256:74dd0d15fdcf95ac1eedea4dafc45598dda258fec28831acc95f2d2784804a04_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel8@sha256:74dd0d15fdcf95ac1eedea4dafc45598dda258fec28831acc95f2d2784804a04_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-proxy-rhel8@sha256%3A74dd0d15fdcf95ac1eedea4dafc45598dda258fec28831acc95f2d2784804a04?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772122754"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel8@sha256:83f7ba7cdf1b25ac5b9c91cd3aa76c1d7136a3d34d826f19a4fe4813a9c062d1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel8@sha256:83f7ba7cdf1b25ac5b9c91cd3aa76c1d7136a3d34d826f19a4fe4813a9c062d1_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel8@sha256:83f7ba7cdf1b25ac5b9c91cd3aa76c1d7136a3d34d826f19a4fe4813a9c062d1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-webhook-rhel8@sha256%3A83f7ba7cdf1b25ac5b9c91cd3aa76c1d7136a3d34d826f19a4fe4813a9c062d1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772122754"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:2aa9f0a7afddf5e2ad7c642eb72a874c4d7e5a092828753da19e657fb6db69cb_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:2aa9f0a7afddf5e2ad7c642eb72a874c4d7e5a092828753da19e657fb6db69cb_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:2aa9f0a7afddf5e2ad7c642eb72a874c4d7e5a092828753da19e657fb6db69cb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-rhel8-operator@sha256%3A2aa9f0a7afddf5e2ad7c642eb72a874c4d7e5a092828753da19e657fb6db69cb?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772122754"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel8@sha256:682728a8ecb86109fbcc407e7ac4114d7993ed9acc11bb49f7761197a4965ad9_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel8@sha256:682728a8ecb86109fbcc407e7ac4114d7993ed9acc11bb49f7761197a4965ad9_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel8@sha256:682728a8ecb86109fbcc407e7ac4114d7993ed9acc11bb49f7761197a4965ad9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-proxy-rhel8@sha256%3A682728a8ecb86109fbcc407e7ac4114d7993ed9acc11bb49f7761197a4965ad9?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772122754"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel8@sha256:c9fe952471a5033cb77237850bcbcbb7690e9b4bafaa9a10d5a3b40bc4a49791_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel8@sha256:c9fe952471a5033cb77237850bcbcbb7690e9b4bafaa9a10d5a3b40bc4a49791_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel8@sha256:c9fe952471a5033cb77237850bcbcbb7690e9b4bafaa9a10d5a3b40bc4a49791_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-webhook-rhel8@sha256%3Ac9fe952471a5033cb77237850bcbcbb7690e9b4bafaa9a10d5a3b40bc4a49791?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772122754"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:29e53c58884174c78c5b86c8f63024f4643c9b5f90e476eddd5fd4725855a0d4_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:29e53c58884174c78c5b86c8f63024f4643c9b5f90e476eddd5fd4725855a0d4_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:29e53c58884174c78c5b86c8f63024f4643c9b5f90e476eddd5fd4725855a0d4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel8@sha256:682728a8ecb86109fbcc407e7ac4114d7993ed9acc11bb49f7761197a4965ad9_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel8@sha256:682728a8ecb86109fbcc407e7ac4114d7993ed9acc11bb49f7761197a4965ad9_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel8@sha256:682728a8ecb86109fbcc407e7ac4114d7993ed9acc11bb49f7761197a4965ad9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel8@sha256:74dd0d15fdcf95ac1eedea4dafc45598dda258fec28831acc95f2d2784804a04_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel8@sha256:74dd0d15fdcf95ac1eedea4dafc45598dda258fec28831acc95f2d2784804a04_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel8@sha256:74dd0d15fdcf95ac1eedea4dafc45598dda258fec28831acc95f2d2784804a04_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel8@sha256:9d33602222295d4ecab52e990e0af7ae5f84e094721c2afaea1ddca904a91ae2_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel8@sha256:9d33602222295d4ecab52e990e0af7ae5f84e094721c2afaea1ddca904a91ae2_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel8@sha256:9d33602222295d4ecab52e990e0af7ae5f84e094721c2afaea1ddca904a91ae2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel8@sha256:a914252e2e10112e151571221a7f6b9db43d4584b8b906a960df4d6f358dcfb9_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel8@sha256:a914252e2e10112e151571221a7f6b9db43d4584b8b906a960df4d6f358dcfb9_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel8@sha256:a914252e2e10112e151571221a7f6b9db43d4584b8b906a960df4d6f358dcfb9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel8@sha256:644385b4abc586388b938baec6207d4406e0ff906aded74871644120143170a5_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel8@sha256:644385b4abc586388b938baec6207d4406e0ff906aded74871644120143170a5_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel8@sha256:644385b4abc586388b938baec6207d4406e0ff906aded74871644120143170a5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel8@sha256:83f7ba7cdf1b25ac5b9c91cd3aa76c1d7136a3d34d826f19a4fe4813a9c062d1_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel8@sha256:83f7ba7cdf1b25ac5b9c91cd3aa76c1d7136a3d34d826f19a4fe4813a9c062d1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel8@sha256:83f7ba7cdf1b25ac5b9c91cd3aa76c1d7136a3d34d826f19a4fe4813a9c062d1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel8@sha256:bbf204c5370405e55ef38b687bcb207806043c5e87b6735cad76e0dd202213db_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel8@sha256:bbf204c5370405e55ef38b687bcb207806043c5e87b6735cad76e0dd202213db_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel8@sha256:bbf204c5370405e55ef38b687bcb207806043c5e87b6735cad76e0dd202213db_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel8@sha256:c9fe952471a5033cb77237850bcbcbb7690e9b4bafaa9a10d5a3b40bc4a49791_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel8@sha256:c9fe952471a5033cb77237850bcbcbb7690e9b4bafaa9a10d5a3b40bc4a49791_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel8@sha256:c9fe952471a5033cb77237850bcbcbb7690e9b4bafaa9a10d5a3b40bc4a49791_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:19a36e841519488d5895b999f84bffd8200c16b026f769ac72919296c65cc136_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:19a36e841519488d5895b999f84bffd8200c16b026f769ac72919296c65cc136_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:19a36e841519488d5895b999f84bffd8200c16b026f769ac72919296c65cc136_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:2aa9f0a7afddf5e2ad7c642eb72a874c4d7e5a092828753da19e657fb6db69cb_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:2aa9f0a7afddf5e2ad7c642eb72a874c4d7e5a092828753da19e657fb6db69cb_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:2aa9f0a7afddf5e2ad7c642eb72a874c4d7e5a092828753da19e657fb6db69cb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:61301a05842875ebaafe19ed7c426b22b014e4ea9ba0a5ff3c12e1b8fb03d97d_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:61301a05842875ebaafe19ed7c426b22b014e4ea9ba0a5ff3c12e1b8fb03d97d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:61301a05842875ebaafe19ed7c426b22b014e4ea9ba0a5ff3c12e1b8fb03d97d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:f128ce3188364bdf50142e1211e976dbb0bac67f541bad87a5577e81ef30e41b_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:f128ce3188364bdf50142e1211e976dbb0bac67f541bad87a5577e81ef30e41b_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:f128ce3188364bdf50142e1211e976dbb0bac67f541bad87a5577e81ef30e41b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel8@sha256:644385b4abc586388b938baec6207d4406e0ff906aded74871644120143170a5_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel8@sha256:83f7ba7cdf1b25ac5b9c91cd3aa76c1d7136a3d34d826f19a4fe4813a9c062d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel8@sha256:bbf204c5370405e55ef38b687bcb207806043c5e87b6735cad76e0dd202213db_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel8@sha256:c9fe952471a5033cb77237850bcbcbb7690e9b4bafaa9a10d5a3b40bc4a49791_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:29e53c58884174c78c5b86c8f63024f4643c9b5f90e476eddd5fd4725855a0d4_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel8@sha256:682728a8ecb86109fbcc407e7ac4114d7993ed9acc11bb49f7761197a4965ad9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel8@sha256:74dd0d15fdcf95ac1eedea4dafc45598dda258fec28831acc95f2d2784804a04_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel8@sha256:9d33602222295d4ecab52e990e0af7ae5f84e094721c2afaea1ddca904a91ae2_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel8@sha256:a914252e2e10112e151571221a7f6b9db43d4584b8b906a960df4d6f358dcfb9_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:19a36e841519488d5895b999f84bffd8200c16b026f769ac72919296c65cc136_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:2aa9f0a7afddf5e2ad7c642eb72a874c4d7e5a092828753da19e657fb6db69cb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:61301a05842875ebaafe19ed7c426b22b014e4ea9ba0a5ff3c12e1b8fb03d97d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:f128ce3188364bdf50142e1211e976dbb0bac67f541bad87a5577e81ef30e41b_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel8@sha256:644385b4abc586388b938baec6207d4406e0ff906aded74871644120143170a5_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel8@sha256:83f7ba7cdf1b25ac5b9c91cd3aa76c1d7136a3d34d826f19a4fe4813a9c062d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel8@sha256:bbf204c5370405e55ef38b687bcb207806043c5e87b6735cad76e0dd202213db_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel8@sha256:c9fe952471a5033cb77237850bcbcbb7690e9b4bafaa9a10d5a3b40bc4a49791_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T08:59:26+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:29e53c58884174c78c5b86c8f63024f4643c9b5f90e476eddd5fd4725855a0d4_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel8@sha256:682728a8ecb86109fbcc407e7ac4114d7993ed9acc11bb49f7761197a4965ad9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel8@sha256:74dd0d15fdcf95ac1eedea4dafc45598dda258fec28831acc95f2d2784804a04_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel8@sha256:9d33602222295d4ecab52e990e0af7ae5f84e094721c2afaea1ddca904a91ae2_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel8@sha256:a914252e2e10112e151571221a7f6b9db43d4584b8b906a960df4d6f358dcfb9_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:19a36e841519488d5895b999f84bffd8200c16b026f769ac72919296c65cc136_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:2aa9f0a7afddf5e2ad7c642eb72a874c4d7e5a092828753da19e657fb6db69cb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:61301a05842875ebaafe19ed7c426b22b014e4ea9ba0a5ff3c12e1b8fb03d97d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:f128ce3188364bdf50142e1211e976dbb0bac67f541bad87a5577e81ef30e41b_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3723"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:29e53c58884174c78c5b86c8f63024f4643c9b5f90e476eddd5fd4725855a0d4_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel8@sha256:682728a8ecb86109fbcc407e7ac4114d7993ed9acc11bb49f7761197a4965ad9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel8@sha256:74dd0d15fdcf95ac1eedea4dafc45598dda258fec28831acc95f2d2784804a04_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel8@sha256:9d33602222295d4ecab52e990e0af7ae5f84e094721c2afaea1ddca904a91ae2_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel8@sha256:a914252e2e10112e151571221a7f6b9db43d4584b8b906a960df4d6f358dcfb9_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel8@sha256:644385b4abc586388b938baec6207d4406e0ff906aded74871644120143170a5_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel8@sha256:83f7ba7cdf1b25ac5b9c91cd3aa76c1d7136a3d34d826f19a4fe4813a9c062d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel8@sha256:bbf204c5370405e55ef38b687bcb207806043c5e87b6735cad76e0dd202213db_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel8@sha256:c9fe952471a5033cb77237850bcbcbb7690e9b4bafaa9a10d5a3b40bc4a49791_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:19a36e841519488d5895b999f84bffd8200c16b026f769ac72919296c65cc136_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:2aa9f0a7afddf5e2ad7c642eb72a874c4d7e5a092828753da19e657fb6db69cb_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:61301a05842875ebaafe19ed7c426b22b014e4ea9ba0a5ff3c12e1b8fb03d97d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:f128ce3188364bdf50142e1211e976dbb0bac67f541bad87a5577e81ef30e41b_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
}
]
}
RHSA-2026:2144
Vulnerability from csaf_redhat - Published: 2026-02-05 15:45 - Updated: 2026-03-18 21:16Notes
{
"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": "The 1.3.2 release of Red Hat Trusted Artifact Signer OpenShift Operator.\nFor more details please visit the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3",
"title": "Topic"
},
{
"category": "general",
"text": "The RHTAS Operator can be used with OpenShift Container Platform 4.16, 4.17, 4.18, 4.19, and 4.20",
"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-2026:2144",
"url": "https://access.redhat.com/errata/RHSA-2026:2144"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3",
"url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3/html-single/release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3/html-single/release_notes/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-64756",
"url": "https://access.redhat.com/security/cve/CVE-2025-64756"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66418",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66471",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66564",
"url": "https://access.redhat.com/security/cve/CVE-2025-66564"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-21441",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22772",
"url": "https://access.redhat.com/security/cve/CVE-2026-22772"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22774",
"url": "https://access.redhat.com/security/cve/CVE-2026-22774"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22775",
"url": "https://access.redhat.com/security/cve/CVE-2026-22775"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-23745",
"url": "https://access.redhat.com/security/cve/CVE-2026-23745"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-23950",
"url": "https://access.redhat.com/security/cve/CVE-2026-23950"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_2144.json"
}
],
"title": "Red Hat Security Advisory: RHTAS 1.3.2 - Red Hat Trusted Artifact Signer Release",
"tracking": {
"current_release_date": "2026-03-18T21:16:53+00:00",
"generator": {
"date": "2026-03-18T21:16:53+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2026:2144",
"initial_release_date": "2026-02-05T15:45:43+00:00",
"revision_history": [
{
"date": "2026-02-05T15:45:43+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-05T15:45:56+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T21:16:53+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Trusted Artifact Signer 1.3",
"product": {
"name": "Red Hat Trusted Artifact Signer 1.3",
"product_id": "Red Hat Trusted Artifact Signer 1.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:trusted_artifact_signer:1.3::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Trusted Artifact Signer"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"product": {
"name": "registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"product_id": "registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rekor-backfill-redis-rhel9@sha256%3Aec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1770106163"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"product": {
"name": "registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"product_id": "registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/certificate-transparency-rhel9@sha256%3A240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1770107577"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"product": {
"name": "registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"product_id": "registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/trillian-database-rhel9@sha256%3Af4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1770106156"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64",
"product": {
"name": "registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64",
"product_id": "registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64",
"product_identification_helper": {
"purl": "pkg:oci/fulcio-rhel9@sha256%3Ad876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1770107446"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"product": {
"name": "registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"product_id": "registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/trillian-logserver-rhel9@sha256%3A7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1770106156"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64",
"product": {
"name": "registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64",
"product_id": "registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64",
"product_identification_helper": {
"purl": "pkg:oci/trillian-logsigner-rhel9@sha256%3A83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1770106156"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64",
"product": {
"name": "registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64",
"product_id": "registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/trillian-redis-rhel9@sha256%3A7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1770106156"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64",
"product": {
"name": "registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64",
"product_id": "registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rekor-search-ui-rhel9@sha256%3A3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1770107452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"product": {
"name": "registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"product_id": "registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rekor-server-rhel9@sha256%3A9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1770106163"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"product": {
"name": "registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"product_id": "registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"product_identification_helper": {
"purl": "pkg:oci/timestamp-authority-rhel9@sha256%3A37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1770107440"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64 as a component of Red Hat Trusted Artifact Signer 1.3",
"product_id": "Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64"
},
"product_reference": "registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64 as a component of Red Hat Trusted Artifact Signer 1.3",
"product_id": "Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64"
},
"product_reference": "registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64 as a component of Red Hat Trusted Artifact Signer 1.3",
"product_id": "Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64"
},
"product_reference": "registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64 as a component of Red Hat Trusted Artifact Signer 1.3",
"product_id": "Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64"
},
"product_reference": "registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64 as a component of Red Hat Trusted Artifact Signer 1.3",
"product_id": "Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64"
},
"product_reference": "registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64 as a component of Red Hat Trusted Artifact Signer 1.3",
"product_id": "Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64"
},
"product_reference": "registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64 as a component of Red Hat Trusted Artifact Signer 1.3",
"product_id": "Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64"
},
"product_reference": "registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64 as a component of Red Hat Trusted Artifact Signer 1.3",
"product_id": "Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64"
},
"product_reference": "registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64 as a component of Red Hat Trusted Artifact Signer 1.3",
"product_id": "Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64"
},
"product_reference": "registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64 as a component of Red Hat Trusted Artifact Signer 1.3",
"product_id": "Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
},
"product_reference": "registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T15:45:43+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2144"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-64756",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"discovery_date": "2025-11-17T18:01:28.077927+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2415451"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in glob. This vulnerability allows arbitrary command execution via processing files with malicious names when the glob command-line interface (CLI) is used with the -c/--cmd option, enabling shell metacharacters to trigger command injection.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glob: glob: Command Injection Vulnerability via Malicious Filenames",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw in glob allows arbitrary command execution when the `glob` command-line interface is used with the `-c/--cmd` option to process files with malicious names. The vulnerability is triggered by shell metacharacters in filenames, leading to command injection. The glob CLI tool utilizes the -c option to execute shell commands over the files which matched the searched pattern by using the shell:true parameter when creating the subprocess which will further execute the command informed via \u0027-c\u0027 option, this parameter allows the shell meta characters to be used and processed when executing the command. Given that information glob misses to sanitize the file name to eliminate such characters and expressions from the filename, leading to code execution as when performing the shell expansion such characters will be interpreted as shell commands.\n\nTo exploit this vulnerability the targeted system should run the glob CLI over a file with a maliciously crafted filename, additionally the attacker needs to have enough permission to create such file or trick the user to download and process the required file with the glob CLI.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-64756"
},
{
"category": "external",
"summary": "RHBZ#2415451",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2415451"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-64756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64756"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-64756",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-64756"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-glob/commit/47473c046b91c67269df7a66eab782a6c2716146",
"url": "https://github.com/isaacs/node-glob/commit/47473c046b91c67269df7a66eab782a6c2716146"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-glob/security/advisories/GHSA-5j98-mcp5-4vw2",
"url": "https://github.com/isaacs/node-glob/security/advisories/GHSA-5j98-mcp5-4vw2"
}
],
"release_date": "2025-11-17T17:29:08.029000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T15:45:43+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2144"
},
{
"category": "workaround",
"details": "To mitigate this issue, avoid using the `glob` command-line interface with the `-c` or `--cmd` option when processing filenames from untrusted sources. If programmatic use of `glob` is necessary, ensure that filenames are thoroughly sanitized before being passed to commands executed with shell interpretation enabled.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "glob: glob: Command Injection Vulnerability via Malicious Filenames"
},
{
"cve": "CVE-2025-66418",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-05T17:01:20.277857+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419455"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3 Python library that could lead to a Denial of Service condition. A remote, malicious server can exploit this flaw by responding to a client request with an HTTP message that uses an excessive number of chained compression algorithms. This unlimited decompression chain causes the client system to consume a virtually unbounded amount of CPU resources and memory. The high resource usage leads to service disruption, making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "RHBZ#2419455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66418"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8",
"url": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53"
}
],
"release_date": "2025-12-05T16:02:15.271000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T15:45:43+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2144"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion"
},
{
"cve": "CVE-2025-66471",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2025-12-05T17:02:21.597728+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419467"
}
],
"notes": [
{
"category": "description",
"text": "A decompression handling flaw has been discovered in urllib3. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data; CWE-409) on the client side, even if the application only requested a small chunk of data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 Streaming API improperly handles highly compressed data",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "RHBZ#2419467",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419467"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66471"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7",
"url": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37"
}
],
"release_date": "2025-12-05T16:06:08.531000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T15:45:43+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2144"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 Streaming API improperly handles highly compressed data"
},
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T15:45:43+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2144"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
},
{
"cve": "CVE-2025-66564",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:11.786030+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419054"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Sigstore Timestamp Authority. This vulnerability allows a denial of service via excessive memory allocation when processing a specially crafted Object Identifier or Content-Type header.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/timestamp-authority: Sigstore Timestamp Authority: Denial of Service via excessive OID or Content-Type header parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products. The Sigstore Timestamp Authority, a service for issuing RFC 3161 timestamps, is prone to excessive memory allocation. This occurs when processing untrusted OID payloads with many period characters or malformed Content-Type headers. An unauthenticated attacker could exploit this flaw to trigger a denial of service in affected Red Hat products that utilize this component.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66564"
},
{
"category": "external",
"summary": "RHBZ#2419054",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419054"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66564",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66564"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66564",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66564"
},
{
"category": "external",
"summary": "https://github.com/sigstore/timestamp-authority/commit/0cae34e197d685a14904e0bad135b89d13b69421",
"url": "https://github.com/sigstore/timestamp-authority/commit/0cae34e197d685a14904e0bad135b89d13b69421"
},
{
"category": "external",
"summary": "https://github.com/sigstore/timestamp-authority/security/advisories/GHSA-4qg8-fj49-pxjh",
"url": "https://github.com/sigstore/timestamp-authority/security/advisories/GHSA-4qg8-fj49-pxjh"
}
],
"release_date": "2025-12-04T22:37:13.307000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T15:45:43+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2144"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/timestamp-authority: Sigstore Timestamp Authority: Denial of Service via excessive OID or Content-Type header parsing"
},
{
"cve": "CVE-2026-21441",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-01-07T23:01:59.422078+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427726"
}
],
"notes": [
{
"category": "description",
"text": "urllib3 is an HTTP client library for Python. urllib3\u0027s streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. urllib3 can perform decoding or decompression based on the HTTP `Content-Encoding` header (e.g., `gzip`, `deflate`, `br`, or `zstd`). When using the streaming API, the library decompresses only the necessary bytes, enabling partial content consumption. Starting in version 1.22 and prior to version 2.6.3, for HTTP redirect responses, the library would read the entire response body to drain the connection and decompress the content unnecessarily. This decompression occurred even before any read methods were called, and configured read limits did not restrict the amount of decompressed data. As a result, there was no safeguard against decompression bombs. A malicious server could exploit this to trigger excessive resource consumption on the client. Applications and libraries are affected when they stream content from untrusted sources by setting `preload_content=False` when they do not disable redirects. Users should upgrade to at least urllib3 v2.6.3, in which the library does not decode content of redirect responses when `preload_content=False`. If upgrading is not immediately possible, disable redirects by setting `redirect=False` for requests to untrusted source.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "RHBZ#2427726",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427726"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b",
"url": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99"
}
],
"release_date": "2026-01-07T22:09:01.936000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T15:45:43+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2144"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)"
},
{
"cve": "CVE-2026-22772",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2026-01-12T22:01:21.336171+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2428808"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a certificate authority for issuing code signing certificates. A remote attacker could exploit this by bypassing MetaIssuer URL validation due to unanchored regular expressions (regex) in the `metaRegex()` function. This vulnerability could lead to Server-Side Request Forgery (SSRF), allowing the attacker to probe internal network services. While the flaw only permits GET requests, preventing state changes or data exfiltration, it still poses a risk for internal network reconnaissance.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fulcio: Fulcio: Server-Side Request Forgery (SSRF) via unanchored regex in MetaIssuer URL validation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat products. A flaw in Fulcio\u0027s URL validation allows attackers to bypass security checks, leading to Server-Side Request Forgery (SSRF). This could enable internal network reconnaissance within affected Red Hat OpenShift and Ansible Automation Platform deployments, though it does not permit state changes or data exfiltration.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22772"
},
{
"category": "external",
"summary": "RHBZ#2428808",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2428808"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22772",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22772"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22772",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22772"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/eaae2f2be56df9dea5f9b439ec81bedae4c0978d",
"url": "https://github.com/sigstore/fulcio/commit/eaae2f2be56df9dea5f9b439ec81bedae4c0978d"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-59jp-pj84-45mr",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-59jp-pj84-45mr"
}
],
"release_date": "2026-01-12T20:58:53.659000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T15:45:43+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2144"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "fulcio: Fulcio: Server-Side Request Forgery (SSRF) via unanchored regex in MetaIssuer URL validation"
},
{
"cve": "CVE-2026-22774",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2026-01-15T19:01:29.258462+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430095"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in devalue, a JavaScript library used for serializing values. A remote attacker can exploit this vulnerability by providing specially crafted input to the devalue.parse function. This can cause the application to consume excessive CPU time and memory, leading to a denial of service (DoS) condition. The root cause is an unchecked assumption during typed array hydration, where an ArrayBuffer is expected but not validated.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "devalue: devalue: Denial of Service due to excessive resource consumption from untrusted input",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products that utilize the `devalue` JavaScript library, such as pgAdmin 4, Red Hat Build of Podman Desktop, and Red Hat Trusted Artifact Signer. A remote attacker can exploit this flaw by providing specially crafted input to the `devalue.parse` function, leading to excessive CPU and memory consumption and a denial of service condition.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22774"
},
{
"category": "external",
"summary": "RHBZ#2430095",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430095"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22774",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22774"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22774",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22774"
},
{
"category": "external",
"summary": "https://github.com/sveltejs/devalue/commit/11755849fa0634ae294a15ec0aef2f43efcad7c4",
"url": "https://github.com/sveltejs/devalue/commit/11755849fa0634ae294a15ec0aef2f43efcad7c4"
},
{
"category": "external",
"summary": "https://github.com/sveltejs/devalue/releases/tag/v5.6.2",
"url": "https://github.com/sveltejs/devalue/releases/tag/v5.6.2"
},
{
"category": "external",
"summary": "https://github.com/sveltejs/devalue/security/advisories/GHSA-vw5p-8cq8-m7mv",
"url": "https://github.com/sveltejs/devalue/security/advisories/GHSA-vw5p-8cq8-m7mv"
}
],
"release_date": "2026-01-15T18:53:21.963000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T15:45:43+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2144"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "devalue: devalue: Denial of Service due to excessive resource consumption from untrusted input"
},
{
"cve": "CVE-2026-22775",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2026-01-15T20:00:50.600496+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430109"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in devalue, a JavaScript library used for serializing values. A remote attacker could exploit this vulnerability by providing specially crafted input to the `devalue.parse` function. This improper input validation, specifically during the ArrayBuffer hydration process, can cause the application to consume excessive CPU time and memory. This ultimately leads to a denial of service (DoS), making the affected system unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "devalue: devalue: Denial of Service due to improper input validation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat. The `devalue` JavaScript library, when used by applications to parse untrusted external input, is susceptible to a denial of service. Specially crafted input to the `devalue.parse` function can lead to excessive CPU and memory consumption, rendering the affected system unavailable. Red Hat products such as Red Hat Build of Podman Desktop and Red Hat Trusted Artifact Signer are affected if they process untrusted data using the vulnerable `devalue.parse` function.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22775"
},
{
"category": "external",
"summary": "RHBZ#2430109",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430109"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22775",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22775"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22775",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22775"
},
{
"category": "external",
"summary": "https://github.com/sveltejs/devalue/commit/11755849fa0634ae294a15ec0aef2f43efcad7c4",
"url": "https://github.com/sveltejs/devalue/commit/11755849fa0634ae294a15ec0aef2f43efcad7c4"
},
{
"category": "external",
"summary": "https://github.com/sveltejs/devalue/releases/tag/v5.6.2",
"url": "https://github.com/sveltejs/devalue/releases/tag/v5.6.2"
},
{
"category": "external",
"summary": "https://github.com/sveltejs/devalue/security/advisories/GHSA-g2pg-6438-jwpf",
"url": "https://github.com/sveltejs/devalue/security/advisories/GHSA-g2pg-6438-jwpf"
}
],
"release_date": "2026-01-15T18:59:37.499000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T15:45:43+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2144"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "devalue: devalue: Denial of Service due to improper input validation"
},
{
"cve": "CVE-2026-23745",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-01-16T23:01:26.508727+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430538"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the node-tar library. This vulnerability allows an attacker to craft malicious archives that, when extracted, can bypass intended security restrictions. This leads to arbitrary file overwrite and symlink poisoning, potentially allowing unauthorized modification of files on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-tar: tar: node-tar: Arbitrary file overwrite and symlink poisoning via unsanitized linkpaths in archives",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products that utilize the node-tar library. The flaw allows an attacker to perform arbitrary file overwrite and symlink poisoning by crafting malicious tar archives. This occurs due to insufficient path sanitization of hardlink and symbolic link entries, even when the default secure behavior (preservePaths is false) is enabled.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23745"
},
{
"category": "external",
"summary": "RHBZ#2430538",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430538"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23745",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23745"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23745",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23745"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/commit/340eb285b6d986e91969a1170d7fe9b0face405e",
"url": "https://github.com/isaacs/node-tar/commit/340eb285b6d986e91969a1170d7fe9b0face405e"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/security/advisories/GHSA-8qq5-rm4j-mr97",
"url": "https://github.com/isaacs/node-tar/security/advisories/GHSA-8qq5-rm4j-mr97"
}
],
"release_date": "2026-01-16T22:00:08.769000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T15:45:43+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2144"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-tar: tar: node-tar: Arbitrary file overwrite and symlink poisoning via unsanitized linkpaths in archives"
},
{
"cve": "CVE-2026-23950",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2026-01-20T02:00:55.870044+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431036"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-tar, a library for Node.js. This race condition vulnerability occurs due to incomplete handling of Unicode path collisions within the `path-reservations` system on case-insensitive filesystems, such as macOS APFS. A remote attacker can exploit this by providing a specially crafted tar archive containing filenames that cause these collisions, bypassing internal concurrency safeguards. Successful exploitation can lead to arbitrary file overwrite.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-tar: tar: node-tar: Arbitrary file overwrite via Unicode path collision race condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products. The `node-tar` library is susceptible to a race condition due to incomplete handling of Unicode path collisions, which can lead to arbitrary file overwrites via symlink poisoning. However, this issue primarily affects case-insensitive or normalization-insensitive filesystems. Red Hat Enterprise Linux and other Red Hat products typically utilize case-sensitive filesystems, which may limit the direct impact of this flaw in default configurations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23950"
},
{
"category": "external",
"summary": "RHBZ#2431036",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431036"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23950",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23950"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23950",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23950"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/commit/3b1abfae650056edfabcbe0a0df5954d390521e6",
"url": "https://github.com/isaacs/node-tar/commit/3b1abfae650056edfabcbe0a0df5954d390521e6"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/security/advisories/GHSA-r6q2-hw4h-h46w",
"url": "https://github.com/isaacs/node-tar/security/advisories/GHSA-r6q2-hw4h-h46w"
}
],
"release_date": "2026-01-20T00:40:48.510000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T15:45:43+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2144"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/certificate-transparency-rhel9@sha256:240a9553315990a06a9d52eaf6e96e3aa1c743f1fbff33b95b489d41cef18f5a_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fulcio-rhel9@sha256:d876a5e41b8467cdde921032f2cd53e77bef99ebcd8b61d72a3ad411469ad352_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-backfill-redis-rhel9@sha256:ec50096d68a499e7f605bcfa7afd30845a03e0c4849736431f6752fa8b850897_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-search-ui-rhel9@sha256:3971738912069448174202486b61ed384153ca18af3e8430a55795a6e65eb58d_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:9746960bbc79e0ecf82a0ee12f878e90e202247dcaeb046bdd11db48a52ccb90_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:37b9359f11098a781158e5bc0850ec43b599d29a354b43745067656b0a234814_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-database-rhel9@sha256:f4e92bf3f35d86fe895a2e3225098b3d4d9dae720ef1d45e9efcf23dec8242b6_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logserver-rhel9@sha256:7c6cba78fb26addd9f056ec3f8b9376666db353451da37a4681a51d16f2ff76c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-logsigner-rhel9@sha256:83a8710df2032471c379f4cfbb3861ec9c4c7794f8b487483dbfb8cf57207750_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/trillian-redis-rhel9@sha256:7261ee18d6fd8d42614e94ae3bdb77c5acad54f2b9898365bf8668c60a32589a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-tar: tar: node-tar: Arbitrary file overwrite via Unicode path collision race condition"
}
]
}
RHSA-2026:3461
Vulnerability from csaf_redhat - Published: 2026-02-27 14:54 - Updated: 2026-03-18 20:46Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Critical"
},
"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 AI Inference Server 3.2.2 (CUDA) is now available.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat\u00ae AI Inference Server",
"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-2026:3461",
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22869",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47906",
"url": "https://access.redhat.com/security/cve/CVE-2025-47906"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-52565",
"url": "https://access.redhat.com/security/cve/CVE-2025-52565"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-5318",
"url": "https://access.redhat.com/security/cve/CVE-2025-5318"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-53905",
"url": "https://access.redhat.com/security/cve/CVE-2025-53905"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-53906",
"url": "https://access.redhat.com/security/cve/CVE-2025-53906"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-59375",
"url": "https://access.redhat.com/security/cve/CVE-2025-59375"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-59425",
"url": "https://access.redhat.com/security/cve/CVE-2025-59425"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61620",
"url": "https://access.redhat.com/security/cve/CVE-2025-61620"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62164",
"url": "https://access.redhat.com/security/cve/CVE-2025-62164"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62372",
"url": "https://access.redhat.com/security/cve/CVE-2025-62372"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-6242",
"url": "https://access.redhat.com/security/cve/CVE-2025-6242"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62426",
"url": "https://access.redhat.com/security/cve/CVE-2025-62426"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62593",
"url": "https://access.redhat.com/security/cve/CVE-2025-62593"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62727",
"url": "https://access.redhat.com/security/cve/CVE-2025-62727"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66418",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66448",
"url": "https://access.redhat.com/security/cve/CVE-2025-66448"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66471",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69223",
"url": "https://access.redhat.com/security/cve/CVE-2025-69223"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-6965",
"url": "https://access.redhat.com/security/cve/CVE-2025-6965"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-8176",
"url": "https://access.redhat.com/security/cve/CVE-2025-8176"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9230",
"url": "https://access.redhat.com/security/cve/CVE-2025-9230"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9714",
"url": "https://access.redhat.com/security/cve/CVE-2025-9714"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9900",
"url": "https://access.redhat.com/security/cve/CVE-2025-9900"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-0994",
"url": "https://access.redhat.com/security/cve/CVE-2026-0994"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-21441",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22773",
"url": "https://access.redhat.com/security/cve/CVE-2026-22773"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22778",
"url": "https://access.redhat.com/security/cve/CVE-2026-22778"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22807",
"url": "https://access.redhat.com/security/cve/CVE-2026-22807"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24049",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24486",
"url": "https://access.redhat.com/security/cve/CVE-2026-24486"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24779",
"url": "https://access.redhat.com/security/cve/CVE-2026-24779"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25990",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-48022",
"url": "https://access.redhat.com/security/cve/CVE-2023-48022"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-52355",
"url": "https://access.redhat.com/security/cve/CVE-2023-52355"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-52356",
"url": "https://access.redhat.com/security/cve/CVE-2023-52356"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-56433",
"url": "https://access.redhat.com/security/cve/CVE-2024-56433"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-15467",
"url": "https://access.redhat.com/security/cve/CVE-2025-15467"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22868",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://www.redhat.com/en/products/ai/inference-server",
"url": "https://www.redhat.com/en/products/ai/inference-server"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_3461.json"
}
],
"title": "Red Hat Security Advisory: Red Hat AI Inference Server 3.2.2 (CUDA)",
"tracking": {
"current_release_date": "2026-03-18T20:46:36+00:00",
"generator": {
"date": "2026-03-18T20:46:36+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2026:3461",
"initial_release_date": "2026-02-27T14:54:46+00:00",
"revision_history": [
{
"date": "2026-02-27T14:54:46+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-27T14:54:52+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T20:46:36+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat AI Inference Server 3.2",
"product": {
"name": "Red Hat AI Inference Server 3.2",
"product_id": "Red Hat AI Inference Server 3.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ai_inference_server:3.2::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat AI Inference Server"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"product": {
"name": "registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"product_id": "registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/vllm-cuda-rhel9@sha256%3Adcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7?arch=amd64\u0026repository_url=registry.redhat.io/rhaiis\u0026tag=1772160593"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64",
"product": {
"name": "registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64",
"product_id": "registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/vllm-cuda-rhel9@sha256%3Afa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f?arch=arm64\u0026repository_url=registry.redhat.io/rhaiis\u0026tag=1772160593"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64 as a component of Red Hat AI Inference Server 3.2",
"product_id": "Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64"
},
"product_reference": "registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"relates_to_product_reference": "Red Hat AI Inference Server 3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64 as a component of Red Hat AI Inference Server 3.2",
"product_id": "Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
},
"product_reference": "registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64",
"relates_to_product_reference": "Red Hat AI Inference Server 3.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-48022",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2025-08-07T17:35:20.588000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ray. The job submission API allows a remote attacker to execute arbitrary code due to insufficient input validation. An unauthenticated attacker can trigger this vulnerability by sending a malicious job submission request. Successful exploitation results in arbitrary code execution on the affected Ray cluster.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ray: Ray Job Submission Arbitrary Code Execution",
"title": "Vulnerability summary"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-48022"
},
{
"category": "external",
"summary": "RHBZ#2387122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-48022",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48022"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-48022",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-48022"
}
],
"release_date": "2025-08-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ray: Ray Job Submission Arbitrary Code Execution"
},
{
"cve": "CVE-2023-52355",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2023-11-24T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2251326"
}
],
"notes": [
{
"category": "description",
"text": "An out-of-memory flaw was found in libtiff that could be triggered by passing a crafted tiff file to the TIFFRasterScanlineSize64() API. This flaw allows a remote attacker to cause a denial of service via a crafted input with a size smaller than 379 KB.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libtiff: TIFFRasterScanlineSize64 produce too-big size and could cause OOM",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified out-of-memory vulnerability in libtiff, triggered by a crafted TIFF file passed to the TIFFRasterScanlineSize64() API, presents a moderate severity concern rather than a important one due to several factors. Primarily, the exploit requires the crafted input to be smaller than 379 KB, imposing a limitation on the potential impact and reducing the likelihood of successful exploitation in practical scenarios. Furthermore, the nature of the vulnerability is limited to denial-of-service attacks, which, although disruptive, do not inherently pose a direct risk of data compromise or system compromise. However, it\u0027s important to acknowledge that denial-of-service attacks can still have significant operational implications, particularly in environments reliant on continuous availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-52355"
},
{
"category": "external",
"summary": "RHBZ#2251326",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2251326"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-52355",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52355"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-52355",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52355"
},
{
"category": "external",
"summary": "https://gitlab.com/libtiff/libtiff/-/issues/621",
"url": "https://gitlab.com/libtiff/libtiff/-/issues/621"
}
],
"release_date": "2023-11-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libtiff: TIFFRasterScanlineSize64 produce too-big size and could cause OOM"
},
{
"cve": "CVE-2023-52356",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"discovery_date": "2023-11-24T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2251344"
}
],
"notes": [
{
"category": "description",
"text": "A segment fault (SEGV) flaw was found in libtiff that could be triggered by passing a crafted tiff file to the TIFFReadRGBATileExt() API. This flaw allows a remote attacker to cause a heap-buffer overflow, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libtiff: Segment fault in libtiff in TIFFReadRGBATileExt() leading to denial of service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The flaw allows an attacker to potentially cause a denial of service attack by crashing a program, but the impact is minimal.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-52356"
},
{
"category": "external",
"summary": "RHBZ#2251344",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2251344"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-52356",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52356"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-52356",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52356"
},
{
"category": "external",
"summary": "https://gitlab.com/libtiff/libtiff/-/issues/622",
"url": "https://gitlab.com/libtiff/libtiff/-/issues/622"
},
{
"category": "external",
"summary": "https://gitlab.com/libtiff/libtiff/-/merge_requests/546",
"url": "https://gitlab.com/libtiff/libtiff/-/merge_requests/546"
}
],
"release_date": "2023-11-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libtiff: Segment fault in libtiff in TIFFReadRGBATileExt() leading to denial of service"
},
{
"cve": "CVE-2024-56433",
"cwe": {
"id": "CWE-1188",
"name": "Initialization of a Resource with an Insecure Default"
},
"discovery_date": "2024-12-26T09:00:54.065197+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2334165"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in shadow-utils. Affected versions of shadow-utils establish a default /etc/subuid behavior, for example, uid 100000 through 165535 for the first user account, that can conflict with the uids of users defined on locally administered networks. This issue potentially leads to account takeover by leveraging newuidmap for access to an NFS home directory or same-host resources for remote logins by these local network users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "shadow-utils: Default subordinate ID configuration in /etc/login.defs could lead to compromise",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-56433"
},
{
"category": "external",
"summary": "RHBZ#2334165",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2334165"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-56433",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56433"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56433",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56433"
},
{
"category": "external",
"summary": "https://github.com/shadow-maint/shadow/blob/e2512d5741d4a44bdd81a8c2d0029b6222728cf0/etc/login.defs#L238-L241",
"url": "https://github.com/shadow-maint/shadow/blob/e2512d5741d4a44bdd81a8c2d0029b6222728cf0/etc/login.defs#L238-L241"
},
{
"category": "external",
"summary": "https://github.com/shadow-maint/shadow/issues/1157",
"url": "https://github.com/shadow-maint/shadow/issues/1157"
},
{
"category": "external",
"summary": "https://github.com/shadow-maint/shadow/releases/tag/4.4",
"url": "https://github.com/shadow-maint/shadow/releases/tag/4.4"
}
],
"release_date": "2024-12-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.6,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "shadow-utils: Default subordinate ID configuration in /etc/login.defs could lead to compromise"
},
{
"acknowledgments": [
{
"names": [
"Ronald Crane"
]
}
],
"cve": "CVE-2025-5318",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-05-29T06:48:59.169000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2369131"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the libssh library in versions less than 0.11.2. An out-of-bounds read can be triggered in the sftp_handle function due to an incorrect comparison check that permits the function to access memory beyond the valid handle list and to return an invalid pointer, which is used in further processing. This vulnerability allows an authenticated remote attacker to potentially read unintended memory regions, exposing sensitive information or affect service behavior.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libssh: out-of-bounds read in sftp_handle()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue requires an attacker with valid credentials to access a server, limiting the scope to legitimate users of the SFTP service. Due to this reason, this flaw has been rated with a Moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-5318"
},
{
"category": "external",
"summary": "RHBZ#2369131",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2369131"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-5318",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5318"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-5318",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-5318"
},
{
"category": "external",
"summary": "https://www.libssh.org/security/advisories/CVE-2025-5318.txt",
"url": "https://www.libssh.org/security/advisories/CVE-2025-5318.txt"
}
],
"release_date": "2025-06-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libssh: out-of-bounds read in sftp_handle()"
},
{
"cve": "CVE-2025-6242",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2025-06-18T15:26:47.633000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373716"
}
],
"notes": [
{
"category": "description",
"text": "A Server-Side Request Forgery (SSRF) vulnerability exists in the MediaConnector class within the vLLM project\u0027s multimodal feature set. The load_from_url and load_from_url_async methods fetch and process media from user-provided URLs without adequate restrictions on the target hosts. This allows an attacker to coerce the vLLM server into making arbitrary requests to internal network resources.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: Server Side request forgery (SSRF) in MediaConnector",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability has been rated as having the severity of Important by the Red Hat Product Security team as a successful exploitation by an attacker may lead to confidential data being leaked or a denial of service. Additionally the fact a unprivileged user can trigger this vulnerability through the network also contributes for the severity.\n\nThis vulnerability has its risk amplified on orchestrated environments as pods running the vLLM may eventually communicate with each other through internal cluster routing, including services that should not have been exposed to external networks. An attacker may leverage this flaw to interact with internal services, perform network reconnaissance or trigger a denial of service by leading other internal services to fail.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6242"
},
{
"category": "external",
"summary": "RHBZ#2373716",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373716"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6242"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6242",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6242"
}
],
"release_date": "2025-10-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vllm: Server Side request forgery (SSRF) in MediaConnector"
},
{
"cve": "CVE-2025-6965",
"cwe": {
"id": "CWE-197",
"name": "Numeric Truncation Error"
},
"discovery_date": "2025-07-15T14:02:19.241458+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2380149"
}
],
"notes": [
{
"category": "description",
"text": "A memory corruption flaw was found in SQLite. Under specific conditions a query can be generated where the number of aggregate terms could exceed the number of columns available. This issue could lead to memory corruption and subsequent unintended behavior.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "sqlite: Integer Truncation in SQLite",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in SQLite is categorized as Important rather than Critical because, although it involves memory corruption, the conditions required to trigger it are relatively constrained. The flaw arises when a query causes the number of aggregate terms to exceed internal limits, leading to potential buffer overflows or memory mismanagement. However, exploitation requires the ability to craft complex SQL queries and interact with the SQLite engine in a specific manner\u2014typically through direct SQL input. There is no known evidence of arbitrary code execution, privilege escalation, or remote exploitability as a direct result of this flaw. Additionally, most SQLite deployments are embedded in applications where input is tightly controlled or sanitized.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6965"
},
{
"category": "external",
"summary": "RHBZ#2380149",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380149"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6965"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6965",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6965"
},
{
"category": "external",
"summary": "https://www.oracle.com/security-alerts/cpujan2026.html#AppendixMSQL",
"url": "https://www.oracle.com/security-alerts/cpujan2026.html#AppendixMSQL"
},
{
"category": "external",
"summary": "https://www.sqlite.org/src/info/5508b56fd24016c13981ec280ecdd833007c9d8dd595edb295b984c2b487b5c8",
"url": "https://www.sqlite.org/src/info/5508b56fd24016c13981ec280ecdd833007c9d8dd595edb295b984c2b487b5c8"
}
],
"release_date": "2025-07-15T13:44:00.784000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "sqlite: Integer Truncation in SQLite"
},
{
"cve": "CVE-2025-8176",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2025-07-26T04:00:56.216434+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2383598"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libtiff. The `get_histogram` function in `file/tiffmedian.c` exhibits a use-after-free condition when processing a specially crafted file, allowing a local attacker to trigger memory corruption. This manipulation results in a use-after-free vulnerability, and can lead to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libtiff: LibTIFF Use-After-Free Vulnerability",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability has been rated Important because it involves a use-after-free flaw in the get_histogram function of LibTIFF\u2019s tiffmedian tool. Successful exploitation may allow a local attacker to execute arbitrary code or cause a denial of service, leading to loss of confidentiality, integrity, and availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-8176"
},
{
"category": "external",
"summary": "RHBZ#2383598",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2383598"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-8176",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8176"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-8176",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8176"
},
{
"category": "external",
"summary": "http://www.libtiff.org/",
"url": "http://www.libtiff.org/"
},
{
"category": "external",
"summary": "https://gitlab.com/libtiff/libtiff/-/commit/fe10872e53efba9cc36c66ac4ab3b41a839d5172",
"url": "https://gitlab.com/libtiff/libtiff/-/commit/fe10872e53efba9cc36c66ac4ab3b41a839d5172"
},
{
"category": "external",
"summary": "https://gitlab.com/libtiff/libtiff/-/issues/707",
"url": "https://gitlab.com/libtiff/libtiff/-/issues/707"
},
{
"category": "external",
"summary": "https://gitlab.com/libtiff/libtiff/-/merge_requests/727",
"url": "https://gitlab.com/libtiff/libtiff/-/merge_requests/727"
},
{
"category": "external",
"summary": "https://vuldb.com/?ctiid.317590",
"url": "https://vuldb.com/?ctiid.317590"
},
{
"category": "external",
"summary": "https://vuldb.com/?id.317590",
"url": "https://vuldb.com/?id.317590"
},
{
"category": "external",
"summary": "https://vuldb.com/?submit.621796",
"url": "https://vuldb.com/?submit.621796"
}
],
"release_date": "2025-07-26T03:32:08.851000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libtiff: LibTIFF Use-After-Free Vulnerability"
},
{
"cve": "CVE-2025-9230",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-09-17T12:15:34.387000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396054"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the OpenSSL CMS implementation (RFC 3211 KEK Unwrap). This vulnerability allows memory corruption, an application level denial of service, or potential execution of attacker-supplied code via crafted CMS messages using password-based encryption (PWRI).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: Out-of-bounds read \u0026 write in RFC 3211 KEK Unwrap",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability was rated as Moderate because, while the potential impact includes an application level denial of service and possible arbitrary code execution, successful exploitation is considered unlikely due to the high attack complexity and the fact that password-based CMS encryption (PWRI) is rarely used in real-world deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9230"
},
{
"category": "external",
"summary": "RHBZ#2396054",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396054"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9230",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9230"
}
],
"release_date": "2025-09-30T23:59:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: Out-of-bounds read \u0026 write in RFC 3211 KEK Unwrap"
},
{
"cve": "CVE-2025-9714",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2025-09-02T13:03:56.452000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2392605"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libxstl/libxml2. The \u0027exsltDynMapFunction\u0027 function in libexslt/dynamic.c does not contain a recursion depth check, which may cause an infinite loop via a specially crafted XSLT document while handling \u0027dyn:map()\u0027, leading to stack exhaustion and a local denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxslt: libxml2: Inifinite recursion at exsltDynMapFunction function in libexslt/dynamic.c",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "No evidence was found for arbitrary memory corruption through this flaw, limiting its impact to Availability only, and reducing its severity to Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9714"
},
{
"category": "external",
"summary": "RHBZ#2392605",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2392605"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9714"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9714",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9714"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxml2/-/commit/677a42645ef22b5a50741bad5facf9d8a8bc6d21",
"url": "https://gitlab.gnome.org/GNOME/libxml2/-/commit/677a42645ef22b5a50741bad5facf9d8a8bc6d21"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/148",
"url": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/148"
}
],
"release_date": "2025-09-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "The impact of this flaw may be reduced by setting strict resource limits to the stack size of processes at the operational system level. This can be achieved either through the \u0027ulimit\u0027 shell built-in or the \u0027limits.conf\u0027 file.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libxslt: libxml2: Inifinite recursion at exsltDynMapFunction function in libexslt/dynamic.c"
},
{
"acknowledgments": [
{
"names": [
"Gareth C"
],
"organization": "AnchorSec Ltd."
}
],
"cve": "CVE-2025-9900",
"cwe": {
"id": "CWE-123",
"name": "Write-what-where Condition"
},
"discovery_date": "2025-09-03T02:48:12.111000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2392784"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Libtiff. This vulnerability is a \"write-what-where\" condition, triggered when the library processes a specially crafted TIFF image file.\n\nBy providing an abnormally large image height value in the file\u0027s metadata, an attacker can trick the library into writing attacker-controlled color data to an arbitrary memory location. This memory corruption can be exploited to cause a denial of service (application crash) or to achieve arbitrary code execution with the permissions of the user.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libtiff: Libtiff Write-What-Where",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This attack requires user interaction to run the malicious TIFF image file, hence the CVE is maintained as important.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9900"
},
{
"category": "external",
"summary": "RHBZ#2392784",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2392784"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9900",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9900"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9900",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9900"
},
{
"category": "external",
"summary": "https://github.com/SexyShoelessGodofWar/LibTiff-4.7.0-Write-What-Where?tab=readme-ov-file",
"url": "https://github.com/SexyShoelessGodofWar/LibTiff-4.7.0-Write-What-Where?tab=readme-ov-file"
},
{
"category": "external",
"summary": "https://gitlab.com/libtiff/libtiff/-/issues/704",
"url": "https://gitlab.com/libtiff/libtiff/-/issues/704"
},
{
"category": "external",
"summary": "https://gitlab.com/libtiff/libtiff/-/merge_requests/732",
"url": "https://gitlab.com/libtiff/libtiff/-/merge_requests/732"
},
{
"category": "external",
"summary": "https://libtiff.gitlab.io/libtiff/releases/v4.7.1.html",
"url": "https://libtiff.gitlab.io/libtiff/releases/v4.7.1.html"
}
],
"release_date": "2025-09-22T14:29:35.767000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libtiff: Libtiff Write-What-Where"
},
{
"cve": "CVE-2025-15467",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2026-01-16T14:21:50.710000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430376"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. A remote attacker can exploit a stack buffer overflow vulnerability by supplying a crafted Cryptographic Message Syntax (CMS) message with an oversized Initialization Vector (IV) when parsing AuthEnvelopedData structures that use Authenticated Encryption with Associated Data (AEAD) ciphers such as AES-GCM. This can lead to a crash, causing a Denial of Service (DoS), or potentially allow for remote code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: OpenSSL: Remote code execution or Denial of Service via oversized Initialization Vector in CMS parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products. On Red Hat Enterprise Linux, OpenSSL is built with stack protections enabled which mitigate the risk of code execution though a denial-of-service condition remains possible. This vulnerability only affects applications and services that parse untrusted CMS or PKCS#7 content using AEAD ciphers, such as Kerberos using the PKINIT plugin. OpenSSL versions 1.1.1 and 1.0.2 are not affected by this issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15467"
},
{
"category": "external",
"summary": "RHBZ#2430376",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430376"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15467",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15467"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15467",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15467"
}
],
"release_date": "2026-01-27T14:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"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:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openssl: OpenSSL: Remote code execution or Denial of Service via oversized Initialization Vector in CMS parsing"
},
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-47906",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"discovery_date": "2025-09-18T19:00:47.541046+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396546"
}
],
"notes": [
{
"category": "description",
"text": "A path handling flaw has been discovered in the os/exec go package. If the PATH environment variable contains paths which are executables (rather than just directories), passing certain strings to LookPath (\"\", \".\", and \"..\"), can result in the binaries listed in the PATH being unexpectedly returned.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "os/exec: Unexpected paths returned from LookPath in os/exec",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47906"
},
{
"category": "external",
"summary": "RHBZ#2396546",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396546"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47906",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47906"
},
{
"category": "external",
"summary": "https://go.dev/cl/691775",
"url": "https://go.dev/cl/691775"
},
{
"category": "external",
"summary": "https://go.dev/issue/74466",
"url": "https://go.dev/issue/74466"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3956",
"url": "https://pkg.go.dev/vuln/GO-2025-3956"
}
],
"release_date": "2025-09-18T18:41:11.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "os/exec: Unexpected paths returned from LookPath in os/exec"
},
{
"cve": "CVE-2025-52565",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.653000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404708"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. CVE-2025-52565 is very similar in concept and application toCVE-2025-31133, except that it exploits a flaw in /dev/console\nbind-mounts. When creating the /dev/console bind-mount (to /dev/pts/$n), if an attacker replaces /dev/pts/$n with a symlink then runc will bind-mount the symlink target over /dev/console.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: container escape with malicious config due to /dev/console mount and related races",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52565"
},
{
"category": "external",
"summary": "RHBZ#2404708",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404708"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52565"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52565",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52565"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-qw9x-cqr3-wc7r",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-qw9x-cqr3-wc7r"
}
],
"release_date": "2025-11-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using user namespaces, with the host root user not mapped into the container\u0027s namespace. procfs file permissions are managed using Unix DAC and thus user namespaces stop a container process from being able to write to them.\n* Not running as a root user in the container (this includes disabling setuid binaries with noNewPrivileges). As above, procfs file permissions are managed using Unix DAC and thus non-root users cannot write to them.\n* The default SELinux policy should mitigate this issue, as the /dev/console bind-mount does not re-label the mount and so the container process should not be able to write to unsafe procfs files. However, CVE-2025-52881 allows an attacker to bypass LSM labels, and so this mitigation is not helpful when considered in combination with CVE-2025-52881.\n* The default AppArmor profile used by most runtimes will NOT help mitigate this issue, as /dev/console access is permitted. You could create a custom profile that blocks access to /dev/console, but such a profile might break regular containers. In addition, CVE-2025-52881 allows an attacker to bypass LSM labels, and so that mitigation is not helpful when considered in combination with CVE-2025-52881.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: container escape with malicious config due to /dev/console mount and related races"
},
{
"cve": "CVE-2025-53905",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-07-15T21:01:19.770241+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2380362"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw was found in Vim. Successful exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim path traversial",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-53905"
},
{
"category": "external",
"summary": "RHBZ#2380362",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380362"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-53905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53905"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-53905",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-53905"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/87757c6b0a4b2c1f71c72ea8e1438b8fb116b239",
"url": "https://github.com/vim/vim/commit/87757c6b0a4b2c1f71c72ea8e1438b8fb116b239"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-74v4-f3x9-ppvr",
"url": "https://github.com/vim/vim/security/advisories/GHSA-74v4-f3x9-ppvr"
}
],
"release_date": "2025-07-15T20:48:34.764000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim path traversial"
},
{
"cve": "CVE-2025-53906",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-07-15T21:01:15.057182+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2380360"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw was found in Vim. Successful exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim path traversal",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-53906"
},
{
"category": "external",
"summary": "RHBZ#2380360",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380360"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-53906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53906"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-53906",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-53906"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/586294a04179d855c3d1d4ee5ea83931963680b8",
"url": "https://github.com/vim/vim/commit/586294a04179d855c3d1d4ee5ea83931963680b8"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-r2fw-9cw4-mj86",
"url": "https://github.com/vim/vim/security/advisories/GHSA-r2fw-9cw4-mj86"
}
],
"release_date": "2025-07-15T20:52:40.137000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim path traversal"
},
{
"cve": "CVE-2025-59375",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-15T03:00:59.775098+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2395108"
}
],
"notes": [
{
"category": "description",
"text": "A memory amplification vulnerability in libexpat allows attackers to trigger excessive dynamic memory allocations by submitting specially crafted XML input. A small input (~250 KiB) can cause the parser to allocate hundreds of megabytes, leading to denial-of-service (DoS) through memory exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is Important rather than Critical because, while it allows for significant resource exhaustion leading to denial-of-service (DoS), it does not enable arbitrary code execution, data leakage, or privilege escalation. The vulnerability stems from an uncontrolled memory amplification behavior in libexpat\u2019s parser, where a relatively small XML payload can cause disproportionately large heap allocations. However, the flaw is limited in scope to service disruption and requires the attacker to submit a crafted XML document\u2014something that can be mitigated with proper input validation and memory usage limits. Therefore, while the exploitability is high, the impact is confined to availability, not confidentiality or integrity, making it a high-severity but not critical flaw.\n\nIn Firefox and Thunderbird, where libexpat is a transitive userspace dependency, exploitation usually just crashes the application (app-level DoS), so it is classify as Moderate instead of Important.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59375"
},
{
"category": "external",
"summary": "RHBZ#2395108",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395108"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59375"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59375",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59375"
},
{
"category": "external",
"summary": "https://github.com/libexpat/libexpat/blob/676a4c531ec768732fac215da9730b5f50fbd2bf/expat/Changes#L45-L74",
"url": "https://github.com/libexpat/libexpat/blob/676a4c531ec768732fac215da9730b5f50fbd2bf/expat/Changes#L45-L74"
},
{
"category": "external",
"summary": "https://github.com/libexpat/libexpat/issues/1018",
"url": "https://github.com/libexpat/libexpat/issues/1018"
},
{
"category": "external",
"summary": "https://github.com/libexpat/libexpat/pull/1034",
"url": "https://github.com/libexpat/libexpat/pull/1034"
},
{
"category": "external",
"summary": "https://issues.oss-fuzz.com/issues/439133977",
"url": "https://issues.oss-fuzz.com/issues/439133977"
}
],
"release_date": "2025-09-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "To mitigate the issue, limit XML input size and complexity before parsing, and avoid accepting compressed or deeply nested XML. Use OS-level resource controls (like ulimit or setrlimit()) to cap memory usage, or run the parser in a sandboxed or isolated process with strict memory and CPU limits. This helps prevent denial-of-service by containing excessive resource consumption.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing"
},
{
"cve": "CVE-2025-59425",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2025-09-22T06:45:41.577000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2397234"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in vLLM\u2019s API token authentication logic, where token comparisons were not performed in constant time. This weakness could allow an attacker to exploit timing differences to guess valid tokens and bypass authentication.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: Timing Attack in vLLM API Token Verification Leading to Authentication Bypass",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The RedHat security team has rated the severity of this issue as Important. The vulnerability is remotely exploitable without authentication or user interaction and can result in authentication bypass. The root cause was the use of a non-constant-time string comparison, which leaked timing information. Successful exploitation could lead to unauthorized access to APIs and sensitive resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59425"
},
{
"category": "external",
"summary": "RHBZ#2397234",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2397234"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59425"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59425",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59425"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/ee10d7e6ff5875386c7f136ce8b5f525c8fcef48",
"url": "https://github.com/vllm-project/vllm/commit/ee10d7e6ff5875386c7f136ce8b5f525c8fcef48"
}
],
"release_date": "2025-10-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vllm: Timing Attack in vLLM API Token Verification Leading to Authentication Bypass"
},
{
"acknowledgments": [
{
"names": [
"keymoon",
"Ga_ryo",
"Isotr0py",
"DarkLight1337"
]
}
],
"cve": "CVE-2025-61620",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-10-06T05:59:34.077000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2401761"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the server implementation of vLLM, where the handling of Jinja templates does not properly validate user-supplied input through the chat_template and chat_template_kwargs parameters. When a specially crafted template is processed, it can trigger excessive looping or recursion inside the Jinja engine, consuming large amounts of CPU and memory. This can cause the server to become unresponsive or crash, resulting in a denial-of-service (DoS) condition for applications using vLLM.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: vLLM OpenAI-Compatible Server Resource Exhaustion via chat_template Parameters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Red Hat Product Security team has assessed the severity of this vulnerability as Moderate, as it requires authenticated access or the ability to supply templates to the vLLM server. Successful exploitation allows an attacker to exhaust system resources by submitting maliciously crafted Jinja templates that trigger excessive CPU and memory usage. The vulnerability\u2019s root cause is the lack of proper validation and sandboxing of user-supplied template data, which can lead to denial of service (DoS) conditions affecting the availability of services built on vLLM.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61620"
},
{
"category": "external",
"summary": "RHBZ#2401761",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2401761"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61620",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61620"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61620",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61620"
}
],
"release_date": "2025-10-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"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": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vllm: vLLM OpenAI-Compatible Server Resource Exhaustion via chat_template Parameters"
},
{
"cve": "CVE-2025-62164",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-11-21T02:01:11.280042+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2416282"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability in vLLM allows attackers to supply malicious serialized prompt-embedding tensors that are deserialized using torch.load() without validation. Due to PyTorch 2.8.0 disabling sparse-tensor integrity checks by default, a crafted tensor can bypass bounds checks and cause an out-of-bounds write during to_dense(), leading to a crash (DoS) and potentially remote code execution on the vLLM server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: VLLM deserialization vulnerability leading to DoS and potential RCE",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is considered important rather than moderate because it involves unsafe deserialization leading to memory corruption in a network-reachable, unauthenticated API path. Unlike typical moderate flaws that may only allow limited DoS or require specific conditions, this issue allows an attacker to supply a crafted sparse tensor that triggers an out-of-bounds memory write during PyTorch\u2019s to_dense() conversion. Memory corruption in a server process handling untrusted input significantly elevates security risk because it can lead not only to a reliable crash but also to potential remote code execution, enabling full compromise of the vLLM service. Additionally, the affected code path is part of the standard Completions API workflow, making the attack surface broadly exposed in real deployments. The combination of remote exploitability, unauthenticated access, memory corruption, and potential RCE clearly positions this issue above a moderate classification and into an important severity level.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62164"
},
{
"category": "external",
"summary": "RHBZ#2416282",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2416282"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62164",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62164"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62164",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62164"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b",
"url": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/27204",
"url": "https://github.com/vllm-project/vllm/pull/27204"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-mrw7-hf4f-83pf",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-mrw7-hf4f-83pf"
}
],
"release_date": "2025-11-21T01:18:38.803000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vllm: VLLM deserialization vulnerability leading to DoS and potential RCE"
},
{
"cve": "CVE-2025-62372",
"cwe": {
"id": "CWE-129",
"name": "Improper Validation of Array Index"
},
"discovery_date": "2025-11-21T02:00:57.180567+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2416280"
}
],
"notes": [
{
"category": "description",
"text": "A denial-of-service vulnerability in vLLM allows an attacker with API access to crash the engine by submitting multimodal embedding tensors that have the correct number of dimensions but an invalid internal shape. Because vLLM validates only the tensor\u2019s ndim and not the full expected shape, malformed embeddings trigger shape mismatches or validation failures during processing, causing the inference engine to terminate.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: vLLM vulnerable to DoS with incorrect shape of multimodal embedding inputs",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is rated Moderate rather than Important because its impact is strictly limited to availability and requires low but existing privileges to exploit. The issue arises from incomplete shape validation of multimodal embedding tensors, which can cause deterministic crashes in the inference engine, but it does not enable memory corruption, data leakage, integrity compromise, or execution of arbitrary code. Exploitation requires an authenticated or API-key-holding user to submit malformed multimodal inputs, meaning it cannot be triggered by an unauthenticated attacker on an exposed endpoint. Additionally, the failure mode is a clean crash rather than undefined behavior, so the blast radius is constrained to service interruption rather than broader systemic compromise. These factors\u2014PR:L requirement, no confidentiality/integrity impact, deterministic failure mode, and scoped DoS only\u2014technically align the issue with Moderate severity instead of an Important flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62372"
},
{
"category": "external",
"summary": "RHBZ#2416280",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2416280"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62372"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62372",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62372"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b",
"url": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/27204",
"url": "https://github.com/vllm-project/vllm/pull/27204"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/6613",
"url": "https://github.com/vllm-project/vllm/pull/6613"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-pmqf-x6x8-p7qw",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-pmqf-x6x8-p7qw"
}
],
"release_date": "2025-11-21T01:22:37.121000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"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": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vllm: vLLM vulnerable to DoS with incorrect shape of multimodal embedding inputs"
},
{
"cve": "CVE-2025-62426",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-11-21T02:00:49.606988+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2416278"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability in vLLM allows an authenticated user to trigger unintended tokenization during chat template processing by supplying crafted chat_template_kwargs to the /v1/chat/completions or /tokenize endpoints. By forcing the server to tokenize very large inputs, an attacker can block the API server\u2019s event loop for extended periods, causing a denial of service and delaying all other requests.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: vLLM vulnerable to DoS via large Chat Completion or Tokenization requests with specially crafted `chat_template_kwargs`",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The flaw is limited to a denial-of-service vector that requires an authenticated user and relies on abusing an optional, non-security-critical parameter (chat_template_kwargs) to force unexpected tokenization during template application, which is computationally expensive but not indicative of data corruption, privilege escalation, or code execution. The attacker cannot break isolation boundaries or execute arbitrary logic\u2014they can only cause the server\u2019s event loop to stall through large crafted inputs, and only if they already have access to the vLLM API. Moreover, the DoS condition is resource-intensive, depends heavily on model size and server configuration, and does not persist once the malicious request completes. Because the impact is bounded to temporary availability degradation without confidentiality or integrity loss, and because exploitation requires legitimate API access and large payloads, this issue aligns with a Moderate severity rather than an Important/High flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62426"
},
{
"category": "external",
"summary": "RHBZ#2416278",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2416278"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62426",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62426"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62426",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62426"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/blob/2a6dc67eb520ddb9c4138d8b35ed6fe6226997fb/vllm/entrypoints/chat_utils.py#L1602-L1610",
"url": "https://github.com/vllm-project/vllm/blob/2a6dc67eb520ddb9c4138d8b35ed6fe6226997fb/vllm/entrypoints/chat_utils.py#L1602-L1610"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/blob/2a6dc67eb520ddb9c4138d8b35ed6fe6226997fb/vllm/entrypoints/openai/serving_engine.py#L809-L814",
"url": "https://github.com/vllm-project/vllm/blob/2a6dc67eb520ddb9c4138d8b35ed6fe6226997fb/vllm/entrypoints/openai/serving_engine.py#L809-L814"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/3ada34f9cb4d1af763fdfa3b481862a93eb6bd2b",
"url": "https://github.com/vllm-project/vllm/commit/3ada34f9cb4d1af763fdfa3b481862a93eb6bd2b"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/27205",
"url": "https://github.com/vllm-project/vllm/pull/27205"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-69j4-grxj-j64p",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-69j4-grxj-j64p"
}
],
"release_date": "2025-11-21T01:21:29.546000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"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": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vllm: vLLM vulnerable to DoS via large Chat Completion or Tokenization requests with specially crafted `chat_template_kwargs`"
},
{
"cve": "CVE-2025-62593",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2025-11-26T23:01:25.307125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417394"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Ray\u2019s HTTP API endpoint handling (e.g. /api/jobs, /api/job_agent/jobs/), which allows a remote attacker to trigger arbitrary code execution when a developer using Ray visits a malicious website in a vulnerable browser (e.g. Firefox or Safari). The root cause is an insufficient defense relying solely on the User-Agent header starting with \u201cMozilla\u201d, which can be manipulated under the fetch specification \u2014 enabling a DNS-rebinding attack to bypass browser-based protections.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ray: Ray is vulnerable to RCE via Safari \u0026 Firefox Browsers through DNS Rebinding Attack",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat has chosen to keep this as Important instead of Critical severity because the successful exploitation of this vulnerability requires user interaction in conjunction with a DNS rebinding attack.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62593"
},
{
"category": "external",
"summary": "RHBZ#2417394",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417394"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62593",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62593"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62593",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62593"
},
{
"category": "external",
"summary": "https://github.com/ray-project/ray/commit/70e7c72780bdec075dba6cad1afe0832772bfe09",
"url": "https://github.com/ray-project/ray/commit/70e7c72780bdec075dba6cad1afe0832772bfe09"
},
{
"category": "external",
"summary": "https://github.com/ray-project/ray/security/advisories/GHSA-q279-jhrf-cc6v",
"url": "https://github.com/ray-project/ray/security/advisories/GHSA-q279-jhrf-cc6v"
}
],
"release_date": "2025-11-26T22:28:28.577000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ray: Ray is vulnerable to RCE via Safari \u0026 Firefox Browsers through DNS Rebinding Attack"
},
{
"cve": "CVE-2025-62727",
"cwe": {
"id": "CWE-407",
"name": "Inefficient Algorithmic Complexity"
},
"discovery_date": "2025-10-28T21:01:03.833849+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2406929"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service vulnerability has been discovered in the python Starlette framework. an unauthenticated attacker can send a crafted HTTP Range header that triggers quadratic-time processing in Starlette\u0027s FileResponse Range parsing/merging logic. This induces CPU exhaustion per request, causing a denial\u2011of\u2011service for endpoints serving files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "starlette: Starlette DoS via Range header merging",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62727"
},
{
"category": "external",
"summary": "RHBZ#2406929",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2406929"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62727"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62727",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62727"
},
{
"category": "external",
"summary": "https://github.com/Kludex/starlette/commit/4ea6e22b489ec388d6004cfbca52dd5b147127c5",
"url": "https://github.com/Kludex/starlette/commit/4ea6e22b489ec388d6004cfbca52dd5b147127c5"
},
{
"category": "external",
"summary": "https://github.com/Kludex/starlette/security/advisories/GHSA-7f5h-v6xp-fcq8",
"url": "https://github.com/Kludex/starlette/security/advisories/GHSA-7f5h-v6xp-fcq8"
}
],
"release_date": "2025-10-28T20:14:53.655000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "starlette: Starlette DoS via Range header merging"
},
{
"cve": "CVE-2025-66418",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-05T17:01:20.277857+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419455"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3 Python library that could lead to a Denial of Service condition. A remote, malicious server can exploit this flaw by responding to a client request with an HTTP message that uses an excessive number of chained compression algorithms. This unlimited decompression chain causes the client system to consume a virtually unbounded amount of CPU resources and memory. The high resource usage leads to service disruption, making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "RHBZ#2419455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66418"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8",
"url": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53"
}
],
"release_date": "2025-12-05T16:02:15.271000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion"
},
{
"cve": "CVE-2025-66448",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2025-12-01T23:01:07.198041+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418152"
}
],
"notes": [
{
"category": "description",
"text": "A remote code execution vulnerability has been identified in vLLM. An attacker can exploit a weakness in the model loading process to silently fetch and run unauthorized, malicious Python code on the host system. This happens because the engine mistakenly executes code from a remote repository referenced in a model\u0027s configuration, even when explicit security measures are set to prevent it.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: vLLM: Remote Code Execution via malicious model configuration",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat because vLLM, when deployed in a Red Hat environment, is susceptible to remote code execution. An attacker can craft a malicious model configuration that, when loaded, fetches and executes arbitrary Python code from a remote repository, even if `trust_remote_code` is explicitly set to `False`.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66448"
},
{
"category": "external",
"summary": "RHBZ#2418152",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418152"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66448",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66448"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66448",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66448"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/ffb08379d8870a1a81ba82b72797f196838d0c86",
"url": "https://github.com/vllm-project/vllm/commit/ffb08379d8870a1a81ba82b72797f196838d0c86"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/28126",
"url": "https://github.com/vllm-project/vllm/pull/28126"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-8fr4-5q9j-m8gm",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-8fr4-5q9j-m8gm"
}
],
"release_date": "2025-12-01T22:45:42.566000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vllm: vLLM: Remote Code Execution via malicious model configuration"
},
{
"cve": "CVE-2025-66471",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2025-12-05T17:02:21.597728+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419467"
}
],
"notes": [
{
"category": "description",
"text": "A decompression handling flaw has been discovered in urllib3. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data; CWE-409) on the client side, even if the application only requested a small chunk of data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 Streaming API improperly handles highly compressed data",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "RHBZ#2419467",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419467"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66471"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7",
"url": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37"
}
],
"release_date": "2025-12-05T16:06:08.531000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 Streaming API improperly handles highly compressed data"
},
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
},
{
"cve": "CVE-2025-69223",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-06T20:01:19.831548+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427456"
}
],
"notes": [
{
"category": "description",
"text": "A decompression based denial of service flaw has been discovered in the AIOHTTP python library. Library versions 3.13.2 and below allow a zip bomb to be used to execute a DoS against the AIOHTTP server. An attacker may be able to send a compressed request that when decompressed by AIOHTTP could exhaust the host\u0027s memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aiohttp: AIOHTTP\u0027s HTTP Parser auto_decompress feature is vulnerable to zip bomb",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69223"
},
{
"category": "external",
"summary": "RHBZ#2427456",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427456"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69223",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69223"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69223",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69223"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/commit/2b920c39002cee0ec5b402581779bbaaf7c9138a",
"url": "https://github.com/aio-libs/aiohttp/commit/2b920c39002cee0ec5b402581779bbaaf7c9138a"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-6mq8-rvhq-8wgg",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-6mq8-rvhq-8wgg"
}
],
"release_date": "2026-01-05T22:00:17.715000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "aiohttp: AIOHTTP\u0027s HTTP Parser auto_decompress feature is vulnerable to zip bomb"
},
{
"cve": "CVE-2026-0994",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2026-01-23T16:02:59.235878+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2432398"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in protobuf. A remote attacker can exploit this denial-of-service (DoS) vulnerability by supplying deeply nested `google.protobuf.Any` messages to the `google.protobuf.json_format.ParseDict()` function. This bypasses the intended recursion depth limit, leading to the exhaustion of Python\u2019s recursion stack and causing a `RecursionError`, which results in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: protobuf: Protobuf: Denial of Service due to recursion depth bypass",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products. The flaw in `protobuf` allows a remote attacker to trigger a denial-of-service by providing specially crafted, deeply nested `google.protobuf.Any` messages to the `google.protobuf.json_format.ParseDict()` function. This bypasses the intended recursion depth limit, leading to resource exhaustion and application crashes.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-0994"
},
{
"category": "external",
"summary": "RHBZ#2432398",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2432398"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-0994",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0994"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-0994",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-0994"
},
{
"category": "external",
"summary": "https://github.com/protocolbuffers/protobuf/pull/25239",
"url": "https://github.com/protocolbuffers/protobuf/pull/25239"
}
],
"release_date": "2026-01-23T14:55:16.876000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: protobuf: Protobuf: Denial of Service due to recursion depth bypass"
},
{
"cve": "CVE-2026-21441",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-01-07T23:01:59.422078+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427726"
}
],
"notes": [
{
"category": "description",
"text": "urllib3 is an HTTP client library for Python. urllib3\u0027s streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. urllib3 can perform decoding or decompression based on the HTTP `Content-Encoding` header (e.g., `gzip`, `deflate`, `br`, or `zstd`). When using the streaming API, the library decompresses only the necessary bytes, enabling partial content consumption. Starting in version 1.22 and prior to version 2.6.3, for HTTP redirect responses, the library would read the entire response body to drain the connection and decompress the content unnecessarily. This decompression occurred even before any read methods were called, and configured read limits did not restrict the amount of decompressed data. As a result, there was no safeguard against decompression bombs. A malicious server could exploit this to trigger excessive resource consumption on the client. Applications and libraries are affected when they stream content from untrusted sources by setting `preload_content=False` when they do not disable redirects. Users should upgrade to at least urllib3 v2.6.3, in which the library does not decode content of redirect responses when `preload_content=False`. If upgrading is not immediately possible, disable redirects by setting `redirect=False` for requests to untrusted source.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "RHBZ#2427726",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427726"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b",
"url": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99"
}
],
"release_date": "2026-01-07T22:09:01.936000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)"
},
{
"cve": "CVE-2026-22773",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-10T07:01:22.641229+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2428443"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in vLLM, an inference and serving engine for large language models (LLMs). A remote attacker can exploit this vulnerability by sending a specially crafted 1x1 pixel image to a vLLM engine serving multimodal models that use the Idefics3 vision model implementation. This leads to a tensor dimension mismatch, causing an unhandled runtime error and resulting in complete server termination, effectively a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: vLLM: Denial of Service via specially crafted image in multimodal model serving",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat products. A remote attacker can trigger a denial of service in vLLM engines serving multimodal models that use the Idefics3 vision model by sending a specially crafted image, leading to complete server termination. This affects Red Hat AI Inference Server and Red Hat OpenShift AI (RHOAI) when configured with the vulnerable vLLM versions.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22773"
},
{
"category": "external",
"summary": "RHBZ#2428443",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2428443"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22773",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22773"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22773",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22773"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-grg2-63fw-f2qr",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-grg2-63fw-f2qr"
}
],
"release_date": "2026-01-10T06:39:02.276000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"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": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vllm: vLLM: Denial of Service via specially crafted image in multimodal model serving"
},
{
"cve": "CVE-2026-22778",
"cwe": {
"id": "CWE-209",
"name": "Generation of Error Message Containing Sensitive Information"
},
"discovery_date": "2026-02-03T00:01:43.512265+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2436113"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in vLLM, an inference and serving engine for large language models (LLMs). A remote attacker can exploit this vulnerability by sending a specially crafted video URL to vLLM\u0027s multimodal endpoint. This action causes vLLM to leak a heap memory address, significantly reducing the effectiveness of Address Space Layout Randomization (ASLR). This information disclosure can then be chained with a heap overflow vulnerability to achieve remote code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vLLM: vLLM: Remote code execution via invalid image processing in the multimodal endpoint.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Critical rather than Important because it allows unauthenticated remote code execution without requiring user interaction, ultimately leading to full compromise of the affected system. An attacker can provide a malicious video URL to a vulnerable vLLM inference endpoint, which causes the service to automatically retrieve and process attacker-controlled media content. During decoding, a heap overflow is triggered in the underlying video processing stack, enabling corruption of heap memory and potential overwriting of control structures to execute arbitrary commands on the host. In addition, an information disclosure condition can leak memory addresses, significantly weakening ASLR protections and making exploitation more reliable when combined with the heap overflow. Successful exploitation compromises the confidentiality, integrity, and availability of the system and can impact deployments such as Red Hat AI Inference Server, Red Hat Enterprise Linux AI, and Red Hat OpenShift AI, thereby meeting Red Hat\u2019s criteria for Critical severity rather than Important impact.\n\nThe vLLM vulnerability depends on CVE-2025-9951, as processing attacker-controlled media can trigger the JPEG2000 decoder heap overflow, which can then be exploited within the vLLM video handling pipeline to cause memory corruption and potentially achieve remote code execution.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22778"
},
{
"category": "external",
"summary": "RHBZ#2436113",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436113"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22778",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22778"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22778",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22778"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/31987",
"url": "https://github.com/vllm-project/vllm/pull/31987"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/32319",
"url": "https://github.com/vllm-project/vllm/pull/32319"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/releases/tag/v0.14.1",
"url": "https://github.com/vllm-project/vllm/releases/tag/v0.14.1"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-4r2x-xpjr-7cvv",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-4r2x-xpjr-7cvv"
}
],
"release_date": "2026-02-02T21:09:53.265000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"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:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Critical"
}
],
"title": "vLLM: vLLM: Remote code execution via invalid image processing in the multimodal endpoint."
},
{
"cve": "CVE-2026-22807",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-01-21T22:00:55.823882+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431865"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in vLLM, an inference and serving engine for large language models (LLMs). This vulnerability allows a remote attacker to achieve arbitrary code execution on the vLLM host during model loading. This occurs because vLLM loads Hugging Face `auto_map` dynamic modules without properly validating the `trust_remote_code` setting. By influencing the model repository or path, an attacker can execute malicious Python code at server startup, even before any API requests are handled.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vLLM: vLLM: Arbitrary code execution via untrusted model loading",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as vLLM, an inference and serving engine for large language models, is vulnerable to arbitrary code execution. An attacker influencing the model repository or path can execute malicious Python code during server startup, affecting vLLM versions 0.10.1 through 0.13.x.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22807"
},
{
"category": "external",
"summary": "RHBZ#2431865",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431865"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22807",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22807"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22807",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22807"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/78d13ea9de4b1ce5e4d8a5af9738fea71fb024e5",
"url": "https://github.com/vllm-project/vllm/commit/78d13ea9de4b1ce5e4d8a5af9738fea71fb024e5"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/32194",
"url": "https://github.com/vllm-project/vllm/pull/32194"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/releases/tag/v0.14.0",
"url": "https://github.com/vllm-project/vllm/releases/tag/v0.14.0"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-2pc9-4j83-qjmr",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-2pc9-4j83-qjmr"
}
],
"release_date": "2026-01-21T21:13:11.894000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "To mitigate this issue, ensure that vLLM instances are configured to load models only from trusted and verified repositories. Restrict access to the model repository path to prevent unauthorized modification or introduction of malicious code. Implement strict access controls and integrity checks for all model sources.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vLLM: vLLM: Arbitrary code execution via untrusted model loading"
},
{
"cve": "CVE-2026-24049",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-01-22T05:00:54.709179+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431959"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw has been discovered in the python wheel too. The unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the filename from the archive header for the chmod operation, even though the extraction process itself might have sanitized the path. Attackers can craft a malicious wheel file that, when unpacked, changes the permissions of critical system files (e.g., /etc/passwd, SSH keys, config files), allowing for Privilege Escalation or arbitrary code execution by modifying now-writable scripts.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "RHBZ#2431959",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431959"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24049"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef",
"url": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/releases/tag/0.46.2",
"url": "https://github.com/pypa/wheel/releases/tag/0.46.2"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx",
"url": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx"
}
],
"release_date": "2026-01-22T04:02:08.706000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking"
},
{
"cve": "CVE-2026-24486",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-01-27T01:00:58.032530+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2433132"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python-Multipart, a tool for parsing multipart form data in Python applications. This vulnerability, known as path traversal, allows a remote attacker to write uploaded files to any location on the server\u0027s file system. This exploitation occurs when specific non-default configuration options, `UPLOAD_DIR` and `UPLOAD_KEEP_FILENAME=True`, are enabled, and a malicious filename is provided during a file upload. The primary consequence is unauthorized file creation or modification, which could lead to system compromise.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-multipart: Python-Multipart: Arbitrary file write via path traversal vulnerability",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24486"
},
{
"category": "external",
"summary": "RHBZ#2433132",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2433132"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24486",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24486"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24486",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24486"
},
{
"category": "external",
"summary": "https://github.com/Kludex/python-multipart/commit/9433f4bbc9652bdde82bbe380984e32f8cfc89c4",
"url": "https://github.com/Kludex/python-multipart/commit/9433f4bbc9652bdde82bbe380984e32f8cfc89c4"
},
{
"category": "external",
"summary": "https://github.com/Kludex/python-multipart/releases/tag/0.0.22",
"url": "https://github.com/Kludex/python-multipart/releases/tag/0.0.22"
},
{
"category": "external",
"summary": "https://github.com/Kludex/python-multipart/security/advisories/GHSA-wp53-j4wj-2cfg",
"url": "https://github.com/Kludex/python-multipart/security/advisories/GHSA-wp53-j4wj-2cfg"
}
],
"release_date": "2026-01-27T00:34:06.229000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, avoid enabling the `UPLOAD_KEEP_FILENAME=True` configuration option in applications using `python-multipart`. This option, when used with `UPLOAD_DIR`, allows an attacker to write files to arbitrary locations. Disabling or not configuring `UPLOAD_KEEP_FILENAME=True` prevents the path traversal vulnerability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-multipart: Python-Multipart: Arbitrary file write via path traversal vulnerability"
},
{
"cve": "CVE-2026-24779",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2026-01-27T23:00:53.998772+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2433624"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in vLLM, an inference and serving engine for large language models (LLMs). A Server-Side Request Forgery (SSRF) vulnerability exists in the MediaConnector class, specifically within the load_from_url and load_from_url_async methods. An attacker can exploit differing interpretations of backslashes by Python parsing libraries used for host restrictions to bypass these restrictions. This allows the attacker to force the vLLM server to make arbitrary requests to internal network resources, potentially leading to information disclosure, denial of service, or unauthorized access within containerized environments.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vLLM: vLLM: Server-Side Request Forgery allows internal network access",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This IMPORTANT Server-Side Request Forgery (SSRF) vulnerability in vLLM\u0027s `MediaConnector` allows an attacker to bypass host restrictions when processing user-provided URLs. This enables the vLLM server to be coerced into making arbitrary requests to internal network resources. This is critical in containerized deployments, including Red Hat AI Inference Server, Red Hat Enterprise Linux AI, and Red Hat OpenShift AI, where it could facilitate internal network reconnaissance and unauthorized access to other services.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24779"
},
{
"category": "external",
"summary": "RHBZ#2433624",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2433624"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24779",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24779"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24779",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24779"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/f46d576c54fb8aeec5fc70560e850bed38ef17d7",
"url": "https://github.com/vllm-project/vllm/commit/f46d576c54fb8aeec5fc70560e850bed38ef17d7"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/32746",
"url": "https://github.com/vllm-project/vllm/pull/32746"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-qh4c-xf7m-gxfc",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-qh4c-xf7m-gxfc"
}
],
"release_date": "2026-01-27T22:01:13.808000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "To mitigate this issue, restrict network access to the vLLM service to only trusted clients. Implement strict network segmentation for vLLM pods in containerized environments to limit potential lateral movement. Ensure that vLLM instances are not exposed to untrusted external networks without proper access controls and input validation at the perimeter.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vLLM: vLLM: Server-Side Request Forgery allows internal network access"
},
{
"cve": "CVE-2026-25990",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-02-11T21:05:39.535631+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439170"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "RHBZ#2439170",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439170"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25990"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa",
"url": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc"
}
],
"release_date": "2026-02-11T20:53:52.524000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:54:46+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3461",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3461"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:dcb9d1cd005c40b6db6f893e56419e383b9dcc0d38315605cb1457e2af5354f7_amd64",
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:fa844e16d06e871f1a5dbc2fd5b3882d28112eee8d6bee601d94c96295c5e24f_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image"
}
]
}
RHSA-2026:3462
Vulnerability from csaf_redhat - Published: 2026-02-27 14:55 - Updated: 2026-03-18 20:46Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Critical"
},
"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 AI Inference Server 3.2.2 (ROCm) is now available.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat\u00ae AI Inference Server",
"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-2026:3462",
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-48022",
"url": "https://access.redhat.com/security/cve/CVE-2023-48022"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-52355",
"url": "https://access.redhat.com/security/cve/CVE-2023-52355"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2023-52356",
"url": "https://access.redhat.com/security/cve/CVE-2023-52356"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-56433",
"url": "https://access.redhat.com/security/cve/CVE-2024-56433"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-15467",
"url": "https://access.redhat.com/security/cve/CVE-2025-15467"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22868",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22869",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47906",
"url": "https://access.redhat.com/security/cve/CVE-2025-47906"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-52565",
"url": "https://access.redhat.com/security/cve/CVE-2025-52565"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-5318",
"url": "https://access.redhat.com/security/cve/CVE-2025-5318"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-53905",
"url": "https://access.redhat.com/security/cve/CVE-2025-53905"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-53906",
"url": "https://access.redhat.com/security/cve/CVE-2025-53906"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-59375",
"url": "https://access.redhat.com/security/cve/CVE-2025-59375"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-59425",
"url": "https://access.redhat.com/security/cve/CVE-2025-59425"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61620",
"url": "https://access.redhat.com/security/cve/CVE-2025-61620"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62164",
"url": "https://access.redhat.com/security/cve/CVE-2025-62164"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62372",
"url": "https://access.redhat.com/security/cve/CVE-2025-62372"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-6242",
"url": "https://access.redhat.com/security/cve/CVE-2025-6242"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62426",
"url": "https://access.redhat.com/security/cve/CVE-2025-62426"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62593",
"url": "https://access.redhat.com/security/cve/CVE-2025-62593"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62727",
"url": "https://access.redhat.com/security/cve/CVE-2025-62727"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66418",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66448",
"url": "https://access.redhat.com/security/cve/CVE-2025-66448"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66471",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69223",
"url": "https://access.redhat.com/security/cve/CVE-2025-69223"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-6965",
"url": "https://access.redhat.com/security/cve/CVE-2025-6965"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-8176",
"url": "https://access.redhat.com/security/cve/CVE-2025-8176"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9230",
"url": "https://access.redhat.com/security/cve/CVE-2025-9230"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9714",
"url": "https://access.redhat.com/security/cve/CVE-2025-9714"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9900",
"url": "https://access.redhat.com/security/cve/CVE-2025-9900"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-0994",
"url": "https://access.redhat.com/security/cve/CVE-2026-0994"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-21441",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22773",
"url": "https://access.redhat.com/security/cve/CVE-2026-22773"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22778",
"url": "https://access.redhat.com/security/cve/CVE-2026-22778"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22807",
"url": "https://access.redhat.com/security/cve/CVE-2026-22807"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24049",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24486",
"url": "https://access.redhat.com/security/cve/CVE-2026-24486"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24779",
"url": "https://access.redhat.com/security/cve/CVE-2026-24779"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25990",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://www.redhat.com/en/products/ai/inference-server",
"url": "https://www.redhat.com/en/products/ai/inference-server"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_3462.json"
}
],
"title": "Red Hat Security Advisory: Red Hat AI Inference Server 3.2.2 (ROCm)",
"tracking": {
"current_release_date": "2026-03-18T20:46:35+00:00",
"generator": {
"date": "2026-03-18T20:46:35+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2026:3462",
"initial_release_date": "2026-02-27T14:55:49+00:00",
"revision_history": [
{
"date": "2026-02-27T14:55:49+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-27T14:55:54+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T20:46:35+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat AI Inference Server 3.2",
"product": {
"name": "Red Hat AI Inference Server 3.2",
"product_id": "Red Hat AI Inference Server 3.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ai_inference_server:3.2::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat AI Inference Server"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64",
"product": {
"name": "registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64",
"product_id": "registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/vllm-rocm-rhel9@sha256%3A53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a?arch=amd64\u0026repository_url=registry.redhat.io/rhaiis\u0026tag=1772160625"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64 as a component of Red Hat AI Inference Server 3.2",
"product_id": "Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
},
"product_reference": "registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64",
"relates_to_product_reference": "Red Hat AI Inference Server 3.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-48022",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2025-08-07T17:35:20.588000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ray. The job submission API allows a remote attacker to execute arbitrary code due to insufficient input validation. An unauthenticated attacker can trigger this vulnerability by sending a malicious job submission request. Successful exploitation results in arbitrary code execution on the affected Ray cluster.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ray: Ray Job Submission Arbitrary Code Execution",
"title": "Vulnerability summary"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-48022"
},
{
"category": "external",
"summary": "RHBZ#2387122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-48022",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48022"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-48022",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-48022"
}
],
"release_date": "2025-08-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ray: Ray Job Submission Arbitrary Code Execution"
},
{
"cve": "CVE-2023-52355",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2023-11-24T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2251326"
}
],
"notes": [
{
"category": "description",
"text": "An out-of-memory flaw was found in libtiff that could be triggered by passing a crafted tiff file to the TIFFRasterScanlineSize64() API. This flaw allows a remote attacker to cause a denial of service via a crafted input with a size smaller than 379 KB.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libtiff: TIFFRasterScanlineSize64 produce too-big size and could cause OOM",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The identified out-of-memory vulnerability in libtiff, triggered by a crafted TIFF file passed to the TIFFRasterScanlineSize64() API, presents a moderate severity concern rather than a important one due to several factors. Primarily, the exploit requires the crafted input to be smaller than 379 KB, imposing a limitation on the potential impact and reducing the likelihood of successful exploitation in practical scenarios. Furthermore, the nature of the vulnerability is limited to denial-of-service attacks, which, although disruptive, do not inherently pose a direct risk of data compromise or system compromise. However, it\u0027s important to acknowledge that denial-of-service attacks can still have significant operational implications, particularly in environments reliant on continuous availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-52355"
},
{
"category": "external",
"summary": "RHBZ#2251326",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2251326"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-52355",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52355"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-52355",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52355"
},
{
"category": "external",
"summary": "https://gitlab.com/libtiff/libtiff/-/issues/621",
"url": "https://gitlab.com/libtiff/libtiff/-/issues/621"
}
],
"release_date": "2023-11-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libtiff: TIFFRasterScanlineSize64 produce too-big size and could cause OOM"
},
{
"cve": "CVE-2023-52356",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"discovery_date": "2023-11-24T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2251344"
}
],
"notes": [
{
"category": "description",
"text": "A segment fault (SEGV) flaw was found in libtiff that could be triggered by passing a crafted tiff file to the TIFFReadRGBATileExt() API. This flaw allows a remote attacker to cause a heap-buffer overflow, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libtiff: Segment fault in libtiff in TIFFReadRGBATileExt() leading to denial of service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The flaw allows an attacker to potentially cause a denial of service attack by crashing a program, but the impact is minimal.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-52356"
},
{
"category": "external",
"summary": "RHBZ#2251344",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2251344"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-52356",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52356"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-52356",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52356"
},
{
"category": "external",
"summary": "https://gitlab.com/libtiff/libtiff/-/issues/622",
"url": "https://gitlab.com/libtiff/libtiff/-/issues/622"
},
{
"category": "external",
"summary": "https://gitlab.com/libtiff/libtiff/-/merge_requests/546",
"url": "https://gitlab.com/libtiff/libtiff/-/merge_requests/546"
}
],
"release_date": "2023-11-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libtiff: Segment fault in libtiff in TIFFReadRGBATileExt() leading to denial of service"
},
{
"cve": "CVE-2024-56433",
"cwe": {
"id": "CWE-1188",
"name": "Initialization of a Resource with an Insecure Default"
},
"discovery_date": "2024-12-26T09:00:54.065197+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2334165"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in shadow-utils. Affected versions of shadow-utils establish a default /etc/subuid behavior, for example, uid 100000 through 165535 for the first user account, that can conflict with the uids of users defined on locally administered networks. This issue potentially leads to account takeover by leveraging newuidmap for access to an NFS home directory or same-host resources for remote logins by these local network users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "shadow-utils: Default subordinate ID configuration in /etc/login.defs could lead to compromise",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-56433"
},
{
"category": "external",
"summary": "RHBZ#2334165",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2334165"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-56433",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56433"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56433",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56433"
},
{
"category": "external",
"summary": "https://github.com/shadow-maint/shadow/blob/e2512d5741d4a44bdd81a8c2d0029b6222728cf0/etc/login.defs#L238-L241",
"url": "https://github.com/shadow-maint/shadow/blob/e2512d5741d4a44bdd81a8c2d0029b6222728cf0/etc/login.defs#L238-L241"
},
{
"category": "external",
"summary": "https://github.com/shadow-maint/shadow/issues/1157",
"url": "https://github.com/shadow-maint/shadow/issues/1157"
},
{
"category": "external",
"summary": "https://github.com/shadow-maint/shadow/releases/tag/4.4",
"url": "https://github.com/shadow-maint/shadow/releases/tag/4.4"
}
],
"release_date": "2024-12-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.6,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "shadow-utils: Default subordinate ID configuration in /etc/login.defs could lead to compromise"
},
{
"acknowledgments": [
{
"names": [
"Ronald Crane"
]
}
],
"cve": "CVE-2025-5318",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-05-29T06:48:59.169000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2369131"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the libssh library in versions less than 0.11.2. An out-of-bounds read can be triggered in the sftp_handle function due to an incorrect comparison check that permits the function to access memory beyond the valid handle list and to return an invalid pointer, which is used in further processing. This vulnerability allows an authenticated remote attacker to potentially read unintended memory regions, exposing sensitive information or affect service behavior.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libssh: out-of-bounds read in sftp_handle()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue requires an attacker with valid credentials to access a server, limiting the scope to legitimate users of the SFTP service. Due to this reason, this flaw has been rated with a Moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-5318"
},
{
"category": "external",
"summary": "RHBZ#2369131",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2369131"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-5318",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5318"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-5318",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-5318"
},
{
"category": "external",
"summary": "https://www.libssh.org/security/advisories/CVE-2025-5318.txt",
"url": "https://www.libssh.org/security/advisories/CVE-2025-5318.txt"
}
],
"release_date": "2025-06-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libssh: out-of-bounds read in sftp_handle()"
},
{
"cve": "CVE-2025-6242",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2025-06-18T15:26:47.633000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373716"
}
],
"notes": [
{
"category": "description",
"text": "A Server-Side Request Forgery (SSRF) vulnerability exists in the MediaConnector class within the vLLM project\u0027s multimodal feature set. The load_from_url and load_from_url_async methods fetch and process media from user-provided URLs without adequate restrictions on the target hosts. This allows an attacker to coerce the vLLM server into making arbitrary requests to internal network resources.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: Server Side request forgery (SSRF) in MediaConnector",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability has been rated as having the severity of Important by the Red Hat Product Security team as a successful exploitation by an attacker may lead to confidential data being leaked or a denial of service. Additionally the fact a unprivileged user can trigger this vulnerability through the network also contributes for the severity.\n\nThis vulnerability has its risk amplified on orchestrated environments as pods running the vLLM may eventually communicate with each other through internal cluster routing, including services that should not have been exposed to external networks. An attacker may leverage this flaw to interact with internal services, perform network reconnaissance or trigger a denial of service by leading other internal services to fail.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6242"
},
{
"category": "external",
"summary": "RHBZ#2373716",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373716"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6242"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6242",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6242"
}
],
"release_date": "2025-10-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vllm: Server Side request forgery (SSRF) in MediaConnector"
},
{
"cve": "CVE-2025-6965",
"cwe": {
"id": "CWE-197",
"name": "Numeric Truncation Error"
},
"discovery_date": "2025-07-15T14:02:19.241458+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2380149"
}
],
"notes": [
{
"category": "description",
"text": "A memory corruption flaw was found in SQLite. Under specific conditions a query can be generated where the number of aggregate terms could exceed the number of columns available. This issue could lead to memory corruption and subsequent unintended behavior.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "sqlite: Integer Truncation in SQLite",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in SQLite is categorized as Important rather than Critical because, although it involves memory corruption, the conditions required to trigger it are relatively constrained. The flaw arises when a query causes the number of aggregate terms to exceed internal limits, leading to potential buffer overflows or memory mismanagement. However, exploitation requires the ability to craft complex SQL queries and interact with the SQLite engine in a specific manner\u2014typically through direct SQL input. There is no known evidence of arbitrary code execution, privilege escalation, or remote exploitability as a direct result of this flaw. Additionally, most SQLite deployments are embedded in applications where input is tightly controlled or sanitized.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6965"
},
{
"category": "external",
"summary": "RHBZ#2380149",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380149"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6965"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6965",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6965"
},
{
"category": "external",
"summary": "https://www.oracle.com/security-alerts/cpujan2026.html#AppendixMSQL",
"url": "https://www.oracle.com/security-alerts/cpujan2026.html#AppendixMSQL"
},
{
"category": "external",
"summary": "https://www.sqlite.org/src/info/5508b56fd24016c13981ec280ecdd833007c9d8dd595edb295b984c2b487b5c8",
"url": "https://www.sqlite.org/src/info/5508b56fd24016c13981ec280ecdd833007c9d8dd595edb295b984c2b487b5c8"
}
],
"release_date": "2025-07-15T13:44:00.784000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "sqlite: Integer Truncation in SQLite"
},
{
"cve": "CVE-2025-8176",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2025-07-26T04:00:56.216434+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2383598"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libtiff. The `get_histogram` function in `file/tiffmedian.c` exhibits a use-after-free condition when processing a specially crafted file, allowing a local attacker to trigger memory corruption. This manipulation results in a use-after-free vulnerability, and can lead to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libtiff: LibTIFF Use-After-Free Vulnerability",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability has been rated Important because it involves a use-after-free flaw in the get_histogram function of LibTIFF\u2019s tiffmedian tool. Successful exploitation may allow a local attacker to execute arbitrary code or cause a denial of service, leading to loss of confidentiality, integrity, and availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-8176"
},
{
"category": "external",
"summary": "RHBZ#2383598",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2383598"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-8176",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8176"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-8176",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8176"
},
{
"category": "external",
"summary": "http://www.libtiff.org/",
"url": "http://www.libtiff.org/"
},
{
"category": "external",
"summary": "https://gitlab.com/libtiff/libtiff/-/commit/fe10872e53efba9cc36c66ac4ab3b41a839d5172",
"url": "https://gitlab.com/libtiff/libtiff/-/commit/fe10872e53efba9cc36c66ac4ab3b41a839d5172"
},
{
"category": "external",
"summary": "https://gitlab.com/libtiff/libtiff/-/issues/707",
"url": "https://gitlab.com/libtiff/libtiff/-/issues/707"
},
{
"category": "external",
"summary": "https://gitlab.com/libtiff/libtiff/-/merge_requests/727",
"url": "https://gitlab.com/libtiff/libtiff/-/merge_requests/727"
},
{
"category": "external",
"summary": "https://vuldb.com/?ctiid.317590",
"url": "https://vuldb.com/?ctiid.317590"
},
{
"category": "external",
"summary": "https://vuldb.com/?id.317590",
"url": "https://vuldb.com/?id.317590"
},
{
"category": "external",
"summary": "https://vuldb.com/?submit.621796",
"url": "https://vuldb.com/?submit.621796"
}
],
"release_date": "2025-07-26T03:32:08.851000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libtiff: LibTIFF Use-After-Free Vulnerability"
},
{
"cve": "CVE-2025-9230",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-09-17T12:15:34.387000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396054"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the OpenSSL CMS implementation (RFC 3211 KEK Unwrap). This vulnerability allows memory corruption, an application level denial of service, or potential execution of attacker-supplied code via crafted CMS messages using password-based encryption (PWRI).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: Out-of-bounds read \u0026 write in RFC 3211 KEK Unwrap",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability was rated as Moderate because, while the potential impact includes an application level denial of service and possible arbitrary code execution, successful exploitation is considered unlikely due to the high attack complexity and the fact that password-based CMS encryption (PWRI) is rarely used in real-world deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9230"
},
{
"category": "external",
"summary": "RHBZ#2396054",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396054"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9230",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9230"
}
],
"release_date": "2025-09-30T23:59:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: Out-of-bounds read \u0026 write in RFC 3211 KEK Unwrap"
},
{
"cve": "CVE-2025-9714",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2025-09-02T13:03:56.452000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2392605"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libxstl/libxml2. The \u0027exsltDynMapFunction\u0027 function in libexslt/dynamic.c does not contain a recursion depth check, which may cause an infinite loop via a specially crafted XSLT document while handling \u0027dyn:map()\u0027, leading to stack exhaustion and a local denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxslt: libxml2: Inifinite recursion at exsltDynMapFunction function in libexslt/dynamic.c",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "No evidence was found for arbitrary memory corruption through this flaw, limiting its impact to Availability only, and reducing its severity to Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9714"
},
{
"category": "external",
"summary": "RHBZ#2392605",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2392605"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9714"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9714",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9714"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxml2/-/commit/677a42645ef22b5a50741bad5facf9d8a8bc6d21",
"url": "https://gitlab.gnome.org/GNOME/libxml2/-/commit/677a42645ef22b5a50741bad5facf9d8a8bc6d21"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/148",
"url": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/148"
}
],
"release_date": "2025-09-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "The impact of this flaw may be reduced by setting strict resource limits to the stack size of processes at the operational system level. This can be achieved either through the \u0027ulimit\u0027 shell built-in or the \u0027limits.conf\u0027 file.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libxslt: libxml2: Inifinite recursion at exsltDynMapFunction function in libexslt/dynamic.c"
},
{
"acknowledgments": [
{
"names": [
"Gareth C"
],
"organization": "AnchorSec Ltd."
}
],
"cve": "CVE-2025-9900",
"cwe": {
"id": "CWE-123",
"name": "Write-what-where Condition"
},
"discovery_date": "2025-09-03T02:48:12.111000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2392784"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Libtiff. This vulnerability is a \"write-what-where\" condition, triggered when the library processes a specially crafted TIFF image file.\n\nBy providing an abnormally large image height value in the file\u0027s metadata, an attacker can trick the library into writing attacker-controlled color data to an arbitrary memory location. This memory corruption can be exploited to cause a denial of service (application crash) or to achieve arbitrary code execution with the permissions of the user.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libtiff: Libtiff Write-What-Where",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This attack requires user interaction to run the malicious TIFF image file, hence the CVE is maintained as important.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9900"
},
{
"category": "external",
"summary": "RHBZ#2392784",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2392784"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9900",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9900"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9900",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9900"
},
{
"category": "external",
"summary": "https://github.com/SexyShoelessGodofWar/LibTiff-4.7.0-Write-What-Where?tab=readme-ov-file",
"url": "https://github.com/SexyShoelessGodofWar/LibTiff-4.7.0-Write-What-Where?tab=readme-ov-file"
},
{
"category": "external",
"summary": "https://gitlab.com/libtiff/libtiff/-/issues/704",
"url": "https://gitlab.com/libtiff/libtiff/-/issues/704"
},
{
"category": "external",
"summary": "https://gitlab.com/libtiff/libtiff/-/merge_requests/732",
"url": "https://gitlab.com/libtiff/libtiff/-/merge_requests/732"
},
{
"category": "external",
"summary": "https://libtiff.gitlab.io/libtiff/releases/v4.7.1.html",
"url": "https://libtiff.gitlab.io/libtiff/releases/v4.7.1.html"
}
],
"release_date": "2025-09-22T14:29:35.767000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libtiff: Libtiff Write-What-Where"
},
{
"cve": "CVE-2025-15467",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2026-01-16T14:21:50.710000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430376"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. A remote attacker can exploit a stack buffer overflow vulnerability by supplying a crafted Cryptographic Message Syntax (CMS) message with an oversized Initialization Vector (IV) when parsing AuthEnvelopedData structures that use Authenticated Encryption with Associated Data (AEAD) ciphers such as AES-GCM. This can lead to a crash, causing a Denial of Service (DoS), or potentially allow for remote code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: OpenSSL: Remote code execution or Denial of Service via oversized Initialization Vector in CMS parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products. On Red Hat Enterprise Linux, OpenSSL is built with stack protections enabled which mitigate the risk of code execution though a denial-of-service condition remains possible. This vulnerability only affects applications and services that parse untrusted CMS or PKCS#7 content using AEAD ciphers, such as Kerberos using the PKINIT plugin. OpenSSL versions 1.1.1 and 1.0.2 are not affected by this issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15467"
},
{
"category": "external",
"summary": "RHBZ#2430376",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430376"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15467",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15467"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15467",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15467"
}
],
"release_date": "2026-01-27T14:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"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:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openssl: OpenSSL: Remote code execution or Denial of Service via oversized Initialization Vector in CMS parsing"
},
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-47906",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"discovery_date": "2025-09-18T19:00:47.541046+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396546"
}
],
"notes": [
{
"category": "description",
"text": "A path handling flaw has been discovered in the os/exec go package. If the PATH environment variable contains paths which are executables (rather than just directories), passing certain strings to LookPath (\"\", \".\", and \"..\"), can result in the binaries listed in the PATH being unexpectedly returned.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "os/exec: Unexpected paths returned from LookPath in os/exec",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47906"
},
{
"category": "external",
"summary": "RHBZ#2396546",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396546"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47906",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47906"
},
{
"category": "external",
"summary": "https://go.dev/cl/691775",
"url": "https://go.dev/cl/691775"
},
{
"category": "external",
"summary": "https://go.dev/issue/74466",
"url": "https://go.dev/issue/74466"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3956",
"url": "https://pkg.go.dev/vuln/GO-2025-3956"
}
],
"release_date": "2025-09-18T18:41:11.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "os/exec: Unexpected paths returned from LookPath in os/exec"
},
{
"cve": "CVE-2025-52565",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.653000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404708"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. CVE-2025-52565 is very similar in concept and application toCVE-2025-31133, except that it exploits a flaw in /dev/console\nbind-mounts. When creating the /dev/console bind-mount (to /dev/pts/$n), if an attacker replaces /dev/pts/$n with a symlink then runc will bind-mount the symlink target over /dev/console.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: container escape with malicious config due to /dev/console mount and related races",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52565"
},
{
"category": "external",
"summary": "RHBZ#2404708",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404708"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52565"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52565",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52565"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-qw9x-cqr3-wc7r",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-qw9x-cqr3-wc7r"
}
],
"release_date": "2025-11-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using user namespaces, with the host root user not mapped into the container\u0027s namespace. procfs file permissions are managed using Unix DAC and thus user namespaces stop a container process from being able to write to them.\n* Not running as a root user in the container (this includes disabling setuid binaries with noNewPrivileges). As above, procfs file permissions are managed using Unix DAC and thus non-root users cannot write to them.\n* The default SELinux policy should mitigate this issue, as the /dev/console bind-mount does not re-label the mount and so the container process should not be able to write to unsafe procfs files. However, CVE-2025-52881 allows an attacker to bypass LSM labels, and so this mitigation is not helpful when considered in combination with CVE-2025-52881.\n* The default AppArmor profile used by most runtimes will NOT help mitigate this issue, as /dev/console access is permitted. You could create a custom profile that blocks access to /dev/console, but such a profile might break regular containers. In addition, CVE-2025-52881 allows an attacker to bypass LSM labels, and so that mitigation is not helpful when considered in combination with CVE-2025-52881.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: container escape with malicious config due to /dev/console mount and related races"
},
{
"cve": "CVE-2025-53905",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-07-15T21:01:19.770241+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2380362"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw was found in Vim. Successful exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim path traversial",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-53905"
},
{
"category": "external",
"summary": "RHBZ#2380362",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380362"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-53905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53905"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-53905",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-53905"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/87757c6b0a4b2c1f71c72ea8e1438b8fb116b239",
"url": "https://github.com/vim/vim/commit/87757c6b0a4b2c1f71c72ea8e1438b8fb116b239"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-74v4-f3x9-ppvr",
"url": "https://github.com/vim/vim/security/advisories/GHSA-74v4-f3x9-ppvr"
}
],
"release_date": "2025-07-15T20:48:34.764000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim path traversial"
},
{
"cve": "CVE-2025-53906",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-07-15T21:01:15.057182+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2380360"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw was found in Vim. Successful exploitation can lead to overwriting sensitive files or placing executable code in privileged locations, depending on the permissions of the process editing the archive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim path traversal",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-53906"
},
{
"category": "external",
"summary": "RHBZ#2380360",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2380360"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-53906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53906"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-53906",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-53906"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/586294a04179d855c3d1d4ee5ea83931963680b8",
"url": "https://github.com/vim/vim/commit/586294a04179d855c3d1d4ee5ea83931963680b8"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-r2fw-9cw4-mj86",
"url": "https://github.com/vim/vim/security/advisories/GHSA-r2fw-9cw4-mj86"
}
],
"release_date": "2025-07-15T20:52:40.137000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim path traversal"
},
{
"cve": "CVE-2025-59375",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-15T03:00:59.775098+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2395108"
}
],
"notes": [
{
"category": "description",
"text": "A memory amplification vulnerability in libexpat allows attackers to trigger excessive dynamic memory allocations by submitting specially crafted XML input. A small input (~250 KiB) can cause the parser to allocate hundreds of megabytes, leading to denial-of-service (DoS) through memory exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is Important rather than Critical because, while it allows for significant resource exhaustion leading to denial-of-service (DoS), it does not enable arbitrary code execution, data leakage, or privilege escalation. The vulnerability stems from an uncontrolled memory amplification behavior in libexpat\u2019s parser, where a relatively small XML payload can cause disproportionately large heap allocations. However, the flaw is limited in scope to service disruption and requires the attacker to submit a crafted XML document\u2014something that can be mitigated with proper input validation and memory usage limits. Therefore, while the exploitability is high, the impact is confined to availability, not confidentiality or integrity, making it a high-severity but not critical flaw.\n\nIn Firefox and Thunderbird, where libexpat is a transitive userspace dependency, exploitation usually just crashes the application (app-level DoS), so it is classify as Moderate instead of Important.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59375"
},
{
"category": "external",
"summary": "RHBZ#2395108",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395108"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59375"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59375",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59375"
},
{
"category": "external",
"summary": "https://github.com/libexpat/libexpat/blob/676a4c531ec768732fac215da9730b5f50fbd2bf/expat/Changes#L45-L74",
"url": "https://github.com/libexpat/libexpat/blob/676a4c531ec768732fac215da9730b5f50fbd2bf/expat/Changes#L45-L74"
},
{
"category": "external",
"summary": "https://github.com/libexpat/libexpat/issues/1018",
"url": "https://github.com/libexpat/libexpat/issues/1018"
},
{
"category": "external",
"summary": "https://github.com/libexpat/libexpat/pull/1034",
"url": "https://github.com/libexpat/libexpat/pull/1034"
},
{
"category": "external",
"summary": "https://issues.oss-fuzz.com/issues/439133977",
"url": "https://issues.oss-fuzz.com/issues/439133977"
}
],
"release_date": "2025-09-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "To mitigate the issue, limit XML input size and complexity before parsing, and avoid accepting compressed or deeply nested XML. Use OS-level resource controls (like ulimit or setrlimit()) to cap memory usage, or run the parser in a sandboxed or isolated process with strict memory and CPU limits. This helps prevent denial-of-service by containing excessive resource consumption.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing"
},
{
"cve": "CVE-2025-59425",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2025-09-22T06:45:41.577000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2397234"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in vLLM\u2019s API token authentication logic, where token comparisons were not performed in constant time. This weakness could allow an attacker to exploit timing differences to guess valid tokens and bypass authentication.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: Timing Attack in vLLM API Token Verification Leading to Authentication Bypass",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The RedHat security team has rated the severity of this issue as Important. The vulnerability is remotely exploitable without authentication or user interaction and can result in authentication bypass. The root cause was the use of a non-constant-time string comparison, which leaked timing information. Successful exploitation could lead to unauthorized access to APIs and sensitive resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59425"
},
{
"category": "external",
"summary": "RHBZ#2397234",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2397234"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59425"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59425",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59425"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/ee10d7e6ff5875386c7f136ce8b5f525c8fcef48",
"url": "https://github.com/vllm-project/vllm/commit/ee10d7e6ff5875386c7f136ce8b5f525c8fcef48"
}
],
"release_date": "2025-10-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vllm: Timing Attack in vLLM API Token Verification Leading to Authentication Bypass"
},
{
"acknowledgments": [
{
"names": [
"keymoon",
"Ga_ryo",
"Isotr0py",
"DarkLight1337"
]
}
],
"cve": "CVE-2025-61620",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-10-06T05:59:34.077000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2401761"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the server implementation of vLLM, where the handling of Jinja templates does not properly validate user-supplied input through the chat_template and chat_template_kwargs parameters. When a specially crafted template is processed, it can trigger excessive looping or recursion inside the Jinja engine, consuming large amounts of CPU and memory. This can cause the server to become unresponsive or crash, resulting in a denial-of-service (DoS) condition for applications using vLLM.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: vLLM OpenAI-Compatible Server Resource Exhaustion via chat_template Parameters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Red Hat Product Security team has assessed the severity of this vulnerability as Moderate, as it requires authenticated access or the ability to supply templates to the vLLM server. Successful exploitation allows an attacker to exhaust system resources by submitting maliciously crafted Jinja templates that trigger excessive CPU and memory usage. The vulnerability\u2019s root cause is the lack of proper validation and sandboxing of user-supplied template data, which can lead to denial of service (DoS) conditions affecting the availability of services built on vLLM.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61620"
},
{
"category": "external",
"summary": "RHBZ#2401761",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2401761"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61620",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61620"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61620",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61620"
}
],
"release_date": "2025-10-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vllm: vLLM OpenAI-Compatible Server Resource Exhaustion via chat_template Parameters"
},
{
"cve": "CVE-2025-62164",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-11-21T02:01:11.280042+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2416282"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability in vLLM allows attackers to supply malicious serialized prompt-embedding tensors that are deserialized using torch.load() without validation. Due to PyTorch 2.8.0 disabling sparse-tensor integrity checks by default, a crafted tensor can bypass bounds checks and cause an out-of-bounds write during to_dense(), leading to a crash (DoS) and potentially remote code execution on the vLLM server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: VLLM deserialization vulnerability leading to DoS and potential RCE",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is considered important rather than moderate because it involves unsafe deserialization leading to memory corruption in a network-reachable, unauthenticated API path. Unlike typical moderate flaws that may only allow limited DoS or require specific conditions, this issue allows an attacker to supply a crafted sparse tensor that triggers an out-of-bounds memory write during PyTorch\u2019s to_dense() conversion. Memory corruption in a server process handling untrusted input significantly elevates security risk because it can lead not only to a reliable crash but also to potential remote code execution, enabling full compromise of the vLLM service. Additionally, the affected code path is part of the standard Completions API workflow, making the attack surface broadly exposed in real deployments. The combination of remote exploitability, unauthenticated access, memory corruption, and potential RCE clearly positions this issue above a moderate classification and into an important severity level.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62164"
},
{
"category": "external",
"summary": "RHBZ#2416282",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2416282"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62164",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62164"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62164",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62164"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b",
"url": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/27204",
"url": "https://github.com/vllm-project/vllm/pull/27204"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-mrw7-hf4f-83pf",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-mrw7-hf4f-83pf"
}
],
"release_date": "2025-11-21T01:18:38.803000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vllm: VLLM deserialization vulnerability leading to DoS and potential RCE"
},
{
"cve": "CVE-2025-62372",
"cwe": {
"id": "CWE-129",
"name": "Improper Validation of Array Index"
},
"discovery_date": "2025-11-21T02:00:57.180567+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2416280"
}
],
"notes": [
{
"category": "description",
"text": "A denial-of-service vulnerability in vLLM allows an attacker with API access to crash the engine by submitting multimodal embedding tensors that have the correct number of dimensions but an invalid internal shape. Because vLLM validates only the tensor\u2019s ndim and not the full expected shape, malformed embeddings trigger shape mismatches or validation failures during processing, causing the inference engine to terminate.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: vLLM vulnerable to DoS with incorrect shape of multimodal embedding inputs",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is rated Moderate rather than Important because its impact is strictly limited to availability and requires low but existing privileges to exploit. The issue arises from incomplete shape validation of multimodal embedding tensors, which can cause deterministic crashes in the inference engine, but it does not enable memory corruption, data leakage, integrity compromise, or execution of arbitrary code. Exploitation requires an authenticated or API-key-holding user to submit malformed multimodal inputs, meaning it cannot be triggered by an unauthenticated attacker on an exposed endpoint. Additionally, the failure mode is a clean crash rather than undefined behavior, so the blast radius is constrained to service interruption rather than broader systemic compromise. These factors\u2014PR:L requirement, no confidentiality/integrity impact, deterministic failure mode, and scoped DoS only\u2014technically align the issue with Moderate severity instead of an Important flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62372"
},
{
"category": "external",
"summary": "RHBZ#2416280",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2416280"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62372"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62372",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62372"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b",
"url": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/27204",
"url": "https://github.com/vllm-project/vllm/pull/27204"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/6613",
"url": "https://github.com/vllm-project/vllm/pull/6613"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-pmqf-x6x8-p7qw",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-pmqf-x6x8-p7qw"
}
],
"release_date": "2025-11-21T01:22:37.121000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vllm: vLLM vulnerable to DoS with incorrect shape of multimodal embedding inputs"
},
{
"cve": "CVE-2025-62426",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-11-21T02:00:49.606988+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2416278"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability in vLLM allows an authenticated user to trigger unintended tokenization during chat template processing by supplying crafted chat_template_kwargs to the /v1/chat/completions or /tokenize endpoints. By forcing the server to tokenize very large inputs, an attacker can block the API server\u2019s event loop for extended periods, causing a denial of service and delaying all other requests.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: vLLM vulnerable to DoS via large Chat Completion or Tokenization requests with specially crafted `chat_template_kwargs`",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The flaw is limited to a denial-of-service vector that requires an authenticated user and relies on abusing an optional, non-security-critical parameter (chat_template_kwargs) to force unexpected tokenization during template application, which is computationally expensive but not indicative of data corruption, privilege escalation, or code execution. The attacker cannot break isolation boundaries or execute arbitrary logic\u2014they can only cause the server\u2019s event loop to stall through large crafted inputs, and only if they already have access to the vLLM API. Moreover, the DoS condition is resource-intensive, depends heavily on model size and server configuration, and does not persist once the malicious request completes. Because the impact is bounded to temporary availability degradation without confidentiality or integrity loss, and because exploitation requires legitimate API access and large payloads, this issue aligns with a Moderate severity rather than an Important/High flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62426"
},
{
"category": "external",
"summary": "RHBZ#2416278",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2416278"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62426",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62426"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62426",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62426"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/blob/2a6dc67eb520ddb9c4138d8b35ed6fe6226997fb/vllm/entrypoints/chat_utils.py#L1602-L1610",
"url": "https://github.com/vllm-project/vllm/blob/2a6dc67eb520ddb9c4138d8b35ed6fe6226997fb/vllm/entrypoints/chat_utils.py#L1602-L1610"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/blob/2a6dc67eb520ddb9c4138d8b35ed6fe6226997fb/vllm/entrypoints/openai/serving_engine.py#L809-L814",
"url": "https://github.com/vllm-project/vllm/blob/2a6dc67eb520ddb9c4138d8b35ed6fe6226997fb/vllm/entrypoints/openai/serving_engine.py#L809-L814"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/3ada34f9cb4d1af763fdfa3b481862a93eb6bd2b",
"url": "https://github.com/vllm-project/vllm/commit/3ada34f9cb4d1af763fdfa3b481862a93eb6bd2b"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/27205",
"url": "https://github.com/vllm-project/vllm/pull/27205"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-69j4-grxj-j64p",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-69j4-grxj-j64p"
}
],
"release_date": "2025-11-21T01:21:29.546000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vllm: vLLM vulnerable to DoS via large Chat Completion or Tokenization requests with specially crafted `chat_template_kwargs`"
},
{
"cve": "CVE-2025-62593",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2025-11-26T23:01:25.307125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417394"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Ray\u2019s HTTP API endpoint handling (e.g. /api/jobs, /api/job_agent/jobs/), which allows a remote attacker to trigger arbitrary code execution when a developer using Ray visits a malicious website in a vulnerable browser (e.g. Firefox or Safari). The root cause is an insufficient defense relying solely on the User-Agent header starting with \u201cMozilla\u201d, which can be manipulated under the fetch specification \u2014 enabling a DNS-rebinding attack to bypass browser-based protections.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ray: Ray is vulnerable to RCE via Safari \u0026 Firefox Browsers through DNS Rebinding Attack",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat has chosen to keep this as Important instead of Critical severity because the successful exploitation of this vulnerability requires user interaction in conjunction with a DNS rebinding attack.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62593"
},
{
"category": "external",
"summary": "RHBZ#2417394",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417394"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62593",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62593"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62593",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62593"
},
{
"category": "external",
"summary": "https://github.com/ray-project/ray/commit/70e7c72780bdec075dba6cad1afe0832772bfe09",
"url": "https://github.com/ray-project/ray/commit/70e7c72780bdec075dba6cad1afe0832772bfe09"
},
{
"category": "external",
"summary": "https://github.com/ray-project/ray/security/advisories/GHSA-q279-jhrf-cc6v",
"url": "https://github.com/ray-project/ray/security/advisories/GHSA-q279-jhrf-cc6v"
}
],
"release_date": "2025-11-26T22:28:28.577000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ray: Ray is vulnerable to RCE via Safari \u0026 Firefox Browsers through DNS Rebinding Attack"
},
{
"cve": "CVE-2025-62727",
"cwe": {
"id": "CWE-407",
"name": "Inefficient Algorithmic Complexity"
},
"discovery_date": "2025-10-28T21:01:03.833849+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2406929"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service vulnerability has been discovered in the python Starlette framework. an unauthenticated attacker can send a crafted HTTP Range header that triggers quadratic-time processing in Starlette\u0027s FileResponse Range parsing/merging logic. This induces CPU exhaustion per request, causing a denial\u2011of\u2011service for endpoints serving files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "starlette: Starlette DoS via Range header merging",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62727"
},
{
"category": "external",
"summary": "RHBZ#2406929",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2406929"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62727"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62727",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62727"
},
{
"category": "external",
"summary": "https://github.com/Kludex/starlette/commit/4ea6e22b489ec388d6004cfbca52dd5b147127c5",
"url": "https://github.com/Kludex/starlette/commit/4ea6e22b489ec388d6004cfbca52dd5b147127c5"
},
{
"category": "external",
"summary": "https://github.com/Kludex/starlette/security/advisories/GHSA-7f5h-v6xp-fcq8",
"url": "https://github.com/Kludex/starlette/security/advisories/GHSA-7f5h-v6xp-fcq8"
}
],
"release_date": "2025-10-28T20:14:53.655000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "starlette: Starlette DoS via Range header merging"
},
{
"cve": "CVE-2025-66418",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-05T17:01:20.277857+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419455"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3 Python library that could lead to a Denial of Service condition. A remote, malicious server can exploit this flaw by responding to a client request with an HTTP message that uses an excessive number of chained compression algorithms. This unlimited decompression chain causes the client system to consume a virtually unbounded amount of CPU resources and memory. The high resource usage leads to service disruption, making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "RHBZ#2419455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66418"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8",
"url": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53"
}
],
"release_date": "2025-12-05T16:02:15.271000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion"
},
{
"cve": "CVE-2025-66448",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2025-12-01T23:01:07.198041+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418152"
}
],
"notes": [
{
"category": "description",
"text": "A remote code execution vulnerability has been identified in vLLM. An attacker can exploit a weakness in the model loading process to silently fetch and run unauthorized, malicious Python code on the host system. This happens because the engine mistakenly executes code from a remote repository referenced in a model\u0027s configuration, even when explicit security measures are set to prevent it.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: vLLM: Remote Code Execution via malicious model configuration",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat because vLLM, when deployed in a Red Hat environment, is susceptible to remote code execution. An attacker can craft a malicious model configuration that, when loaded, fetches and executes arbitrary Python code from a remote repository, even if `trust_remote_code` is explicitly set to `False`.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66448"
},
{
"category": "external",
"summary": "RHBZ#2418152",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418152"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66448",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66448"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66448",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66448"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/ffb08379d8870a1a81ba82b72797f196838d0c86",
"url": "https://github.com/vllm-project/vllm/commit/ffb08379d8870a1a81ba82b72797f196838d0c86"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/28126",
"url": "https://github.com/vllm-project/vllm/pull/28126"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-8fr4-5q9j-m8gm",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-8fr4-5q9j-m8gm"
}
],
"release_date": "2025-12-01T22:45:42.566000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vllm: vLLM: Remote Code Execution via malicious model configuration"
},
{
"cve": "CVE-2025-66471",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2025-12-05T17:02:21.597728+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419467"
}
],
"notes": [
{
"category": "description",
"text": "A decompression handling flaw has been discovered in urllib3. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data; CWE-409) on the client side, even if the application only requested a small chunk of data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 Streaming API improperly handles highly compressed data",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "RHBZ#2419467",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419467"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66471"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7",
"url": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37"
}
],
"release_date": "2025-12-05T16:06:08.531000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 Streaming API improperly handles highly compressed data"
},
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
},
{
"cve": "CVE-2025-69223",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-06T20:01:19.831548+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427456"
}
],
"notes": [
{
"category": "description",
"text": "A decompression based denial of service flaw has been discovered in the AIOHTTP python library. Library versions 3.13.2 and below allow a zip bomb to be used to execute a DoS against the AIOHTTP server. An attacker may be able to send a compressed request that when decompressed by AIOHTTP could exhaust the host\u0027s memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aiohttp: AIOHTTP\u0027s HTTP Parser auto_decompress feature is vulnerable to zip bomb",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69223"
},
{
"category": "external",
"summary": "RHBZ#2427456",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427456"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69223",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69223"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69223",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69223"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/commit/2b920c39002cee0ec5b402581779bbaaf7c9138a",
"url": "https://github.com/aio-libs/aiohttp/commit/2b920c39002cee0ec5b402581779bbaaf7c9138a"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-6mq8-rvhq-8wgg",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-6mq8-rvhq-8wgg"
}
],
"release_date": "2026-01-05T22:00:17.715000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "aiohttp: AIOHTTP\u0027s HTTP Parser auto_decompress feature is vulnerable to zip bomb"
},
{
"cve": "CVE-2026-0994",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2026-01-23T16:02:59.235878+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2432398"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in protobuf. A remote attacker can exploit this denial-of-service (DoS) vulnerability by supplying deeply nested `google.protobuf.Any` messages to the `google.protobuf.json_format.ParseDict()` function. This bypasses the intended recursion depth limit, leading to the exhaustion of Python\u2019s recursion stack and causing a `RecursionError`, which results in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: protobuf: Protobuf: Denial of Service due to recursion depth bypass",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products. The flaw in `protobuf` allows a remote attacker to trigger a denial-of-service by providing specially crafted, deeply nested `google.protobuf.Any` messages to the `google.protobuf.json_format.ParseDict()` function. This bypasses the intended recursion depth limit, leading to resource exhaustion and application crashes.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-0994"
},
{
"category": "external",
"summary": "RHBZ#2432398",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2432398"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-0994",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0994"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-0994",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-0994"
},
{
"category": "external",
"summary": "https://github.com/protocolbuffers/protobuf/pull/25239",
"url": "https://github.com/protocolbuffers/protobuf/pull/25239"
}
],
"release_date": "2026-01-23T14:55:16.876000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: protobuf: Protobuf: Denial of Service due to recursion depth bypass"
},
{
"cve": "CVE-2026-21441",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-01-07T23:01:59.422078+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427726"
}
],
"notes": [
{
"category": "description",
"text": "urllib3 is an HTTP client library for Python. urllib3\u0027s streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. urllib3 can perform decoding or decompression based on the HTTP `Content-Encoding` header (e.g., `gzip`, `deflate`, `br`, or `zstd`). When using the streaming API, the library decompresses only the necessary bytes, enabling partial content consumption. Starting in version 1.22 and prior to version 2.6.3, for HTTP redirect responses, the library would read the entire response body to drain the connection and decompress the content unnecessarily. This decompression occurred even before any read methods were called, and configured read limits did not restrict the amount of decompressed data. As a result, there was no safeguard against decompression bombs. A malicious server could exploit this to trigger excessive resource consumption on the client. Applications and libraries are affected when they stream content from untrusted sources by setting `preload_content=False` when they do not disable redirects. Users should upgrade to at least urllib3 v2.6.3, in which the library does not decode content of redirect responses when `preload_content=False`. If upgrading is not immediately possible, disable redirects by setting `redirect=False` for requests to untrusted source.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "RHBZ#2427726",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427726"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b",
"url": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99"
}
],
"release_date": "2026-01-07T22:09:01.936000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)"
},
{
"cve": "CVE-2026-22773",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-10T07:01:22.641229+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2428443"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in vLLM, an inference and serving engine for large language models (LLMs). A remote attacker can exploit this vulnerability by sending a specially crafted 1x1 pixel image to a vLLM engine serving multimodal models that use the Idefics3 vision model implementation. This leads to a tensor dimension mismatch, causing an unhandled runtime error and resulting in complete server termination, effectively a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: vLLM: Denial of Service via specially crafted image in multimodal model serving",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat products. A remote attacker can trigger a denial of service in vLLM engines serving multimodal models that use the Idefics3 vision model by sending a specially crafted image, leading to complete server termination. This affects Red Hat AI Inference Server and Red Hat OpenShift AI (RHOAI) when configured with the vulnerable vLLM versions.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22773"
},
{
"category": "external",
"summary": "RHBZ#2428443",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2428443"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22773",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22773"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22773",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22773"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-grg2-63fw-f2qr",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-grg2-63fw-f2qr"
}
],
"release_date": "2026-01-10T06:39:02.276000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vllm: vLLM: Denial of Service via specially crafted image in multimodal model serving"
},
{
"cve": "CVE-2026-22778",
"cwe": {
"id": "CWE-209",
"name": "Generation of Error Message Containing Sensitive Information"
},
"discovery_date": "2026-02-03T00:01:43.512265+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2436113"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in vLLM, an inference and serving engine for large language models (LLMs). A remote attacker can exploit this vulnerability by sending a specially crafted video URL to vLLM\u0027s multimodal endpoint. This action causes vLLM to leak a heap memory address, significantly reducing the effectiveness of Address Space Layout Randomization (ASLR). This information disclosure can then be chained with a heap overflow vulnerability to achieve remote code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vLLM: vLLM: Remote code execution via invalid image processing in the multimodal endpoint.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Critical rather than Important because it allows unauthenticated remote code execution without requiring user interaction, ultimately leading to full compromise of the affected system. An attacker can provide a malicious video URL to a vulnerable vLLM inference endpoint, which causes the service to automatically retrieve and process attacker-controlled media content. During decoding, a heap overflow is triggered in the underlying video processing stack, enabling corruption of heap memory and potential overwriting of control structures to execute arbitrary commands on the host. In addition, an information disclosure condition can leak memory addresses, significantly weakening ASLR protections and making exploitation more reliable when combined with the heap overflow. Successful exploitation compromises the confidentiality, integrity, and availability of the system and can impact deployments such as Red Hat AI Inference Server, Red Hat Enterprise Linux AI, and Red Hat OpenShift AI, thereby meeting Red Hat\u2019s criteria for Critical severity rather than Important impact.\n\nThe vLLM vulnerability depends on CVE-2025-9951, as processing attacker-controlled media can trigger the JPEG2000 decoder heap overflow, which can then be exploited within the vLLM video handling pipeline to cause memory corruption and potentially achieve remote code execution.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22778"
},
{
"category": "external",
"summary": "RHBZ#2436113",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436113"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22778",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22778"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22778",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22778"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/31987",
"url": "https://github.com/vllm-project/vllm/pull/31987"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/32319",
"url": "https://github.com/vllm-project/vllm/pull/32319"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/releases/tag/v0.14.1",
"url": "https://github.com/vllm-project/vllm/releases/tag/v0.14.1"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-4r2x-xpjr-7cvv",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-4r2x-xpjr-7cvv"
}
],
"release_date": "2026-02-02T21:09:53.265000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"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:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Critical"
}
],
"title": "vLLM: vLLM: Remote code execution via invalid image processing in the multimodal endpoint."
},
{
"cve": "CVE-2026-22807",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-01-21T22:00:55.823882+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431865"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in vLLM, an inference and serving engine for large language models (LLMs). This vulnerability allows a remote attacker to achieve arbitrary code execution on the vLLM host during model loading. This occurs because vLLM loads Hugging Face `auto_map` dynamic modules without properly validating the `trust_remote_code` setting. By influencing the model repository or path, an attacker can execute malicious Python code at server startup, even before any API requests are handled.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vLLM: vLLM: Arbitrary code execution via untrusted model loading",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as vLLM, an inference and serving engine for large language models, is vulnerable to arbitrary code execution. An attacker influencing the model repository or path can execute malicious Python code during server startup, affecting vLLM versions 0.10.1 through 0.13.x.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22807"
},
{
"category": "external",
"summary": "RHBZ#2431865",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431865"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22807",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22807"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22807",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22807"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/78d13ea9de4b1ce5e4d8a5af9738fea71fb024e5",
"url": "https://github.com/vllm-project/vllm/commit/78d13ea9de4b1ce5e4d8a5af9738fea71fb024e5"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/32194",
"url": "https://github.com/vllm-project/vllm/pull/32194"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/releases/tag/v0.14.0",
"url": "https://github.com/vllm-project/vllm/releases/tag/v0.14.0"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-2pc9-4j83-qjmr",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-2pc9-4j83-qjmr"
}
],
"release_date": "2026-01-21T21:13:11.894000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "To mitigate this issue, ensure that vLLM instances are configured to load models only from trusted and verified repositories. Restrict access to the model repository path to prevent unauthorized modification or introduction of malicious code. Implement strict access controls and integrity checks for all model sources.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vLLM: vLLM: Arbitrary code execution via untrusted model loading"
},
{
"cve": "CVE-2026-24049",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-01-22T05:00:54.709179+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431959"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw has been discovered in the python wheel too. The unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the filename from the archive header for the chmod operation, even though the extraction process itself might have sanitized the path. Attackers can craft a malicious wheel file that, when unpacked, changes the permissions of critical system files (e.g., /etc/passwd, SSH keys, config files), allowing for Privilege Escalation or arbitrary code execution by modifying now-writable scripts.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "RHBZ#2431959",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431959"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24049"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef",
"url": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/releases/tag/0.46.2",
"url": "https://github.com/pypa/wheel/releases/tag/0.46.2"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx",
"url": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx"
}
],
"release_date": "2026-01-22T04:02:08.706000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking"
},
{
"cve": "CVE-2026-24486",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-01-27T01:00:58.032530+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2433132"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python-Multipart, a tool for parsing multipart form data in Python applications. This vulnerability, known as path traversal, allows a remote attacker to write uploaded files to any location on the server\u0027s file system. This exploitation occurs when specific non-default configuration options, `UPLOAD_DIR` and `UPLOAD_KEEP_FILENAME=True`, are enabled, and a malicious filename is provided during a file upload. The primary consequence is unauthorized file creation or modification, which could lead to system compromise.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-multipart: Python-Multipart: Arbitrary file write via path traversal vulnerability",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24486"
},
{
"category": "external",
"summary": "RHBZ#2433132",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2433132"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24486",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24486"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24486",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24486"
},
{
"category": "external",
"summary": "https://github.com/Kludex/python-multipart/commit/9433f4bbc9652bdde82bbe380984e32f8cfc89c4",
"url": "https://github.com/Kludex/python-multipart/commit/9433f4bbc9652bdde82bbe380984e32f8cfc89c4"
},
{
"category": "external",
"summary": "https://github.com/Kludex/python-multipart/releases/tag/0.0.22",
"url": "https://github.com/Kludex/python-multipart/releases/tag/0.0.22"
},
{
"category": "external",
"summary": "https://github.com/Kludex/python-multipart/security/advisories/GHSA-wp53-j4wj-2cfg",
"url": "https://github.com/Kludex/python-multipart/security/advisories/GHSA-wp53-j4wj-2cfg"
}
],
"release_date": "2026-01-27T00:34:06.229000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, avoid enabling the `UPLOAD_KEEP_FILENAME=True` configuration option in applications using `python-multipart`. This option, when used with `UPLOAD_DIR`, allows an attacker to write files to arbitrary locations. Disabling or not configuring `UPLOAD_KEEP_FILENAME=True` prevents the path traversal vulnerability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-multipart: Python-Multipart: Arbitrary file write via path traversal vulnerability"
},
{
"cve": "CVE-2026-24779",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2026-01-27T23:00:53.998772+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2433624"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in vLLM, an inference and serving engine for large language models (LLMs). A Server-Side Request Forgery (SSRF) vulnerability exists in the MediaConnector class, specifically within the load_from_url and load_from_url_async methods. An attacker can exploit differing interpretations of backslashes by Python parsing libraries used for host restrictions to bypass these restrictions. This allows the attacker to force the vLLM server to make arbitrary requests to internal network resources, potentially leading to information disclosure, denial of service, or unauthorized access within containerized environments.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vLLM: vLLM: Server-Side Request Forgery allows internal network access",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This IMPORTANT Server-Side Request Forgery (SSRF) vulnerability in vLLM\u0027s `MediaConnector` allows an attacker to bypass host restrictions when processing user-provided URLs. This enables the vLLM server to be coerced into making arbitrary requests to internal network resources. This is critical in containerized deployments, including Red Hat AI Inference Server, Red Hat Enterprise Linux AI, and Red Hat OpenShift AI, where it could facilitate internal network reconnaissance and unauthorized access to other services.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24779"
},
{
"category": "external",
"summary": "RHBZ#2433624",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2433624"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24779",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24779"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24779",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24779"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/f46d576c54fb8aeec5fc70560e850bed38ef17d7",
"url": "https://github.com/vllm-project/vllm/commit/f46d576c54fb8aeec5fc70560e850bed38ef17d7"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/32746",
"url": "https://github.com/vllm-project/vllm/pull/32746"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-qh4c-xf7m-gxfc",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-qh4c-xf7m-gxfc"
}
],
"release_date": "2026-01-27T22:01:13.808000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "To mitigate this issue, restrict network access to the vLLM service to only trusted clients. Implement strict network segmentation for vLLM pods in containerized environments to limit potential lateral movement. Ensure that vLLM instances are not exposed to untrusted external networks without proper access controls and input validation at the perimeter.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vLLM: vLLM: Server-Side Request Forgery allows internal network access"
},
{
"cve": "CVE-2026-25990",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-02-11T21:05:39.535631+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439170"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "RHBZ#2439170",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439170"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25990"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa",
"url": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc"
}
],
"release_date": "2026-02-11T20:53:52.524000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-27T14:55:49+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2026:3462",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3462"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-rocm-rhel9@sha256:53007894763e03f609c35c727cb738db3c2130b19fa0e1069c24240e0870fb7a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image"
}
]
}
RHSA-2026:2852
Vulnerability from csaf_redhat - Published: 2026-02-17 23:04 - Updated: 2026-03-18 20:46Notes
{
"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 updated OpenShift Security Profiles Operator image that fixes various bugs and adds new\nenhancements is now available for the Red Hat OpenShift Enterprise 4 catalog.",
"title": "Topic"
},
{
"category": "general",
"text": "The Security Profiles Operator v0.10.0 is now available.\nSee the documentation for release information:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/security_and_compliance/security-profiles-operator",
"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-2026:2852",
"url": "https://access.redhat.com/errata/RHSA-2026:2852"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66564",
"url": "https://access.redhat.com/security/cve/CVE-2025-66564"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_2852.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Security Profiles Operator bug fix and enhancement update",
"tracking": {
"current_release_date": "2026-03-18T20:46:25+00:00",
"generator": {
"date": "2026-03-18T20:46:25+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2026:2852",
"initial_release_date": "2026-02-17T23:04:21+00:00",
"revision_history": [
{
"date": "2026-02-17T23:04:21+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-17T23:04:23+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T20:46:25+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "OpenShift Security Profiles Operator 1",
"product": {
"name": "OpenShift Security Profiles Operator 1",
"product_id": "OpenShift Security Profiles Operator 1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_security_profiles_operator:1::el9"
}
}
}
],
"category": "product_family",
"name": "OpenShift Security Profiles Operator"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/compliance/openshift-selinuxd-rhel10@sha256:1484157970f2cc4470dfec565fb5f81137402bdcd52d63cd40be4b0e9c8ce039_amd64",
"product": {
"name": "registry.redhat.io/compliance/openshift-selinuxd-rhel10@sha256:1484157970f2cc4470dfec565fb5f81137402bdcd52d63cd40be4b0e9c8ce039_amd64",
"product_id": "registry.redhat.io/compliance/openshift-selinuxd-rhel10@sha256:1484157970f2cc4470dfec565fb5f81137402bdcd52d63cd40be4b0e9c8ce039_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-selinuxd-rhel10@sha256%3A1484157970f2cc4470dfec565fb5f81137402bdcd52d63cd40be4b0e9c8ce039?arch=amd64\u0026repository_url=registry.redhat.io/compliance\u0026tag=1771365824"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/compliance/openshift-selinuxd-rhel8@sha256:7143fa2fba9fb559ef13143cebfa69dbd7cb1f94284a640e5cbdb700e6cf6de0_amd64",
"product": {
"name": "registry.redhat.io/compliance/openshift-selinuxd-rhel8@sha256:7143fa2fba9fb559ef13143cebfa69dbd7cb1f94284a640e5cbdb700e6cf6de0_amd64",
"product_id": "registry.redhat.io/compliance/openshift-selinuxd-rhel8@sha256:7143fa2fba9fb559ef13143cebfa69dbd7cb1f94284a640e5cbdb700e6cf6de0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-selinuxd-rhel8@sha256%3A7143fa2fba9fb559ef13143cebfa69dbd7cb1f94284a640e5cbdb700e6cf6de0?arch=amd64\u0026repository_url=registry.redhat.io/compliance\u0026tag=1771365778"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/compliance/openshift-selinuxd-rhel9@sha256:f7795017bcbace2e5e86ab1e7906d60ddd06c1b7fdd4ce7891eade3d993ec7b8_amd64",
"product": {
"name": "registry.redhat.io/compliance/openshift-selinuxd-rhel9@sha256:f7795017bcbace2e5e86ab1e7906d60ddd06c1b7fdd4ce7891eade3d993ec7b8_amd64",
"product_id": "registry.redhat.io/compliance/openshift-selinuxd-rhel9@sha256:f7795017bcbace2e5e86ab1e7906d60ddd06c1b7fdd4ce7891eade3d993ec7b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-selinuxd-rhel9@sha256%3Af7795017bcbace2e5e86ab1e7906d60ddd06c1b7fdd4ce7891eade3d993ec7b8?arch=amd64\u0026repository_url=registry.redhat.io/compliance\u0026tag=1771365810"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/compliance/openshift-security-profiles-operator-bundle@sha256:4604d631307390e44fea4729d87470a32f294f380b4c7c9448a8e1a82ccec5b7_amd64",
"product": {
"name": "registry.redhat.io/compliance/openshift-security-profiles-operator-bundle@sha256:4604d631307390e44fea4729d87470a32f294f380b4c7c9448a8e1a82ccec5b7_amd64",
"product_id": "registry.redhat.io/compliance/openshift-security-profiles-operator-bundle@sha256:4604d631307390e44fea4729d87470a32f294f380b4c7c9448a8e1a82ccec5b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-security-profiles-operator-bundle@sha256%3A4604d631307390e44fea4729d87470a32f294f380b4c7c9448a8e1a82ccec5b7?arch=amd64\u0026repository_url=registry.redhat.io/compliance\u0026tag=1771367226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/compliance/openshift-security-profiles-rhel8-operator@sha256:e599c020744224294ed24d028ad1c5f4cca1192d9d487517286a6b7591d80f54_amd64",
"product": {
"name": "registry.redhat.io/compliance/openshift-security-profiles-rhel8-operator@sha256:e599c020744224294ed24d028ad1c5f4cca1192d9d487517286a6b7591d80f54_amd64",
"product_id": "registry.redhat.io/compliance/openshift-security-profiles-rhel8-operator@sha256:e599c020744224294ed24d028ad1c5f4cca1192d9d487517286a6b7591d80f54_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-security-profiles-rhel8-operator@sha256%3Ae599c020744224294ed24d028ad1c5f4cca1192d9d487517286a6b7591d80f54?arch=amd64\u0026repository_url=registry.redhat.io/compliance\u0026tag=1770869850"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/compliance/openshift-selinuxd-rhel10@sha256:659e7bfe28f0dad419b9559be5a3b9f00ed6871ca3425ae5f1abc478ed7072c8_ppc64le",
"product": {
"name": "registry.redhat.io/compliance/openshift-selinuxd-rhel10@sha256:659e7bfe28f0dad419b9559be5a3b9f00ed6871ca3425ae5f1abc478ed7072c8_ppc64le",
"product_id": "registry.redhat.io/compliance/openshift-selinuxd-rhel10@sha256:659e7bfe28f0dad419b9559be5a3b9f00ed6871ca3425ae5f1abc478ed7072c8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-selinuxd-rhel10@sha256%3A659e7bfe28f0dad419b9559be5a3b9f00ed6871ca3425ae5f1abc478ed7072c8?arch=ppc64le\u0026repository_url=registry.redhat.io/compliance\u0026tag=1771365824"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/compliance/openshift-selinuxd-rhel8@sha256:8baa5bd3ecbbb1708d1270f7f30b707dd381e72b9a4fef554044039d6404771e_ppc64le",
"product": {
"name": "registry.redhat.io/compliance/openshift-selinuxd-rhel8@sha256:8baa5bd3ecbbb1708d1270f7f30b707dd381e72b9a4fef554044039d6404771e_ppc64le",
"product_id": "registry.redhat.io/compliance/openshift-selinuxd-rhel8@sha256:8baa5bd3ecbbb1708d1270f7f30b707dd381e72b9a4fef554044039d6404771e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-selinuxd-rhel8@sha256%3A8baa5bd3ecbbb1708d1270f7f30b707dd381e72b9a4fef554044039d6404771e?arch=ppc64le\u0026repository_url=registry.redhat.io/compliance\u0026tag=1771365778"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/compliance/openshift-selinuxd-rhel9@sha256:2b2e1b736ad8d69e15ede3f38de2637c695d0819e66d4c9c9df0aa3ebeee9df9_ppc64le",
"product": {
"name": "registry.redhat.io/compliance/openshift-selinuxd-rhel9@sha256:2b2e1b736ad8d69e15ede3f38de2637c695d0819e66d4c9c9df0aa3ebeee9df9_ppc64le",
"product_id": "registry.redhat.io/compliance/openshift-selinuxd-rhel9@sha256:2b2e1b736ad8d69e15ede3f38de2637c695d0819e66d4c9c9df0aa3ebeee9df9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-selinuxd-rhel9@sha256%3A2b2e1b736ad8d69e15ede3f38de2637c695d0819e66d4c9c9df0aa3ebeee9df9?arch=ppc64le\u0026repository_url=registry.redhat.io/compliance\u0026tag=1771365810"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/compliance/openshift-security-profiles-rhel8-operator@sha256:66c78e05a610eb31b8a350502b778305e53da9576ae124a3eb7ab3cc29595297_ppc64le",
"product": {
"name": "registry.redhat.io/compliance/openshift-security-profiles-rhel8-operator@sha256:66c78e05a610eb31b8a350502b778305e53da9576ae124a3eb7ab3cc29595297_ppc64le",
"product_id": "registry.redhat.io/compliance/openshift-security-profiles-rhel8-operator@sha256:66c78e05a610eb31b8a350502b778305e53da9576ae124a3eb7ab3cc29595297_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-security-profiles-rhel8-operator@sha256%3A66c78e05a610eb31b8a350502b778305e53da9576ae124a3eb7ab3cc29595297?arch=ppc64le\u0026repository_url=registry.redhat.io/compliance\u0026tag=1770869850"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/compliance/openshift-security-profiles-operator-bundle@sha256:4604d631307390e44fea4729d87470a32f294f380b4c7c9448a8e1a82ccec5b7_amd64 as a component of OpenShift Security Profiles Operator 1",
"product_id": "OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-security-profiles-operator-bundle@sha256:4604d631307390e44fea4729d87470a32f294f380b4c7c9448a8e1a82ccec5b7_amd64"
},
"product_reference": "registry.redhat.io/compliance/openshift-security-profiles-operator-bundle@sha256:4604d631307390e44fea4729d87470a32f294f380b4c7c9448a8e1a82ccec5b7_amd64",
"relates_to_product_reference": "OpenShift Security Profiles Operator 1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/compliance/openshift-security-profiles-rhel8-operator@sha256:66c78e05a610eb31b8a350502b778305e53da9576ae124a3eb7ab3cc29595297_ppc64le as a component of OpenShift Security Profiles Operator 1",
"product_id": "OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-security-profiles-rhel8-operator@sha256:66c78e05a610eb31b8a350502b778305e53da9576ae124a3eb7ab3cc29595297_ppc64le"
},
"product_reference": "registry.redhat.io/compliance/openshift-security-profiles-rhel8-operator@sha256:66c78e05a610eb31b8a350502b778305e53da9576ae124a3eb7ab3cc29595297_ppc64le",
"relates_to_product_reference": "OpenShift Security Profiles Operator 1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/compliance/openshift-security-profiles-rhel8-operator@sha256:e599c020744224294ed24d028ad1c5f4cca1192d9d487517286a6b7591d80f54_amd64 as a component of OpenShift Security Profiles Operator 1",
"product_id": "OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-security-profiles-rhel8-operator@sha256:e599c020744224294ed24d028ad1c5f4cca1192d9d487517286a6b7591d80f54_amd64"
},
"product_reference": "registry.redhat.io/compliance/openshift-security-profiles-rhel8-operator@sha256:e599c020744224294ed24d028ad1c5f4cca1192d9d487517286a6b7591d80f54_amd64",
"relates_to_product_reference": "OpenShift Security Profiles Operator 1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/compliance/openshift-selinuxd-rhel10@sha256:1484157970f2cc4470dfec565fb5f81137402bdcd52d63cd40be4b0e9c8ce039_amd64 as a component of OpenShift Security Profiles Operator 1",
"product_id": "OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-selinuxd-rhel10@sha256:1484157970f2cc4470dfec565fb5f81137402bdcd52d63cd40be4b0e9c8ce039_amd64"
},
"product_reference": "registry.redhat.io/compliance/openshift-selinuxd-rhel10@sha256:1484157970f2cc4470dfec565fb5f81137402bdcd52d63cd40be4b0e9c8ce039_amd64",
"relates_to_product_reference": "OpenShift Security Profiles Operator 1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/compliance/openshift-selinuxd-rhel10@sha256:659e7bfe28f0dad419b9559be5a3b9f00ed6871ca3425ae5f1abc478ed7072c8_ppc64le as a component of OpenShift Security Profiles Operator 1",
"product_id": "OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-selinuxd-rhel10@sha256:659e7bfe28f0dad419b9559be5a3b9f00ed6871ca3425ae5f1abc478ed7072c8_ppc64le"
},
"product_reference": "registry.redhat.io/compliance/openshift-selinuxd-rhel10@sha256:659e7bfe28f0dad419b9559be5a3b9f00ed6871ca3425ae5f1abc478ed7072c8_ppc64le",
"relates_to_product_reference": "OpenShift Security Profiles Operator 1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/compliance/openshift-selinuxd-rhel8@sha256:7143fa2fba9fb559ef13143cebfa69dbd7cb1f94284a640e5cbdb700e6cf6de0_amd64 as a component of OpenShift Security Profiles Operator 1",
"product_id": "OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-selinuxd-rhel8@sha256:7143fa2fba9fb559ef13143cebfa69dbd7cb1f94284a640e5cbdb700e6cf6de0_amd64"
},
"product_reference": "registry.redhat.io/compliance/openshift-selinuxd-rhel8@sha256:7143fa2fba9fb559ef13143cebfa69dbd7cb1f94284a640e5cbdb700e6cf6de0_amd64",
"relates_to_product_reference": "OpenShift Security Profiles Operator 1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/compliance/openshift-selinuxd-rhel8@sha256:8baa5bd3ecbbb1708d1270f7f30b707dd381e72b9a4fef554044039d6404771e_ppc64le as a component of OpenShift Security Profiles Operator 1",
"product_id": "OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-selinuxd-rhel8@sha256:8baa5bd3ecbbb1708d1270f7f30b707dd381e72b9a4fef554044039d6404771e_ppc64le"
},
"product_reference": "registry.redhat.io/compliance/openshift-selinuxd-rhel8@sha256:8baa5bd3ecbbb1708d1270f7f30b707dd381e72b9a4fef554044039d6404771e_ppc64le",
"relates_to_product_reference": "OpenShift Security Profiles Operator 1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/compliance/openshift-selinuxd-rhel9@sha256:2b2e1b736ad8d69e15ede3f38de2637c695d0819e66d4c9c9df0aa3ebeee9df9_ppc64le as a component of OpenShift Security Profiles Operator 1",
"product_id": "OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-selinuxd-rhel9@sha256:2b2e1b736ad8d69e15ede3f38de2637c695d0819e66d4c9c9df0aa3ebeee9df9_ppc64le"
},
"product_reference": "registry.redhat.io/compliance/openshift-selinuxd-rhel9@sha256:2b2e1b736ad8d69e15ede3f38de2637c695d0819e66d4c9c9df0aa3ebeee9df9_ppc64le",
"relates_to_product_reference": "OpenShift Security Profiles Operator 1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/compliance/openshift-selinuxd-rhel9@sha256:f7795017bcbace2e5e86ab1e7906d60ddd06c1b7fdd4ce7891eade3d993ec7b8_amd64 as a component of OpenShift Security Profiles Operator 1",
"product_id": "OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-selinuxd-rhel9@sha256:f7795017bcbace2e5e86ab1e7906d60ddd06c1b7fdd4ce7891eade3d993ec7b8_amd64"
},
"product_reference": "registry.redhat.io/compliance/openshift-selinuxd-rhel9@sha256:f7795017bcbace2e5e86ab1e7906d60ddd06c1b7fdd4ce7891eade3d993ec7b8_amd64",
"relates_to_product_reference": "OpenShift Security Profiles Operator 1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-selinuxd-rhel10@sha256:1484157970f2cc4470dfec565fb5f81137402bdcd52d63cd40be4b0e9c8ce039_amd64",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-selinuxd-rhel10@sha256:659e7bfe28f0dad419b9559be5a3b9f00ed6871ca3425ae5f1abc478ed7072c8_ppc64le",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-selinuxd-rhel8@sha256:7143fa2fba9fb559ef13143cebfa69dbd7cb1f94284a640e5cbdb700e6cf6de0_amd64",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-selinuxd-rhel8@sha256:8baa5bd3ecbbb1708d1270f7f30b707dd381e72b9a4fef554044039d6404771e_ppc64le",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-selinuxd-rhel9@sha256:2b2e1b736ad8d69e15ede3f38de2637c695d0819e66d4c9c9df0aa3ebeee9df9_ppc64le",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-selinuxd-rhel9@sha256:f7795017bcbace2e5e86ab1e7906d60ddd06c1b7fdd4ce7891eade3d993ec7b8_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"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": [
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-security-profiles-operator-bundle@sha256:4604d631307390e44fea4729d87470a32f294f380b4c7c9448a8e1a82ccec5b7_amd64",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-security-profiles-rhel8-operator@sha256:66c78e05a610eb31b8a350502b778305e53da9576ae124a3eb7ab3cc29595297_ppc64le",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-security-profiles-rhel8-operator@sha256:e599c020744224294ed24d028ad1c5f4cca1192d9d487517286a6b7591d80f54_amd64"
],
"known_not_affected": [
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-selinuxd-rhel10@sha256:1484157970f2cc4470dfec565fb5f81137402bdcd52d63cd40be4b0e9c8ce039_amd64",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-selinuxd-rhel10@sha256:659e7bfe28f0dad419b9559be5a3b9f00ed6871ca3425ae5f1abc478ed7072c8_ppc64le",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-selinuxd-rhel8@sha256:7143fa2fba9fb559ef13143cebfa69dbd7cb1f94284a640e5cbdb700e6cf6de0_amd64",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-selinuxd-rhel8@sha256:8baa5bd3ecbbb1708d1270f7f30b707dd381e72b9a4fef554044039d6404771e_ppc64le",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-selinuxd-rhel9@sha256:2b2e1b736ad8d69e15ede3f38de2637c695d0819e66d4c9c9df0aa3ebeee9df9_ppc64le",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-selinuxd-rhel9@sha256:f7795017bcbace2e5e86ab1e7906d60ddd06c1b7fdd4ce7891eade3d993ec7b8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-17T23:04:21+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your\nsystem have been applied. For details on how to apply this update, refer to:\n \nhttps://docs.openshift.com/container-platform/latest/updating/updating_a_cluster/updating-cluster-cli.html",
"product_ids": [
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-security-profiles-operator-bundle@sha256:4604d631307390e44fea4729d87470a32f294f380b4c7c9448a8e1a82ccec5b7_amd64",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-security-profiles-rhel8-operator@sha256:66c78e05a610eb31b8a350502b778305e53da9576ae124a3eb7ab3cc29595297_ppc64le",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-security-profiles-rhel8-operator@sha256:e599c020744224294ed24d028ad1c5f4cca1192d9d487517286a6b7591d80f54_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2852"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-security-profiles-operator-bundle@sha256:4604d631307390e44fea4729d87470a32f294f380b4c7c9448a8e1a82ccec5b7_amd64",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-security-profiles-rhel8-operator@sha256:66c78e05a610eb31b8a350502b778305e53da9576ae124a3eb7ab3cc29595297_ppc64le",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-security-profiles-rhel8-operator@sha256:e599c020744224294ed24d028ad1c5f4cca1192d9d487517286a6b7591d80f54_amd64",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-selinuxd-rhel10@sha256:1484157970f2cc4470dfec565fb5f81137402bdcd52d63cd40be4b0e9c8ce039_amd64",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-selinuxd-rhel10@sha256:659e7bfe28f0dad419b9559be5a3b9f00ed6871ca3425ae5f1abc478ed7072c8_ppc64le",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-selinuxd-rhel8@sha256:7143fa2fba9fb559ef13143cebfa69dbd7cb1f94284a640e5cbdb700e6cf6de0_amd64",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-selinuxd-rhel8@sha256:8baa5bd3ecbbb1708d1270f7f30b707dd381e72b9a4fef554044039d6404771e_ppc64le",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-selinuxd-rhel9@sha256:2b2e1b736ad8d69e15ede3f38de2637c695d0819e66d4c9c9df0aa3ebeee9df9_ppc64le",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-selinuxd-rhel9@sha256:f7795017bcbace2e5e86ab1e7906d60ddd06c1b7fdd4ce7891eade3d993ec7b8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
},
{
"cve": "CVE-2025-66564",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:11.786030+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-selinuxd-rhel10@sha256:1484157970f2cc4470dfec565fb5f81137402bdcd52d63cd40be4b0e9c8ce039_amd64",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-selinuxd-rhel10@sha256:659e7bfe28f0dad419b9559be5a3b9f00ed6871ca3425ae5f1abc478ed7072c8_ppc64le",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-selinuxd-rhel8@sha256:7143fa2fba9fb559ef13143cebfa69dbd7cb1f94284a640e5cbdb700e6cf6de0_amd64",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-selinuxd-rhel8@sha256:8baa5bd3ecbbb1708d1270f7f30b707dd381e72b9a4fef554044039d6404771e_ppc64le",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-selinuxd-rhel9@sha256:2b2e1b736ad8d69e15ede3f38de2637c695d0819e66d4c9c9df0aa3ebeee9df9_ppc64le",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-selinuxd-rhel9@sha256:f7795017bcbace2e5e86ab1e7906d60ddd06c1b7fdd4ce7891eade3d993ec7b8_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419054"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Sigstore Timestamp Authority. This vulnerability allows a denial of service via excessive memory allocation when processing a specially crafted Object Identifier or Content-Type header.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/timestamp-authority: Sigstore Timestamp Authority: Denial of Service via excessive OID or Content-Type header parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products. The Sigstore Timestamp Authority, a service for issuing RFC 3161 timestamps, is prone to excessive memory allocation. This occurs when processing untrusted OID payloads with many period characters or malformed Content-Type headers. An unauthenticated attacker could exploit this flaw to trigger a denial of service in affected Red Hat products that utilize this component.",
"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": [
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-security-profiles-operator-bundle@sha256:4604d631307390e44fea4729d87470a32f294f380b4c7c9448a8e1a82ccec5b7_amd64",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-security-profiles-rhel8-operator@sha256:66c78e05a610eb31b8a350502b778305e53da9576ae124a3eb7ab3cc29595297_ppc64le",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-security-profiles-rhel8-operator@sha256:e599c020744224294ed24d028ad1c5f4cca1192d9d487517286a6b7591d80f54_amd64"
],
"known_not_affected": [
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-selinuxd-rhel10@sha256:1484157970f2cc4470dfec565fb5f81137402bdcd52d63cd40be4b0e9c8ce039_amd64",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-selinuxd-rhel10@sha256:659e7bfe28f0dad419b9559be5a3b9f00ed6871ca3425ae5f1abc478ed7072c8_ppc64le",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-selinuxd-rhel8@sha256:7143fa2fba9fb559ef13143cebfa69dbd7cb1f94284a640e5cbdb700e6cf6de0_amd64",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-selinuxd-rhel8@sha256:8baa5bd3ecbbb1708d1270f7f30b707dd381e72b9a4fef554044039d6404771e_ppc64le",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-selinuxd-rhel9@sha256:2b2e1b736ad8d69e15ede3f38de2637c695d0819e66d4c9c9df0aa3ebeee9df9_ppc64le",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-selinuxd-rhel9@sha256:f7795017bcbace2e5e86ab1e7906d60ddd06c1b7fdd4ce7891eade3d993ec7b8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66564"
},
{
"category": "external",
"summary": "RHBZ#2419054",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419054"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66564",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66564"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66564",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66564"
},
{
"category": "external",
"summary": "https://github.com/sigstore/timestamp-authority/commit/0cae34e197d685a14904e0bad135b89d13b69421",
"url": "https://github.com/sigstore/timestamp-authority/commit/0cae34e197d685a14904e0bad135b89d13b69421"
},
{
"category": "external",
"summary": "https://github.com/sigstore/timestamp-authority/security/advisories/GHSA-4qg8-fj49-pxjh",
"url": "https://github.com/sigstore/timestamp-authority/security/advisories/GHSA-4qg8-fj49-pxjh"
}
],
"release_date": "2025-12-04T22:37:13.307000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-17T23:04:21+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your\nsystem have been applied. For details on how to apply this update, refer to:\n \nhttps://docs.openshift.com/container-platform/latest/updating/updating_a_cluster/updating-cluster-cli.html",
"product_ids": [
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-security-profiles-operator-bundle@sha256:4604d631307390e44fea4729d87470a32f294f380b4c7c9448a8e1a82ccec5b7_amd64",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-security-profiles-rhel8-operator@sha256:66c78e05a610eb31b8a350502b778305e53da9576ae124a3eb7ab3cc29595297_ppc64le",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-security-profiles-rhel8-operator@sha256:e599c020744224294ed24d028ad1c5f4cca1192d9d487517286a6b7591d80f54_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2852"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-security-profiles-operator-bundle@sha256:4604d631307390e44fea4729d87470a32f294f380b4c7c9448a8e1a82ccec5b7_amd64",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-security-profiles-rhel8-operator@sha256:66c78e05a610eb31b8a350502b778305e53da9576ae124a3eb7ab3cc29595297_ppc64le",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-security-profiles-rhel8-operator@sha256:e599c020744224294ed24d028ad1c5f4cca1192d9d487517286a6b7591d80f54_amd64",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-selinuxd-rhel10@sha256:1484157970f2cc4470dfec565fb5f81137402bdcd52d63cd40be4b0e9c8ce039_amd64",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-selinuxd-rhel10@sha256:659e7bfe28f0dad419b9559be5a3b9f00ed6871ca3425ae5f1abc478ed7072c8_ppc64le",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-selinuxd-rhel8@sha256:7143fa2fba9fb559ef13143cebfa69dbd7cb1f94284a640e5cbdb700e6cf6de0_amd64",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-selinuxd-rhel8@sha256:8baa5bd3ecbbb1708d1270f7f30b707dd381e72b9a4fef554044039d6404771e_ppc64le",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-selinuxd-rhel9@sha256:2b2e1b736ad8d69e15ede3f38de2637c695d0819e66d4c9c9df0aa3ebeee9df9_ppc64le",
"OpenShift Security Profiles Operator 1:registry.redhat.io/compliance/openshift-selinuxd-rhel9@sha256:f7795017bcbace2e5e86ab1e7906d60ddd06c1b7fdd4ce7891eade3d993ec7b8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/timestamp-authority: Sigstore Timestamp Authority: Denial of Service via excessive OID or Content-Type header parsing"
}
]
}
RHSA-2026:3825
Vulnerability from csaf_redhat - Published: 2026-03-05 07:08 - Updated: 2026-03-18 20:46Notes
{
"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": "The 1.20.3 GA release of Red Hat OpenShift Pipelines Operator..\nFor more details see [product documentation](https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines).",
"title": "Topic"
},
{
"category": "general",
"text": "The 1.20.3 release of Red Hat OpenShift Pipelines Operator.",
"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-2026:3825",
"url": "https://access.redhat.com/errata/RHSA-2026:3825"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-12816",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-13465",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-15284",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66564",
"url": "https://access.redhat.com/security/cve/CVE-2025-66564"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines",
"url": "https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_3825.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Pipelines Release 1.20.3",
"tracking": {
"current_release_date": "2026-03-18T20:46:45+00:00",
"generator": {
"date": "2026-03-18T20:46:45+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2026:3825",
"initial_release_date": "2026-03-05T07:08:51+00:00",
"revision_history": [
{
"date": "2026-03-05T07:08:51+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-05T07:09:01+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T20:46:45+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Pipelines 1.2",
"product": {
"name": "Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_pipelines:1.20::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Pipelines"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:120d93e1cf2a96bfa9d7745b88377651055ebe5595f68b7b4a4bb26f633e8611_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:120d93e1cf2a96bfa9d7745b88377651055ebe5595f68b7b4a4bb26f633e8611_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:120d93e1cf2a96bfa9d7745b88377651055ebe5595f68b7b4a4bb26f633e8611_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-console-plugin-rhel9@sha256%3A120d93e1cf2a96bfa9d7745b88377651055ebe5595f68b7b4a4bb26f633e8611?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1770988020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3b90f58c351e221dfa60c238990c3d7fd3b74f59b806138ddcc18f72baa567ca_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3b90f58c351e221dfa60c238990c3d7fd3b74f59b806138ddcc18f72baa567ca_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3b90f58c351e221dfa60c238990c3d7fd3b74f59b806138ddcc18f72baa567ca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-controller-rhel9@sha256%3A3b90f58c351e221dfa60c238990c3d7fd3b74f59b806138ddcc18f72baa567ca?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771361580"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:13f1af9c6dd7fc7862251d0ce5f069d5965649dd90a547a7a09c6d919ad96987_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:13f1af9c6dd7fc7862251d0ce5f069d5965649dd90a547a7a09c6d919ad96987_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:13f1af9c6dd7fc7862251d0ce5f069d5965649dd90a547a7a09c6d919ad96987_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-webhook-rhel9@sha256%3A13f1af9c6dd7fc7862251d0ce5f069d5965649dd90a547a7a09c6d919ad96987?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771361514"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e350ec18ab8c8dbae2efc9b4d1000e3ae07abbc093c0492444c80561ca57b046_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e350ec18ab8c8dbae2efc9b4d1000e3ae07abbc093c0492444c80561ca57b046_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e350ec18ab8c8dbae2efc9b4d1000e3ae07abbc093c0492444c80561ca57b046_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-cli-rhel9@sha256%3Ae350ec18ab8c8dbae2efc9b4d1000e3ae07abbc093c0492444c80561ca57b046?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771877962"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:22bbf8889856068363e8a3d07b450f63ba979136d4c61205171a465627135c12_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:22bbf8889856068363e8a3d07b450f63ba979136d4c61205171a465627135c12_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:22bbf8889856068363e8a3d07b450f63ba979136d4c61205171a465627135c12_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-controller-rhel9@sha256%3A22bbf8889856068363e8a3d07b450f63ba979136d4c61205171a465627135c12?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771877983"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:c3bee1c6e705933ffa2870133fb3264f29e63b12a065b28bab3dcc2c1b52875e_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:c3bee1c6e705933ffa2870133fb3264f29e63b12a065b28bab3dcc2c1b52875e_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:c3bee1c6e705933ffa2870133fb3264f29e63b12a065b28bab3dcc2c1b52875e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-watcher-rhel9@sha256%3Ac3bee1c6e705933ffa2870133fb3264f29e63b12a065b28bab3dcc2c1b52875e?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771877975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:54e73db973349a7d9ea93b9a419ce8a342cfbf270cbceef5b28fffa578963636_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:54e73db973349a7d9ea93b9a419ce8a342cfbf270cbceef5b28fffa578963636_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:54e73db973349a7d9ea93b9a419ce8a342cfbf270cbceef5b28fffa578963636_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-webhook-rhel9@sha256%3A54e73db973349a7d9ea93b9a419ce8a342cfbf270cbceef5b28fffa578963636?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771878039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:17d540bfc2f5e4f3eb11b25b95dd7860ab1cfccce5814deb301fea08d95072dc_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:17d540bfc2f5e4f3eb11b25b95dd7860ab1cfccce5814deb301fea08d95072dc_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:17d540bfc2f5e4f3eb11b25b95dd7860ab1cfccce5814deb301fea08d95072dc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cache-rhel9@sha256%3A17d540bfc2f5e4f3eb11b25b95dd7860ab1cfccce5814deb301fea08d95072dc?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772526483"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1ee6048f584257edcbc764ae87f6375e6ce2d25caf3cc8f98fed981e197816bd_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1ee6048f584257edcbc764ae87f6375e6ce2d25caf3cc8f98fed981e197816bd_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1ee6048f584257edcbc764ae87f6375e6ce2d25caf3cc8f98fed981e197816bd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-chains-controller-rhel9@sha256%3A1ee6048f584257edcbc764ae87f6375e6ce2d25caf3cc8f98fed981e197816bd?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771374749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:f3c6e7200e2834f4ed697bcaf8fc01a81bd88ae858d9a3c2b0efc36356ea4d91_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:f3c6e7200e2834f4ed697bcaf8fc01a81bd88ae858d9a3c2b0efc36356ea4d91_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:f3c6e7200e2834f4ed697bcaf8fc01a81bd88ae858d9a3c2b0efc36356ea4d91_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-git-init-rhel9@sha256%3Af3c6e7200e2834f4ed697bcaf8fc01a81bd88ae858d9a3c2b0efc36356ea4d91?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772459409"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b9a9eb524b522e4c6cfc285dd115fd3e0cd7d6268213db3bc066b64a7889e7b0_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b9a9eb524b522e4c6cfc285dd115fd3e0cd7d6268213db3bc066b64a7889e7b0_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b9a9eb524b522e4c6cfc285dd115fd3e0cd7d6268213db3bc066b64a7889e7b0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-api-rhel9@sha256%3Ab9a9eb524b522e4c6cfc285dd115fd3e0cd7d6268213db3bc066b64a7889e7b0?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771431328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:c9760dad0568725692140149c11ad94534264af8ab87784677a55a8f27d70ebe_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:c9760dad0568725692140149c11ad94534264af8ab87784677a55a8f27d70ebe_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:c9760dad0568725692140149c11ad94534264af8ab87784677a55a8f27d70ebe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-db-migration-rhel9@sha256%3Ac9760dad0568725692140149c11ad94534264af8ab87784677a55a8f27d70ebe?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771431321"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:5b30d53c4fdfc6fdce2a355a39d48cd078d04511aacf2272602a900289d67bee_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:5b30d53c4fdfc6fdce2a355a39d48cd078d04511aacf2272602a900289d67bee_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:5b30d53c4fdfc6fdce2a355a39d48cd078d04511aacf2272602a900289d67bee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-ui-rhel9@sha256%3A5b30d53c4fdfc6fdce2a355a39d48cd078d04511aacf2272602a900289d67bee?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772497279"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:72632d760862fdcfa54a910846b14f652dac23b185f7496c4c43097d537cc2d2_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:72632d760862fdcfa54a910846b14f652dac23b185f7496c4c43097d537cc2d2_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:72632d760862fdcfa54a910846b14f652dac23b185f7496c4c43097d537cc2d2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-controller-rhel9@sha256%3A72632d760862fdcfa54a910846b14f652dac23b185f7496c4c43097d537cc2d2?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772457038"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:b6fb02867ebc3be24c68dd24c9178ed17a655a20aa19d477954aae0896c53213_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:b6fb02867ebc3be24c68dd24c9178ed17a655a20aa19d477954aae0896c53213_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:b6fb02867ebc3be24c68dd24c9178ed17a655a20aa19d477954aae0896c53213_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-entrypoint-rhel9@sha256%3Ab6fb02867ebc3be24c68dd24c9178ed17a655a20aa19d477954aae0896c53213?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772457066"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:5949d16546a241366ea103f003c733c875c4616794ba7cca42aebb7c585908ba_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:5949d16546a241366ea103f003c733c875c4616794ba7cca42aebb7c585908ba_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:5949d16546a241366ea103f003c733c875c4616794ba7cca42aebb7c585908ba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-events-rhel9@sha256%3A5949d16546a241366ea103f003c733c875c4616794ba7cca42aebb7c585908ba?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772457101"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c0077f6b619722db02086aa46b7c41af3801dc552af11f4bac90a342fd906881_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c0077f6b619722db02086aa46b7c41af3801dc552af11f4bac90a342fd906881_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c0077f6b619722db02086aa46b7c41af3801dc552af11f4bac90a342fd906881_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-nop-rhel9@sha256%3Ac0077f6b619722db02086aa46b7c41af3801dc552af11f4bac90a342fd906881?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772457045"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b903aa551212a53dccb73a4c78500d0c149b42a6cf7ac2ed1f5332e1ac85cac5_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b903aa551212a53dccb73a4c78500d0c149b42a6cf7ac2ed1f5332e1ac85cac5_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b903aa551212a53dccb73a4c78500d0c149b42a6cf7ac2ed1f5332e1ac85cac5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-resolvers-rhel9@sha256%3Ab903aa551212a53dccb73a4c78500d0c149b42a6cf7ac2ed1f5332e1ac85cac5?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772457227"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:560507096517a43878dd9ac1f0d7e5b539ef7d50db3e247870c62e059b6ee289_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:560507096517a43878dd9ac1f0d7e5b539ef7d50db3e247870c62e059b6ee289_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:560507096517a43878dd9ac1f0d7e5b539ef7d50db3e247870c62e059b6ee289_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-sidecarlogresults-rhel9@sha256%3A560507096517a43878dd9ac1f0d7e5b539ef7d50db3e247870c62e059b6ee289?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772457100"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:16b9d1efa24d3f8bad5bcd9ba29e26f2dd15f8a174de2ba17abd63a6f1306fde_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:16b9d1efa24d3f8bad5bcd9ba29e26f2dd15f8a174de2ba17abd63a6f1306fde_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:16b9d1efa24d3f8bad5bcd9ba29e26f2dd15f8a174de2ba17abd63a6f1306fde_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-webhook-rhel9@sha256%3A16b9d1efa24d3f8bad5bcd9ba29e26f2dd15f8a174de2ba17abd63a6f1306fde?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772457105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dece6dc60c2e2e3f53e16b83c6d62abd09848cbf056ba4e8da2e17520db9568a_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dece6dc60c2e2e3f53e16b83c6d62abd09848cbf056ba4e8da2e17520db9568a_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dece6dc60c2e2e3f53e16b83c6d62abd09848cbf056ba4e8da2e17520db9568a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-workingdirinit-rhel9@sha256%3Adece6dc60c2e2e3f53e16b83c6d62abd09848cbf056ba4e8da2e17520db9568a?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772457073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:bba510a758d5a70dc133741ccd00d14bcb8fec5a9d642dbf134434383c909a0c_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:bba510a758d5a70dc133741ccd00d14bcb8fec5a9d642dbf134434383c909a0c_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:bba510a758d5a70dc133741ccd00d14bcb8fec5a9d642dbf134434383c909a0c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pruner-controller-rhel9@sha256%3Abba510a758d5a70dc133741ccd00d14bcb8fec5a9d642dbf134434383c909a0c?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771374555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:2a1344726d5244ffbd2a4c21c782116aa81efbc1b12466bcd89ef956e43893a1_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:2a1344726d5244ffbd2a4c21c782116aa81efbc1b12466bcd89ef956e43893a1_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:2a1344726d5244ffbd2a4c21c782116aa81efbc1b12466bcd89ef956e43893a1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-api-rhel9@sha256%3A2a1344726d5244ffbd2a4c21c782116aa81efbc1b12466bcd89ef956e43893a1?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771375259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:ed58fd6de76c840d4057e6f89918e737ce5767a71aefb9effbdf5e9de97bb514_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:ed58fd6de76c840d4057e6f89918e737ce5767a71aefb9effbdf5e9de97bb514_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:ed58fd6de76c840d4057e6f89918e737ce5767a71aefb9effbdf5e9de97bb514_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-retention-policy-agent-rhel9@sha256%3Aed58fd6de76c840d4057e6f89918e737ce5767a71aefb9effbdf5e9de97bb514?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771375067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f841bc4678ac23de083707b5c4580fb4c52f84adb7fe0e4c4ef387768b4e6364_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f841bc4678ac23de083707b5c4580fb4c52f84adb7fe0e4c4ef387768b4e6364_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f841bc4678ac23de083707b5c4580fb4c52f84adb7fe0e4c4ef387768b4e6364_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-watcher-rhel9@sha256%3Af841bc4678ac23de083707b5c4580fb4c52f84adb7fe0e4c4ef387768b4e6364?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771374514"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:52772f57e167aaf6e54dc104b57a03db4fbbac7fddd65cf54a8b342cf43df20c_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:52772f57e167aaf6e54dc104b57a03db4fbbac7fddd65cf54a8b342cf43df20c_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:52772f57e167aaf6e54dc104b57a03db4fbbac7fddd65cf54a8b342cf43df20c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-controller-rhel9@sha256%3A52772f57e167aaf6e54dc104b57a03db4fbbac7fddd65cf54a8b342cf43df20c?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771374322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:536e89fce8e35644e1ac7d829a4562f76ede60bd8069e92e3b3da17f1702578b_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:536e89fce8e35644e1ac7d829a4562f76ede60bd8069e92e3b3da17f1702578b_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:536e89fce8e35644e1ac7d829a4562f76ede60bd8069e92e3b3da17f1702578b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-core-interceptors-rhel9@sha256%3A536e89fce8e35644e1ac7d829a4562f76ede60bd8069e92e3b3da17f1702578b?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771374358"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:a50e8e8276a10fba42491003b40183d8ebcc939a4b215b0bad8d835695b5ab45_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:a50e8e8276a10fba42491003b40183d8ebcc939a4b215b0bad8d835695b5ab45_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:a50e8e8276a10fba42491003b40183d8ebcc939a4b215b0bad8d835695b5ab45_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-eventlistenersink-rhel9@sha256%3Aa50e8e8276a10fba42491003b40183d8ebcc939a4b215b0bad8d835695b5ab45?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771374363"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:c98dde706025aa5e34c7c43eb74c9e0f747c15c6b25450faed9b97374417157d_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:c98dde706025aa5e34c7c43eb74c9e0f747c15c6b25450faed9b97374417157d_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:c98dde706025aa5e34c7c43eb74c9e0f747c15c6b25450faed9b97374417157d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-webhook-rhel9@sha256%3Ac98dde706025aa5e34c7c43eb74c9e0f747c15c6b25450faed9b97374417157d?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771374417"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:a01a2a1e02cffad381ecacab7bf6456ed9a0d1ad589cd0935ec5a4748e341fbe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:a01a2a1e02cffad381ecacab7bf6456ed9a0d1ad589cd0935ec5a4748e341fbe_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:a01a2a1e02cffad381ecacab7bf6456ed9a0d1ad589cd0935ec5a4748e341fbe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-console-plugin-rhel9@sha256%3Aa01a2a1e02cffad381ecacab7bf6456ed9a0d1ad589cd0935ec5a4748e341fbe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1770988020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3189e6a8da6e957085a5dbaba433b0199a354c06b7c27e21d9a5107f67c60ce1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3189e6a8da6e957085a5dbaba433b0199a354c06b7c27e21d9a5107f67c60ce1_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3189e6a8da6e957085a5dbaba433b0199a354c06b7c27e21d9a5107f67c60ce1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-controller-rhel9@sha256%3A3189e6a8da6e957085a5dbaba433b0199a354c06b7c27e21d9a5107f67c60ce1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771361580"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:99346560c0fcba5270027aca813dab94e862a8c1bb413bf233c53b0488bf1339_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:99346560c0fcba5270027aca813dab94e862a8c1bb413bf233c53b0488bf1339_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:99346560c0fcba5270027aca813dab94e862a8c1bb413bf233c53b0488bf1339_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-webhook-rhel9@sha256%3A99346560c0fcba5270027aca813dab94e862a8c1bb413bf233c53b0488bf1339?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771361514"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:4d2516e88f1ae905b5c27d34324a8d3568870c9ba6072e05a18262cdb3e4b5f3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:4d2516e88f1ae905b5c27d34324a8d3568870c9ba6072e05a18262cdb3e4b5f3_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:4d2516e88f1ae905b5c27d34324a8d3568870c9ba6072e05a18262cdb3e4b5f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-cli-rhel9@sha256%3A4d2516e88f1ae905b5c27d34324a8d3568870c9ba6072e05a18262cdb3e4b5f3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771877962"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:0823a50cc017274204acfef21c96fdcac9754fe790cac68c6a2725990f2147ef_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:0823a50cc017274204acfef21c96fdcac9754fe790cac68c6a2725990f2147ef_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:0823a50cc017274204acfef21c96fdcac9754fe790cac68c6a2725990f2147ef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-controller-rhel9@sha256%3A0823a50cc017274204acfef21c96fdcac9754fe790cac68c6a2725990f2147ef?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771877983"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:a08d98ec75520d6b7421a75179c217bac1de0e893105f964325fc618c40b0062_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:a08d98ec75520d6b7421a75179c217bac1de0e893105f964325fc618c40b0062_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:a08d98ec75520d6b7421a75179c217bac1de0e893105f964325fc618c40b0062_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-watcher-rhel9@sha256%3Aa08d98ec75520d6b7421a75179c217bac1de0e893105f964325fc618c40b0062?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771877975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4a34e3506330e931d7f205b36324c9fd7fe8581fbccfaca897f7c34bbb0df102_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4a34e3506330e931d7f205b36324c9fd7fe8581fbccfaca897f7c34bbb0df102_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4a34e3506330e931d7f205b36324c9fd7fe8581fbccfaca897f7c34bbb0df102_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-webhook-rhel9@sha256%3A4a34e3506330e931d7f205b36324c9fd7fe8581fbccfaca897f7c34bbb0df102?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771878039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c13e60b885afff7a2ee13fac8de563f4886e762406ee2976d5b23ea0ef656078_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c13e60b885afff7a2ee13fac8de563f4886e762406ee2976d5b23ea0ef656078_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c13e60b885afff7a2ee13fac8de563f4886e762406ee2976d5b23ea0ef656078_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cache-rhel9@sha256%3Ac13e60b885afff7a2ee13fac8de563f4886e762406ee2976d5b23ea0ef656078?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772526483"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:bbb93e9ce23fd650f5b19df958390c951c38b72de02c5fec9cfbb3b801e8312f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:bbb93e9ce23fd650f5b19df958390c951c38b72de02c5fec9cfbb3b801e8312f_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:bbb93e9ce23fd650f5b19df958390c951c38b72de02c5fec9cfbb3b801e8312f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-chains-controller-rhel9@sha256%3Abbb93e9ce23fd650f5b19df958390c951c38b72de02c5fec9cfbb3b801e8312f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771374749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:bf6075f65fa2cb59af1c5cf9374c8958361c6c41318ae157abfa46a6d6e4d5b2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:bf6075f65fa2cb59af1c5cf9374c8958361c6c41318ae157abfa46a6d6e4d5b2_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:bf6075f65fa2cb59af1c5cf9374c8958361c6c41318ae157abfa46a6d6e4d5b2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-git-init-rhel9@sha256%3Abf6075f65fa2cb59af1c5cf9374c8958361c6c41318ae157abfa46a6d6e4d5b2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772459409"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:fd5188add10e6586b188efaa19ce094daf5c5c84b07725031d25237c2e93ced2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:fd5188add10e6586b188efaa19ce094daf5c5c84b07725031d25237c2e93ced2_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:fd5188add10e6586b188efaa19ce094daf5c5c84b07725031d25237c2e93ced2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-api-rhel9@sha256%3Afd5188add10e6586b188efaa19ce094daf5c5c84b07725031d25237c2e93ced2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771431328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:0729b53e12e2e4f552e42c30f55c0c2ce7d0399fae6c4aba8f617f5579bc4445_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:0729b53e12e2e4f552e42c30f55c0c2ce7d0399fae6c4aba8f617f5579bc4445_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:0729b53e12e2e4f552e42c30f55c0c2ce7d0399fae6c4aba8f617f5579bc4445_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-db-migration-rhel9@sha256%3A0729b53e12e2e4f552e42c30f55c0c2ce7d0399fae6c4aba8f617f5579bc4445?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771431321"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:3c9fc3fba4317d85887ecaeb8afa321395dc8b04dc05fa54a12d27abaa0e6087_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:3c9fc3fba4317d85887ecaeb8afa321395dc8b04dc05fa54a12d27abaa0e6087_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:3c9fc3fba4317d85887ecaeb8afa321395dc8b04dc05fa54a12d27abaa0e6087_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-ui-rhel9@sha256%3A3c9fc3fba4317d85887ecaeb8afa321395dc8b04dc05fa54a12d27abaa0e6087?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772497279"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:2dd2182f98cb7beb6e8ef7d7fcfe13705501a11d425b99667afcbbfa52fd252a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:2dd2182f98cb7beb6e8ef7d7fcfe13705501a11d425b99667afcbbfa52fd252a_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:2dd2182f98cb7beb6e8ef7d7fcfe13705501a11d425b99667afcbbfa52fd252a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-controller-rhel9@sha256%3A2dd2182f98cb7beb6e8ef7d7fcfe13705501a11d425b99667afcbbfa52fd252a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772457038"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:98f5998cc667e71dbb51d133d39ae78156ccafa8bf171bd666edfac8de17ccba_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:98f5998cc667e71dbb51d133d39ae78156ccafa8bf171bd666edfac8de17ccba_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:98f5998cc667e71dbb51d133d39ae78156ccafa8bf171bd666edfac8de17ccba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-entrypoint-rhel9@sha256%3A98f5998cc667e71dbb51d133d39ae78156ccafa8bf171bd666edfac8de17ccba?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772457066"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:84469780cc76298499046e7a696b100a0393be411dc14fd8a3878fcedd86220e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:84469780cc76298499046e7a696b100a0393be411dc14fd8a3878fcedd86220e_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:84469780cc76298499046e7a696b100a0393be411dc14fd8a3878fcedd86220e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-events-rhel9@sha256%3A84469780cc76298499046e7a696b100a0393be411dc14fd8a3878fcedd86220e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772457101"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:12ed2cba86b37cde91db1ffac6d1aadd08b03f06a72406e8c224d4d470a8bf2f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:12ed2cba86b37cde91db1ffac6d1aadd08b03f06a72406e8c224d4d470a8bf2f_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:12ed2cba86b37cde91db1ffac6d1aadd08b03f06a72406e8c224d4d470a8bf2f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-nop-rhel9@sha256%3A12ed2cba86b37cde91db1ffac6d1aadd08b03f06a72406e8c224d4d470a8bf2f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772457045"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:86af0e4cedd9f906d2c341d0d658f67f4383615213312804b8f52be2a7dff036_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:86af0e4cedd9f906d2c341d0d658f67f4383615213312804b8f52be2a7dff036_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:86af0e4cedd9f906d2c341d0d658f67f4383615213312804b8f52be2a7dff036_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-resolvers-rhel9@sha256%3A86af0e4cedd9f906d2c341d0d658f67f4383615213312804b8f52be2a7dff036?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772457227"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:a905be27983179f4cc0aa78e6b6b78971ae17bbcd46520fbc234e755cc9c98fe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:a905be27983179f4cc0aa78e6b6b78971ae17bbcd46520fbc234e755cc9c98fe_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:a905be27983179f4cc0aa78e6b6b78971ae17bbcd46520fbc234e755cc9c98fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-sidecarlogresults-rhel9@sha256%3Aa905be27983179f4cc0aa78e6b6b78971ae17bbcd46520fbc234e755cc9c98fe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772457100"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:1bbbf713c2ff1870779a9b18b3607f0b0a84e7a797a409ab53afe0075da3e7fb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:1bbbf713c2ff1870779a9b18b3607f0b0a84e7a797a409ab53afe0075da3e7fb_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:1bbbf713c2ff1870779a9b18b3607f0b0a84e7a797a409ab53afe0075da3e7fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-webhook-rhel9@sha256%3A1bbbf713c2ff1870779a9b18b3607f0b0a84e7a797a409ab53afe0075da3e7fb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772457105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:677cc576f84ceaba881313e7da183c012b03c4218f9a36f8d2b68806abb8b38d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:677cc576f84ceaba881313e7da183c012b03c4218f9a36f8d2b68806abb8b38d_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:677cc576f84ceaba881313e7da183c012b03c4218f9a36f8d2b68806abb8b38d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-workingdirinit-rhel9@sha256%3A677cc576f84ceaba881313e7da183c012b03c4218f9a36f8d2b68806abb8b38d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772457073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:ea04b84821f819c6be84ed2b7113b791722aa6cdfd6fe6a119d13120dbc4bc9d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:ea04b84821f819c6be84ed2b7113b791722aa6cdfd6fe6a119d13120dbc4bc9d_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:ea04b84821f819c6be84ed2b7113b791722aa6cdfd6fe6a119d13120dbc4bc9d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pruner-controller-rhel9@sha256%3Aea04b84821f819c6be84ed2b7113b791722aa6cdfd6fe6a119d13120dbc4bc9d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771374555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:b5fe393f2ea257f218fdf660b394d158e4709ede0e72ba8e3538ffee9659f8fe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:b5fe393f2ea257f218fdf660b394d158e4709ede0e72ba8e3538ffee9659f8fe_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:b5fe393f2ea257f218fdf660b394d158e4709ede0e72ba8e3538ffee9659f8fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-api-rhel9@sha256%3Ab5fe393f2ea257f218fdf660b394d158e4709ede0e72ba8e3538ffee9659f8fe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771375259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7cef021919f068f60c37c2e8d9306e22cd915f17098c2aac51d43ede1c92cd81_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7cef021919f068f60c37c2e8d9306e22cd915f17098c2aac51d43ede1c92cd81_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7cef021919f068f60c37c2e8d9306e22cd915f17098c2aac51d43ede1c92cd81_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-retention-policy-agent-rhel9@sha256%3A7cef021919f068f60c37c2e8d9306e22cd915f17098c2aac51d43ede1c92cd81?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771375067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:80b223dbcc37a4b977cfc5b75f999a5b206114cc47feaa5dcd43627dc91303fe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:80b223dbcc37a4b977cfc5b75f999a5b206114cc47feaa5dcd43627dc91303fe_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:80b223dbcc37a4b977cfc5b75f999a5b206114cc47feaa5dcd43627dc91303fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-watcher-rhel9@sha256%3A80b223dbcc37a4b977cfc5b75f999a5b206114cc47feaa5dcd43627dc91303fe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771374514"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:8e9605f0c3c4bf4f184e220228221367b52ed7609c13b476e6e9df446c35a2ea_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:8e9605f0c3c4bf4f184e220228221367b52ed7609c13b476e6e9df446c35a2ea_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:8e9605f0c3c4bf4f184e220228221367b52ed7609c13b476e6e9df446c35a2ea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-controller-rhel9@sha256%3A8e9605f0c3c4bf4f184e220228221367b52ed7609c13b476e6e9df446c35a2ea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771374322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:6c9c4245686d29afb7f5285e3085969e2ec5283e5bf92bcfb8bc6cae13027724_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:6c9c4245686d29afb7f5285e3085969e2ec5283e5bf92bcfb8bc6cae13027724_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:6c9c4245686d29afb7f5285e3085969e2ec5283e5bf92bcfb8bc6cae13027724_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-core-interceptors-rhel9@sha256%3A6c9c4245686d29afb7f5285e3085969e2ec5283e5bf92bcfb8bc6cae13027724?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771374358"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9ff441506bc87d94825a4d4f57ff7f2b1e53d343297745b5dd0e4d3ad201f1b2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9ff441506bc87d94825a4d4f57ff7f2b1e53d343297745b5dd0e4d3ad201f1b2_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9ff441506bc87d94825a4d4f57ff7f2b1e53d343297745b5dd0e4d3ad201f1b2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-eventlistenersink-rhel9@sha256%3A9ff441506bc87d94825a4d4f57ff7f2b1e53d343297745b5dd0e4d3ad201f1b2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771374363"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:d0f59e461f21d4c1194c3ff29b5f6b0d6f13e2a26f7f08195a6224c30199c1f2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:d0f59e461f21d4c1194c3ff29b5f6b0d6f13e2a26f7f08195a6224c30199c1f2_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:d0f59e461f21d4c1194c3ff29b5f6b0d6f13e2a26f7f08195a6224c30199c1f2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-webhook-rhel9@sha256%3Ad0f59e461f21d4c1194c3ff29b5f6b0d6f13e2a26f7f08195a6224c30199c1f2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771374417"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:7b0f572c22640568015fbcf42e9e242b2a640b70eb7bec97f00ee6967d0f598f_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:7b0f572c22640568015fbcf42e9e242b2a640b70eb7bec97f00ee6967d0f598f_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:7b0f572c22640568015fbcf42e9e242b2a640b70eb7bec97f00ee6967d0f598f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-console-plugin-rhel9@sha256%3A7b0f572c22640568015fbcf42e9e242b2a640b70eb7bec97f00ee6967d0f598f?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1770988020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:147e26fd0d2470145f4acf8c833ac329b7e288ba1d20f491a89ab1aa3cd39c55_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:147e26fd0d2470145f4acf8c833ac329b7e288ba1d20f491a89ab1aa3cd39c55_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:147e26fd0d2470145f4acf8c833ac329b7e288ba1d20f491a89ab1aa3cd39c55_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-controller-rhel9@sha256%3A147e26fd0d2470145f4acf8c833ac329b7e288ba1d20f491a89ab1aa3cd39c55?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771361580"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:ebd990cec2d84cc208b9b98b885ed019e1edbae5d660f238b84455d06c18d41c_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:ebd990cec2d84cc208b9b98b885ed019e1edbae5d660f238b84455d06c18d41c_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:ebd990cec2d84cc208b9b98b885ed019e1edbae5d660f238b84455d06c18d41c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-webhook-rhel9@sha256%3Aebd990cec2d84cc208b9b98b885ed019e1edbae5d660f238b84455d06c18d41c?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771361514"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:d5893ff6b813926b1ccf6191f447122123c0685aed3bd8496dcd0b628254fedb_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:d5893ff6b813926b1ccf6191f447122123c0685aed3bd8496dcd0b628254fedb_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:d5893ff6b813926b1ccf6191f447122123c0685aed3bd8496dcd0b628254fedb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-cli-rhel9@sha256%3Ad5893ff6b813926b1ccf6191f447122123c0685aed3bd8496dcd0b628254fedb?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771877962"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:e2cc1d53875b7ec174fae01f9ee1b0d081b496726f6efe59cfdaf3f52bdb22bb_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:e2cc1d53875b7ec174fae01f9ee1b0d081b496726f6efe59cfdaf3f52bdb22bb_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:e2cc1d53875b7ec174fae01f9ee1b0d081b496726f6efe59cfdaf3f52bdb22bb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-controller-rhel9@sha256%3Ae2cc1d53875b7ec174fae01f9ee1b0d081b496726f6efe59cfdaf3f52bdb22bb?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771877983"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:7cd03b4ff79625bc11db9340e69416320b880444c91def4d0768c7b687acc576_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:7cd03b4ff79625bc11db9340e69416320b880444c91def4d0768c7b687acc576_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:7cd03b4ff79625bc11db9340e69416320b880444c91def4d0768c7b687acc576_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-watcher-rhel9@sha256%3A7cd03b4ff79625bc11db9340e69416320b880444c91def4d0768c7b687acc576?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771877975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:253ce9e4ce0dc0045de38340fe487c9dc47b2691befe2ea91e46cc493c6a74f2_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:253ce9e4ce0dc0045de38340fe487c9dc47b2691befe2ea91e46cc493c6a74f2_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:253ce9e4ce0dc0045de38340fe487c9dc47b2691befe2ea91e46cc493c6a74f2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-webhook-rhel9@sha256%3A253ce9e4ce0dc0045de38340fe487c9dc47b2691befe2ea91e46cc493c6a74f2?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771878039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:9ebb96ce55329bcc5f40a92be685329d7ec00bfff00bd5a3605102eb8d6ed719_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:9ebb96ce55329bcc5f40a92be685329d7ec00bfff00bd5a3605102eb8d6ed719_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:9ebb96ce55329bcc5f40a92be685329d7ec00bfff00bd5a3605102eb8d6ed719_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cache-rhel9@sha256%3A9ebb96ce55329bcc5f40a92be685329d7ec00bfff00bd5a3605102eb8d6ed719?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772526483"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:ef571581dc01c754dce5ca1dbd360fe86800c14853ce3f535a51d0f438467597_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:ef571581dc01c754dce5ca1dbd360fe86800c14853ce3f535a51d0f438467597_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:ef571581dc01c754dce5ca1dbd360fe86800c14853ce3f535a51d0f438467597_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-chains-controller-rhel9@sha256%3Aef571581dc01c754dce5ca1dbd360fe86800c14853ce3f535a51d0f438467597?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771374749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:35412516c9d8d4ddb93f57bb59da160aa6abb11581a1a5df793fcbb8197f2e4f_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:35412516c9d8d4ddb93f57bb59da160aa6abb11581a1a5df793fcbb8197f2e4f_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:35412516c9d8d4ddb93f57bb59da160aa6abb11581a1a5df793fcbb8197f2e4f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-git-init-rhel9@sha256%3A35412516c9d8d4ddb93f57bb59da160aa6abb11581a1a5df793fcbb8197f2e4f?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772459409"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:7c36902406c9dc7a91897ea5fe36ba4e6ee9f6435094016fc21e31c057ba3dd7_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:7c36902406c9dc7a91897ea5fe36ba4e6ee9f6435094016fc21e31c057ba3dd7_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:7c36902406c9dc7a91897ea5fe36ba4e6ee9f6435094016fc21e31c057ba3dd7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-api-rhel9@sha256%3A7c36902406c9dc7a91897ea5fe36ba4e6ee9f6435094016fc21e31c057ba3dd7?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771431328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:2e507b647ca536325992fdd04d046ef960f5b5c3692af18344f86daa09a3741d_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:2e507b647ca536325992fdd04d046ef960f5b5c3692af18344f86daa09a3741d_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:2e507b647ca536325992fdd04d046ef960f5b5c3692af18344f86daa09a3741d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-db-migration-rhel9@sha256%3A2e507b647ca536325992fdd04d046ef960f5b5c3692af18344f86daa09a3741d?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771431321"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:030a4842de53bfe099677176efc80c9e31f585f944e94ae9991ea84cda38e88b_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:030a4842de53bfe099677176efc80c9e31f585f944e94ae9991ea84cda38e88b_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:030a4842de53bfe099677176efc80c9e31f585f944e94ae9991ea84cda38e88b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-ui-rhel9@sha256%3A030a4842de53bfe099677176efc80c9e31f585f944e94ae9991ea84cda38e88b?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772497279"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:8559603458387b13ca544bf7a499fdaad82d18145b612e4e220e53480960dda0_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:8559603458387b13ca544bf7a499fdaad82d18145b612e4e220e53480960dda0_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:8559603458387b13ca544bf7a499fdaad82d18145b612e4e220e53480960dda0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-controller-rhel9@sha256%3A8559603458387b13ca544bf7a499fdaad82d18145b612e4e220e53480960dda0?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772457038"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:fbb162c6620a1ac010cdd353682b30c6adebaf9a0064d6e3430555f7310c704c_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:fbb162c6620a1ac010cdd353682b30c6adebaf9a0064d6e3430555f7310c704c_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:fbb162c6620a1ac010cdd353682b30c6adebaf9a0064d6e3430555f7310c704c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-entrypoint-rhel9@sha256%3Afbb162c6620a1ac010cdd353682b30c6adebaf9a0064d6e3430555f7310c704c?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772457066"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:a0389d20f0c4c08c0e5b6f0a6edd8216658e3957e1e7476c21129b7a36ed2a8d_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:a0389d20f0c4c08c0e5b6f0a6edd8216658e3957e1e7476c21129b7a36ed2a8d_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:a0389d20f0c4c08c0e5b6f0a6edd8216658e3957e1e7476c21129b7a36ed2a8d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-events-rhel9@sha256%3Aa0389d20f0c4c08c0e5b6f0a6edd8216658e3957e1e7476c21129b7a36ed2a8d?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772457101"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:3fdb6ca084da38668af018b7058161658271a9e2804f968f8362eab5f4de2d67_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:3fdb6ca084da38668af018b7058161658271a9e2804f968f8362eab5f4de2d67_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:3fdb6ca084da38668af018b7058161658271a9e2804f968f8362eab5f4de2d67_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-nop-rhel9@sha256%3A3fdb6ca084da38668af018b7058161658271a9e2804f968f8362eab5f4de2d67?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772457045"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:867d26b20423114d5bc4874ab26c58e23471a58226ef2e1eebee30f760533f13_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:867d26b20423114d5bc4874ab26c58e23471a58226ef2e1eebee30f760533f13_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:867d26b20423114d5bc4874ab26c58e23471a58226ef2e1eebee30f760533f13_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-resolvers-rhel9@sha256%3A867d26b20423114d5bc4874ab26c58e23471a58226ef2e1eebee30f760533f13?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772457227"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:ad84f6f7bde148dd49f9d633c4b904e52120d293aabd85eed9783f37db0de73e_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:ad84f6f7bde148dd49f9d633c4b904e52120d293aabd85eed9783f37db0de73e_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:ad84f6f7bde148dd49f9d633c4b904e52120d293aabd85eed9783f37db0de73e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-sidecarlogresults-rhel9@sha256%3Aad84f6f7bde148dd49f9d633c4b904e52120d293aabd85eed9783f37db0de73e?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772457100"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:aa50d147f3b2bbe58539e676a2eaa7c2ea668adc8b33cc761c21fb2189cecb17_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:aa50d147f3b2bbe58539e676a2eaa7c2ea668adc8b33cc761c21fb2189cecb17_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:aa50d147f3b2bbe58539e676a2eaa7c2ea668adc8b33cc761c21fb2189cecb17_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-webhook-rhel9@sha256%3Aaa50d147f3b2bbe58539e676a2eaa7c2ea668adc8b33cc761c21fb2189cecb17?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772457105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:63ff9662f5a1cb5f69f08c38c22119fd202335b2c6a7e540a531fa1413421111_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:63ff9662f5a1cb5f69f08c38c22119fd202335b2c6a7e540a531fa1413421111_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:63ff9662f5a1cb5f69f08c38c22119fd202335b2c6a7e540a531fa1413421111_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-workingdirinit-rhel9@sha256%3A63ff9662f5a1cb5f69f08c38c22119fd202335b2c6a7e540a531fa1413421111?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772457073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:71d52625d3aeb19a6109a434b2d6498aa8cfbfb74649ad2cba8837f3fae6e7ac_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:71d52625d3aeb19a6109a434b2d6498aa8cfbfb74649ad2cba8837f3fae6e7ac_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:71d52625d3aeb19a6109a434b2d6498aa8cfbfb74649ad2cba8837f3fae6e7ac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pruner-controller-rhel9@sha256%3A71d52625d3aeb19a6109a434b2d6498aa8cfbfb74649ad2cba8837f3fae6e7ac?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771374555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:0bc86f0e97b943cfbcdc57c4357ff3bebd2b224116b01d36f20d34af20b86d5e_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:0bc86f0e97b943cfbcdc57c4357ff3bebd2b224116b01d36f20d34af20b86d5e_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:0bc86f0e97b943cfbcdc57c4357ff3bebd2b224116b01d36f20d34af20b86d5e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-api-rhel9@sha256%3A0bc86f0e97b943cfbcdc57c4357ff3bebd2b224116b01d36f20d34af20b86d5e?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771375259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d6bef8cb3c830ae821d2f14692e1ce0b70d17c371e1a75d076dcec21b7213e0c_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d6bef8cb3c830ae821d2f14692e1ce0b70d17c371e1a75d076dcec21b7213e0c_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d6bef8cb3c830ae821d2f14692e1ce0b70d17c371e1a75d076dcec21b7213e0c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-retention-policy-agent-rhel9@sha256%3Ad6bef8cb3c830ae821d2f14692e1ce0b70d17c371e1a75d076dcec21b7213e0c?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771375067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:abdcb828bc1f2aaa5ee7211a00b3b7d8d291878ed55b5d2bbab425096625e52f_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:abdcb828bc1f2aaa5ee7211a00b3b7d8d291878ed55b5d2bbab425096625e52f_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:abdcb828bc1f2aaa5ee7211a00b3b7d8d291878ed55b5d2bbab425096625e52f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-watcher-rhel9@sha256%3Aabdcb828bc1f2aaa5ee7211a00b3b7d8d291878ed55b5d2bbab425096625e52f?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771374514"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:28fc18c45672e4d644b08216d62453bc74a5817fed4b4873c9981984c21f77a8_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:28fc18c45672e4d644b08216d62453bc74a5817fed4b4873c9981984c21f77a8_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:28fc18c45672e4d644b08216d62453bc74a5817fed4b4873c9981984c21f77a8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-controller-rhel9@sha256%3A28fc18c45672e4d644b08216d62453bc74a5817fed4b4873c9981984c21f77a8?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771374322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:337beb1ebee34315707d2e40e930e9a107ac156f4201667ae7b90621ea392f66_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:337beb1ebee34315707d2e40e930e9a107ac156f4201667ae7b90621ea392f66_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:337beb1ebee34315707d2e40e930e9a107ac156f4201667ae7b90621ea392f66_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-core-interceptors-rhel9@sha256%3A337beb1ebee34315707d2e40e930e9a107ac156f4201667ae7b90621ea392f66?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771374358"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:af3d3edc03257025476cdd0d0b4bfbb14022a0473054db0f868c197f73598f45_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:af3d3edc03257025476cdd0d0b4bfbb14022a0473054db0f868c197f73598f45_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:af3d3edc03257025476cdd0d0b4bfbb14022a0473054db0f868c197f73598f45_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-eventlistenersink-rhel9@sha256%3Aaf3d3edc03257025476cdd0d0b4bfbb14022a0473054db0f868c197f73598f45?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771374363"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:a7060a10a9ab3d992ff150dcbe687dc4328ab3e2debd1351a6d7e0ac2439d89e_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:a7060a10a9ab3d992ff150dcbe687dc4328ab3e2debd1351a6d7e0ac2439d89e_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:a7060a10a9ab3d992ff150dcbe687dc4328ab3e2debd1351a6d7e0ac2439d89e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-webhook-rhel9@sha256%3Aa7060a10a9ab3d992ff150dcbe687dc4328ab3e2debd1351a6d7e0ac2439d89e?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771374417"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:43efa5a676666dd4ae039ad5518eaf636f5baf8d688d9a4b475822c32ad1ddfb_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:43efa5a676666dd4ae039ad5518eaf636f5baf8d688d9a4b475822c32ad1ddfb_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:43efa5a676666dd4ae039ad5518eaf636f5baf8d688d9a4b475822c32ad1ddfb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-console-plugin-rhel9@sha256%3A43efa5a676666dd4ae039ad5518eaf636f5baf8d688d9a4b475822c32ad1ddfb?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1770988020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:364d64cd9c25fbc2a39023c8212c12f9608d84370a72ae8356bfdd34f0d52a2f_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:364d64cd9c25fbc2a39023c8212c12f9608d84370a72ae8356bfdd34f0d52a2f_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:364d64cd9c25fbc2a39023c8212c12f9608d84370a72ae8356bfdd34f0d52a2f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-controller-rhel9@sha256%3A364d64cd9c25fbc2a39023c8212c12f9608d84370a72ae8356bfdd34f0d52a2f?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771361580"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:90075f5da491adec16eeada609d1f315ae7d97cd414e79b7c8e751d93c0be819_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:90075f5da491adec16eeada609d1f315ae7d97cd414e79b7c8e751d93c0be819_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:90075f5da491adec16eeada609d1f315ae7d97cd414e79b7c8e751d93c0be819_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-webhook-rhel9@sha256%3A90075f5da491adec16eeada609d1f315ae7d97cd414e79b7c8e751d93c0be819?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771361514"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e9ff6d02fb5fc4081bb317fca7930390f54de71920efd3327ae9f9df2b2cd783_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e9ff6d02fb5fc4081bb317fca7930390f54de71920efd3327ae9f9df2b2cd783_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e9ff6d02fb5fc4081bb317fca7930390f54de71920efd3327ae9f9df2b2cd783_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-cli-rhel9@sha256%3Ae9ff6d02fb5fc4081bb317fca7930390f54de71920efd3327ae9f9df2b2cd783?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771877962"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:2f6f91dfd7b71cad1c6db82835d709d20f4153cf500d60ee32145712af922214_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:2f6f91dfd7b71cad1c6db82835d709d20f4153cf500d60ee32145712af922214_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:2f6f91dfd7b71cad1c6db82835d709d20f4153cf500d60ee32145712af922214_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-controller-rhel9@sha256%3A2f6f91dfd7b71cad1c6db82835d709d20f4153cf500d60ee32145712af922214?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771877983"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:95801a943ba7d0ec4af53c3cd1177483e649bcd528b5a838a32ad2d860e6503a_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:95801a943ba7d0ec4af53c3cd1177483e649bcd528b5a838a32ad2d860e6503a_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:95801a943ba7d0ec4af53c3cd1177483e649bcd528b5a838a32ad2d860e6503a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-watcher-rhel9@sha256%3A95801a943ba7d0ec4af53c3cd1177483e649bcd528b5a838a32ad2d860e6503a?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771877975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:1e9a9f1b5ecdab7d074722c860daab977519123fe4385affdfd86d8c7f3c473c_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:1e9a9f1b5ecdab7d074722c860daab977519123fe4385affdfd86d8c7f3c473c_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:1e9a9f1b5ecdab7d074722c860daab977519123fe4385affdfd86d8c7f3c473c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-webhook-rhel9@sha256%3A1e9a9f1b5ecdab7d074722c860daab977519123fe4385affdfd86d8c7f3c473c?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771878039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:716f58c27ecb2a7885406bc866a3c2bb850396f770a556ef1bdaeccedfd24089_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:716f58c27ecb2a7885406bc866a3c2bb850396f770a556ef1bdaeccedfd24089_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:716f58c27ecb2a7885406bc866a3c2bb850396f770a556ef1bdaeccedfd24089_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cache-rhel9@sha256%3A716f58c27ecb2a7885406bc866a3c2bb850396f770a556ef1bdaeccedfd24089?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772526483"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:6a0d1f472283c686e438dbfbeec826db9d7d95f45f92842c4073f70704860d2f_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:6a0d1f472283c686e438dbfbeec826db9d7d95f45f92842c4073f70704860d2f_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:6a0d1f472283c686e438dbfbeec826db9d7d95f45f92842c4073f70704860d2f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-chains-controller-rhel9@sha256%3A6a0d1f472283c686e438dbfbeec826db9d7d95f45f92842c4073f70704860d2f?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771374749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:d3c24212665bd368c38a2b913b4bf9d8f5eb294ff269c0d5f23ac1c7f4bd6829_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:d3c24212665bd368c38a2b913b4bf9d8f5eb294ff269c0d5f23ac1c7f4bd6829_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:d3c24212665bd368c38a2b913b4bf9d8f5eb294ff269c0d5f23ac1c7f4bd6829_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-git-init-rhel9@sha256%3Ad3c24212665bd368c38a2b913b4bf9d8f5eb294ff269c0d5f23ac1c7f4bd6829?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772459409"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b817e4c5703cd36926371bdf2f276a1557e5c8ea4a57344051e219bb8a707b04_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b817e4c5703cd36926371bdf2f276a1557e5c8ea4a57344051e219bb8a707b04_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b817e4c5703cd36926371bdf2f276a1557e5c8ea4a57344051e219bb8a707b04_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-api-rhel9@sha256%3Ab817e4c5703cd36926371bdf2f276a1557e5c8ea4a57344051e219bb8a707b04?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771431328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:e3e5f17fd2981ea6bae01080625c0b5aed4bba475271ccd4eb2ff1434d949cc1_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:e3e5f17fd2981ea6bae01080625c0b5aed4bba475271ccd4eb2ff1434d949cc1_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:e3e5f17fd2981ea6bae01080625c0b5aed4bba475271ccd4eb2ff1434d949cc1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-db-migration-rhel9@sha256%3Ae3e5f17fd2981ea6bae01080625c0b5aed4bba475271ccd4eb2ff1434d949cc1?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771431321"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:53f5c85f436c8aee0af2297144da6dfe7c9941bcecc3801d514cf6cbfa9f230f_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:53f5c85f436c8aee0af2297144da6dfe7c9941bcecc3801d514cf6cbfa9f230f_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:53f5c85f436c8aee0af2297144da6dfe7c9941bcecc3801d514cf6cbfa9f230f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-ui-rhel9@sha256%3A53f5c85f436c8aee0af2297144da6dfe7c9941bcecc3801d514cf6cbfa9f230f?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772497279"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:27f3be442cf1d9f640657fb6d7cea6b133652226f9a80c3442df226b3cb3c2dc_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:27f3be442cf1d9f640657fb6d7cea6b133652226f9a80c3442df226b3cb3c2dc_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:27f3be442cf1d9f640657fb6d7cea6b133652226f9a80c3442df226b3cb3c2dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-controller-rhel9@sha256%3A27f3be442cf1d9f640657fb6d7cea6b133652226f9a80c3442df226b3cb3c2dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772457038"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d7a11116dca914c661bbe20ecffe56afe6011fae809845859a4ffa2884e4f7db_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d7a11116dca914c661bbe20ecffe56afe6011fae809845859a4ffa2884e4f7db_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d7a11116dca914c661bbe20ecffe56afe6011fae809845859a4ffa2884e4f7db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-entrypoint-rhel9@sha256%3Ad7a11116dca914c661bbe20ecffe56afe6011fae809845859a4ffa2884e4f7db?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772457066"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:d1a689ab23343c9fcfa24bf0ab56001971c0ab35a2505d8fa877346326bd8387_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:d1a689ab23343c9fcfa24bf0ab56001971c0ab35a2505d8fa877346326bd8387_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:d1a689ab23343c9fcfa24bf0ab56001971c0ab35a2505d8fa877346326bd8387_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-events-rhel9@sha256%3Ad1a689ab23343c9fcfa24bf0ab56001971c0ab35a2505d8fa877346326bd8387?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772457101"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:6c9c65da6a733afefd87391fc9a34c3ab261e6b1e0d0bad5686e193aee826fec_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:6c9c65da6a733afefd87391fc9a34c3ab261e6b1e0d0bad5686e193aee826fec_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:6c9c65da6a733afefd87391fc9a34c3ab261e6b1e0d0bad5686e193aee826fec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-nop-rhel9@sha256%3A6c9c65da6a733afefd87391fc9a34c3ab261e6b1e0d0bad5686e193aee826fec?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772457045"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b8d380990acb0184ab685b005e22fb8369139dd8cd6550b4521bd4bc3ca23b40_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b8d380990acb0184ab685b005e22fb8369139dd8cd6550b4521bd4bc3ca23b40_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b8d380990acb0184ab685b005e22fb8369139dd8cd6550b4521bd4bc3ca23b40_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-resolvers-rhel9@sha256%3Ab8d380990acb0184ab685b005e22fb8369139dd8cd6550b4521bd4bc3ca23b40?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772457227"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:c63b3cfe9903840c29a65b061bc0622473bb9681599449bb8c6767fd3ba02880_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:c63b3cfe9903840c29a65b061bc0622473bb9681599449bb8c6767fd3ba02880_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:c63b3cfe9903840c29a65b061bc0622473bb9681599449bb8c6767fd3ba02880_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-sidecarlogresults-rhel9@sha256%3Ac63b3cfe9903840c29a65b061bc0622473bb9681599449bb8c6767fd3ba02880?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772457100"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:f91ecfb52623f05346a0d61007308bbd4059a20a043359e08c362ebd9156b7fa_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:f91ecfb52623f05346a0d61007308bbd4059a20a043359e08c362ebd9156b7fa_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:f91ecfb52623f05346a0d61007308bbd4059a20a043359e08c362ebd9156b7fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-webhook-rhel9@sha256%3Af91ecfb52623f05346a0d61007308bbd4059a20a043359e08c362ebd9156b7fa?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772457105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:13d591ce11f7e1b3bdfdf2e283d0cd6e57fd2385032175f485309e87f759c055_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:13d591ce11f7e1b3bdfdf2e283d0cd6e57fd2385032175f485309e87f759c055_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:13d591ce11f7e1b3bdfdf2e283d0cd6e57fd2385032175f485309e87f759c055_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-workingdirinit-rhel9@sha256%3A13d591ce11f7e1b3bdfdf2e283d0cd6e57fd2385032175f485309e87f759c055?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772457073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:f5fdb09d85d227d014a2becde012d9e1ebfb3acf0ef060f27d3f2463332dd9b3_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:f5fdb09d85d227d014a2becde012d9e1ebfb3acf0ef060f27d3f2463332dd9b3_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:f5fdb09d85d227d014a2becde012d9e1ebfb3acf0ef060f27d3f2463332dd9b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pruner-controller-rhel9@sha256%3Af5fdb09d85d227d014a2becde012d9e1ebfb3acf0ef060f27d3f2463332dd9b3?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771374555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:1ca6fa787c621462fa2c67b9a42b1de67688883af90316475b0df35be3ed805d_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:1ca6fa787c621462fa2c67b9a42b1de67688883af90316475b0df35be3ed805d_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:1ca6fa787c621462fa2c67b9a42b1de67688883af90316475b0df35be3ed805d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-api-rhel9@sha256%3A1ca6fa787c621462fa2c67b9a42b1de67688883af90316475b0df35be3ed805d?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771375259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7c7f00c73c750a146cf71f84bd19e0c94225c363a7aaee2bc2b52b234dd72703_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7c7f00c73c750a146cf71f84bd19e0c94225c363a7aaee2bc2b52b234dd72703_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7c7f00c73c750a146cf71f84bd19e0c94225c363a7aaee2bc2b52b234dd72703_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-retention-policy-agent-rhel9@sha256%3A7c7f00c73c750a146cf71f84bd19e0c94225c363a7aaee2bc2b52b234dd72703?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771375067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:be4c337c6f13d6b7a89306374900c4d54ad79e096db4204c0d42d7fa3e823769_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:be4c337c6f13d6b7a89306374900c4d54ad79e096db4204c0d42d7fa3e823769_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:be4c337c6f13d6b7a89306374900c4d54ad79e096db4204c0d42d7fa3e823769_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-watcher-rhel9@sha256%3Abe4c337c6f13d6b7a89306374900c4d54ad79e096db4204c0d42d7fa3e823769?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771374514"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:384e639f2ce3e75712a5ee1cc5520161342e9dd1e94444d134d7ad4a39dde279_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:384e639f2ce3e75712a5ee1cc5520161342e9dd1e94444d134d7ad4a39dde279_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:384e639f2ce3e75712a5ee1cc5520161342e9dd1e94444d134d7ad4a39dde279_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-controller-rhel9@sha256%3A384e639f2ce3e75712a5ee1cc5520161342e9dd1e94444d134d7ad4a39dde279?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771374322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:5bb6265b605ddf793df6d72732682a8033bbb2443b6333914996b4384df8fcf7_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:5bb6265b605ddf793df6d72732682a8033bbb2443b6333914996b4384df8fcf7_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:5bb6265b605ddf793df6d72732682a8033bbb2443b6333914996b4384df8fcf7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-core-interceptors-rhel9@sha256%3A5bb6265b605ddf793df6d72732682a8033bbb2443b6333914996b4384df8fcf7?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771374358"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:d0cf00108f8518b3d4d2d04b83ea703941a226803b17bcabcfd89c953bab697b_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:d0cf00108f8518b3d4d2d04b83ea703941a226803b17bcabcfd89c953bab697b_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:d0cf00108f8518b3d4d2d04b83ea703941a226803b17bcabcfd89c953bab697b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-eventlistenersink-rhel9@sha256%3Ad0cf00108f8518b3d4d2d04b83ea703941a226803b17bcabcfd89c953bab697b?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771374363"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:4f86f5c692a497442b54c435e68b0cbf961591a00ebc3a73c364a19da673e34d_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:4f86f5c692a497442b54c435e68b0cbf961591a00ebc3a73c364a19da673e34d_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:4f86f5c692a497442b54c435e68b0cbf961591a00ebc3a73c364a19da673e34d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-webhook-rhel9@sha256%3A4f86f5c692a497442b54c435e68b0cbf961591a00ebc3a73c364a19da673e34d?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771374417"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:17d540bfc2f5e4f3eb11b25b95dd7860ab1cfccce5814deb301fea08d95072dc_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:17d540bfc2f5e4f3eb11b25b95dd7860ab1cfccce5814deb301fea08d95072dc_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:17d540bfc2f5e4f3eb11b25b95dd7860ab1cfccce5814deb301fea08d95072dc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:716f58c27ecb2a7885406bc866a3c2bb850396f770a556ef1bdaeccedfd24089_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:716f58c27ecb2a7885406bc866a3c2bb850396f770a556ef1bdaeccedfd24089_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:716f58c27ecb2a7885406bc866a3c2bb850396f770a556ef1bdaeccedfd24089_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:9ebb96ce55329bcc5f40a92be685329d7ec00bfff00bd5a3605102eb8d6ed719_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:9ebb96ce55329bcc5f40a92be685329d7ec00bfff00bd5a3605102eb8d6ed719_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:9ebb96ce55329bcc5f40a92be685329d7ec00bfff00bd5a3605102eb8d6ed719_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c13e60b885afff7a2ee13fac8de563f4886e762406ee2976d5b23ea0ef656078_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c13e60b885afff7a2ee13fac8de563f4886e762406ee2976d5b23ea0ef656078_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c13e60b885afff7a2ee13fac8de563f4886e762406ee2976d5b23ea0ef656078_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1ee6048f584257edcbc764ae87f6375e6ce2d25caf3cc8f98fed981e197816bd_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1ee6048f584257edcbc764ae87f6375e6ce2d25caf3cc8f98fed981e197816bd_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1ee6048f584257edcbc764ae87f6375e6ce2d25caf3cc8f98fed981e197816bd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:6a0d1f472283c686e438dbfbeec826db9d7d95f45f92842c4073f70704860d2f_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:6a0d1f472283c686e438dbfbeec826db9d7d95f45f92842c4073f70704860d2f_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:6a0d1f472283c686e438dbfbeec826db9d7d95f45f92842c4073f70704860d2f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:bbb93e9ce23fd650f5b19df958390c951c38b72de02c5fec9cfbb3b801e8312f_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:bbb93e9ce23fd650f5b19df958390c951c38b72de02c5fec9cfbb3b801e8312f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:bbb93e9ce23fd650f5b19df958390c951c38b72de02c5fec9cfbb3b801e8312f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:ef571581dc01c754dce5ca1dbd360fe86800c14853ce3f535a51d0f438467597_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:ef571581dc01c754dce5ca1dbd360fe86800c14853ce3f535a51d0f438467597_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:ef571581dc01c754dce5ca1dbd360fe86800c14853ce3f535a51d0f438467597_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:120d93e1cf2a96bfa9d7745b88377651055ebe5595f68b7b4a4bb26f633e8611_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:120d93e1cf2a96bfa9d7745b88377651055ebe5595f68b7b4a4bb26f633e8611_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:120d93e1cf2a96bfa9d7745b88377651055ebe5595f68b7b4a4bb26f633e8611_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:43efa5a676666dd4ae039ad5518eaf636f5baf8d688d9a4b475822c32ad1ddfb_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:43efa5a676666dd4ae039ad5518eaf636f5baf8d688d9a4b475822c32ad1ddfb_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:43efa5a676666dd4ae039ad5518eaf636f5baf8d688d9a4b475822c32ad1ddfb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:7b0f572c22640568015fbcf42e9e242b2a640b70eb7bec97f00ee6967d0f598f_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:7b0f572c22640568015fbcf42e9e242b2a640b70eb7bec97f00ee6967d0f598f_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:7b0f572c22640568015fbcf42e9e242b2a640b70eb7bec97f00ee6967d0f598f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:a01a2a1e02cffad381ecacab7bf6456ed9a0d1ad589cd0935ec5a4748e341fbe_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:a01a2a1e02cffad381ecacab7bf6456ed9a0d1ad589cd0935ec5a4748e341fbe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:a01a2a1e02cffad381ecacab7bf6456ed9a0d1ad589cd0935ec5a4748e341fbe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:27f3be442cf1d9f640657fb6d7cea6b133652226f9a80c3442df226b3cb3c2dc_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:27f3be442cf1d9f640657fb6d7cea6b133652226f9a80c3442df226b3cb3c2dc_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:27f3be442cf1d9f640657fb6d7cea6b133652226f9a80c3442df226b3cb3c2dc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:2dd2182f98cb7beb6e8ef7d7fcfe13705501a11d425b99667afcbbfa52fd252a_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:2dd2182f98cb7beb6e8ef7d7fcfe13705501a11d425b99667afcbbfa52fd252a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:2dd2182f98cb7beb6e8ef7d7fcfe13705501a11d425b99667afcbbfa52fd252a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:72632d760862fdcfa54a910846b14f652dac23b185f7496c4c43097d537cc2d2_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:72632d760862fdcfa54a910846b14f652dac23b185f7496c4c43097d537cc2d2_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:72632d760862fdcfa54a910846b14f652dac23b185f7496c4c43097d537cc2d2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:8559603458387b13ca544bf7a499fdaad82d18145b612e4e220e53480960dda0_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:8559603458387b13ca544bf7a499fdaad82d18145b612e4e220e53480960dda0_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:8559603458387b13ca544bf7a499fdaad82d18145b612e4e220e53480960dda0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:98f5998cc667e71dbb51d133d39ae78156ccafa8bf171bd666edfac8de17ccba_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:98f5998cc667e71dbb51d133d39ae78156ccafa8bf171bd666edfac8de17ccba_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:98f5998cc667e71dbb51d133d39ae78156ccafa8bf171bd666edfac8de17ccba_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:b6fb02867ebc3be24c68dd24c9178ed17a655a20aa19d477954aae0896c53213_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:b6fb02867ebc3be24c68dd24c9178ed17a655a20aa19d477954aae0896c53213_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:b6fb02867ebc3be24c68dd24c9178ed17a655a20aa19d477954aae0896c53213_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d7a11116dca914c661bbe20ecffe56afe6011fae809845859a4ffa2884e4f7db_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d7a11116dca914c661bbe20ecffe56afe6011fae809845859a4ffa2884e4f7db_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d7a11116dca914c661bbe20ecffe56afe6011fae809845859a4ffa2884e4f7db_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:fbb162c6620a1ac010cdd353682b30c6adebaf9a0064d6e3430555f7310c704c_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:fbb162c6620a1ac010cdd353682b30c6adebaf9a0064d6e3430555f7310c704c_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:fbb162c6620a1ac010cdd353682b30c6adebaf9a0064d6e3430555f7310c704c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:5949d16546a241366ea103f003c733c875c4616794ba7cca42aebb7c585908ba_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:5949d16546a241366ea103f003c733c875c4616794ba7cca42aebb7c585908ba_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:5949d16546a241366ea103f003c733c875c4616794ba7cca42aebb7c585908ba_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:84469780cc76298499046e7a696b100a0393be411dc14fd8a3878fcedd86220e_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:84469780cc76298499046e7a696b100a0393be411dc14fd8a3878fcedd86220e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:84469780cc76298499046e7a696b100a0393be411dc14fd8a3878fcedd86220e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:a0389d20f0c4c08c0e5b6f0a6edd8216658e3957e1e7476c21129b7a36ed2a8d_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:a0389d20f0c4c08c0e5b6f0a6edd8216658e3957e1e7476c21129b7a36ed2a8d_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:a0389d20f0c4c08c0e5b6f0a6edd8216658e3957e1e7476c21129b7a36ed2a8d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:d1a689ab23343c9fcfa24bf0ab56001971c0ab35a2505d8fa877346326bd8387_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:d1a689ab23343c9fcfa24bf0ab56001971c0ab35a2505d8fa877346326bd8387_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:d1a689ab23343c9fcfa24bf0ab56001971c0ab35a2505d8fa877346326bd8387_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:35412516c9d8d4ddb93f57bb59da160aa6abb11581a1a5df793fcbb8197f2e4f_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:35412516c9d8d4ddb93f57bb59da160aa6abb11581a1a5df793fcbb8197f2e4f_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:35412516c9d8d4ddb93f57bb59da160aa6abb11581a1a5df793fcbb8197f2e4f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:bf6075f65fa2cb59af1c5cf9374c8958361c6c41318ae157abfa46a6d6e4d5b2_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:bf6075f65fa2cb59af1c5cf9374c8958361c6c41318ae157abfa46a6d6e4d5b2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:bf6075f65fa2cb59af1c5cf9374c8958361c6c41318ae157abfa46a6d6e4d5b2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:d3c24212665bd368c38a2b913b4bf9d8f5eb294ff269c0d5f23ac1c7f4bd6829_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:d3c24212665bd368c38a2b913b4bf9d8f5eb294ff269c0d5f23ac1c7f4bd6829_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:d3c24212665bd368c38a2b913b4bf9d8f5eb294ff269c0d5f23ac1c7f4bd6829_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:f3c6e7200e2834f4ed697bcaf8fc01a81bd88ae858d9a3c2b0efc36356ea4d91_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:f3c6e7200e2834f4ed697bcaf8fc01a81bd88ae858d9a3c2b0efc36356ea4d91_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:f3c6e7200e2834f4ed697bcaf8fc01a81bd88ae858d9a3c2b0efc36356ea4d91_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:7c36902406c9dc7a91897ea5fe36ba4e6ee9f6435094016fc21e31c057ba3dd7_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:7c36902406c9dc7a91897ea5fe36ba4e6ee9f6435094016fc21e31c057ba3dd7_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:7c36902406c9dc7a91897ea5fe36ba4e6ee9f6435094016fc21e31c057ba3dd7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b817e4c5703cd36926371bdf2f276a1557e5c8ea4a57344051e219bb8a707b04_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b817e4c5703cd36926371bdf2f276a1557e5c8ea4a57344051e219bb8a707b04_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b817e4c5703cd36926371bdf2f276a1557e5c8ea4a57344051e219bb8a707b04_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b9a9eb524b522e4c6cfc285dd115fd3e0cd7d6268213db3bc066b64a7889e7b0_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b9a9eb524b522e4c6cfc285dd115fd3e0cd7d6268213db3bc066b64a7889e7b0_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b9a9eb524b522e4c6cfc285dd115fd3e0cd7d6268213db3bc066b64a7889e7b0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:fd5188add10e6586b188efaa19ce094daf5c5c84b07725031d25237c2e93ced2_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:fd5188add10e6586b188efaa19ce094daf5c5c84b07725031d25237c2e93ced2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:fd5188add10e6586b188efaa19ce094daf5c5c84b07725031d25237c2e93ced2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:0729b53e12e2e4f552e42c30f55c0c2ce7d0399fae6c4aba8f617f5579bc4445_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:0729b53e12e2e4f552e42c30f55c0c2ce7d0399fae6c4aba8f617f5579bc4445_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:0729b53e12e2e4f552e42c30f55c0c2ce7d0399fae6c4aba8f617f5579bc4445_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:2e507b647ca536325992fdd04d046ef960f5b5c3692af18344f86daa09a3741d_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:2e507b647ca536325992fdd04d046ef960f5b5c3692af18344f86daa09a3741d_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:2e507b647ca536325992fdd04d046ef960f5b5c3692af18344f86daa09a3741d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:c9760dad0568725692140149c11ad94534264af8ab87784677a55a8f27d70ebe_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:c9760dad0568725692140149c11ad94534264af8ab87784677a55a8f27d70ebe_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:c9760dad0568725692140149c11ad94534264af8ab87784677a55a8f27d70ebe_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:e3e5f17fd2981ea6bae01080625c0b5aed4bba475271ccd4eb2ff1434d949cc1_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:e3e5f17fd2981ea6bae01080625c0b5aed4bba475271ccd4eb2ff1434d949cc1_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:e3e5f17fd2981ea6bae01080625c0b5aed4bba475271ccd4eb2ff1434d949cc1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:030a4842de53bfe099677176efc80c9e31f585f944e94ae9991ea84cda38e88b_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:030a4842de53bfe099677176efc80c9e31f585f944e94ae9991ea84cda38e88b_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:030a4842de53bfe099677176efc80c9e31f585f944e94ae9991ea84cda38e88b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:3c9fc3fba4317d85887ecaeb8afa321395dc8b04dc05fa54a12d27abaa0e6087_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:3c9fc3fba4317d85887ecaeb8afa321395dc8b04dc05fa54a12d27abaa0e6087_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:3c9fc3fba4317d85887ecaeb8afa321395dc8b04dc05fa54a12d27abaa0e6087_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:53f5c85f436c8aee0af2297144da6dfe7c9941bcecc3801d514cf6cbfa9f230f_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:53f5c85f436c8aee0af2297144da6dfe7c9941bcecc3801d514cf6cbfa9f230f_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:53f5c85f436c8aee0af2297144da6dfe7c9941bcecc3801d514cf6cbfa9f230f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:5b30d53c4fdfc6fdce2a355a39d48cd078d04511aacf2272602a900289d67bee_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:5b30d53c4fdfc6fdce2a355a39d48cd078d04511aacf2272602a900289d67bee_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:5b30d53c4fdfc6fdce2a355a39d48cd078d04511aacf2272602a900289d67bee_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:147e26fd0d2470145f4acf8c833ac329b7e288ba1d20f491a89ab1aa3cd39c55_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:147e26fd0d2470145f4acf8c833ac329b7e288ba1d20f491a89ab1aa3cd39c55_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:147e26fd0d2470145f4acf8c833ac329b7e288ba1d20f491a89ab1aa3cd39c55_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3189e6a8da6e957085a5dbaba433b0199a354c06b7c27e21d9a5107f67c60ce1_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3189e6a8da6e957085a5dbaba433b0199a354c06b7c27e21d9a5107f67c60ce1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3189e6a8da6e957085a5dbaba433b0199a354c06b7c27e21d9a5107f67c60ce1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:364d64cd9c25fbc2a39023c8212c12f9608d84370a72ae8356bfdd34f0d52a2f_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:364d64cd9c25fbc2a39023c8212c12f9608d84370a72ae8356bfdd34f0d52a2f_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:364d64cd9c25fbc2a39023c8212c12f9608d84370a72ae8356bfdd34f0d52a2f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3b90f58c351e221dfa60c238990c3d7fd3b74f59b806138ddcc18f72baa567ca_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3b90f58c351e221dfa60c238990c3d7fd3b74f59b806138ddcc18f72baa567ca_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3b90f58c351e221dfa60c238990c3d7fd3b74f59b806138ddcc18f72baa567ca_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:13f1af9c6dd7fc7862251d0ce5f069d5965649dd90a547a7a09c6d919ad96987_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:13f1af9c6dd7fc7862251d0ce5f069d5965649dd90a547a7a09c6d919ad96987_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:13f1af9c6dd7fc7862251d0ce5f069d5965649dd90a547a7a09c6d919ad96987_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:90075f5da491adec16eeada609d1f315ae7d97cd414e79b7c8e751d93c0be819_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:90075f5da491adec16eeada609d1f315ae7d97cd414e79b7c8e751d93c0be819_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:90075f5da491adec16eeada609d1f315ae7d97cd414e79b7c8e751d93c0be819_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:99346560c0fcba5270027aca813dab94e862a8c1bb413bf233c53b0488bf1339_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:99346560c0fcba5270027aca813dab94e862a8c1bb413bf233c53b0488bf1339_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:99346560c0fcba5270027aca813dab94e862a8c1bb413bf233c53b0488bf1339_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:ebd990cec2d84cc208b9b98b885ed019e1edbae5d660f238b84455d06c18d41c_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:ebd990cec2d84cc208b9b98b885ed019e1edbae5d660f238b84455d06c18d41c_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:ebd990cec2d84cc208b9b98b885ed019e1edbae5d660f238b84455d06c18d41c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:12ed2cba86b37cde91db1ffac6d1aadd08b03f06a72406e8c224d4d470a8bf2f_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:12ed2cba86b37cde91db1ffac6d1aadd08b03f06a72406e8c224d4d470a8bf2f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:12ed2cba86b37cde91db1ffac6d1aadd08b03f06a72406e8c224d4d470a8bf2f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:3fdb6ca084da38668af018b7058161658271a9e2804f968f8362eab5f4de2d67_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:3fdb6ca084da38668af018b7058161658271a9e2804f968f8362eab5f4de2d67_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:3fdb6ca084da38668af018b7058161658271a9e2804f968f8362eab5f4de2d67_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:6c9c65da6a733afefd87391fc9a34c3ab261e6b1e0d0bad5686e193aee826fec_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:6c9c65da6a733afefd87391fc9a34c3ab261e6b1e0d0bad5686e193aee826fec_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:6c9c65da6a733afefd87391fc9a34c3ab261e6b1e0d0bad5686e193aee826fec_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c0077f6b619722db02086aa46b7c41af3801dc552af11f4bac90a342fd906881_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c0077f6b619722db02086aa46b7c41af3801dc552af11f4bac90a342fd906881_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c0077f6b619722db02086aa46b7c41af3801dc552af11f4bac90a342fd906881_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:4d2516e88f1ae905b5c27d34324a8d3568870c9ba6072e05a18262cdb3e4b5f3_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:4d2516e88f1ae905b5c27d34324a8d3568870c9ba6072e05a18262cdb3e4b5f3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:4d2516e88f1ae905b5c27d34324a8d3568870c9ba6072e05a18262cdb3e4b5f3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:d5893ff6b813926b1ccf6191f447122123c0685aed3bd8496dcd0b628254fedb_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:d5893ff6b813926b1ccf6191f447122123c0685aed3bd8496dcd0b628254fedb_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:d5893ff6b813926b1ccf6191f447122123c0685aed3bd8496dcd0b628254fedb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e350ec18ab8c8dbae2efc9b4d1000e3ae07abbc093c0492444c80561ca57b046_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e350ec18ab8c8dbae2efc9b4d1000e3ae07abbc093c0492444c80561ca57b046_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e350ec18ab8c8dbae2efc9b4d1000e3ae07abbc093c0492444c80561ca57b046_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e9ff6d02fb5fc4081bb317fca7930390f54de71920efd3327ae9f9df2b2cd783_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e9ff6d02fb5fc4081bb317fca7930390f54de71920efd3327ae9f9df2b2cd783_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e9ff6d02fb5fc4081bb317fca7930390f54de71920efd3327ae9f9df2b2cd783_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:0823a50cc017274204acfef21c96fdcac9754fe790cac68c6a2725990f2147ef_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:0823a50cc017274204acfef21c96fdcac9754fe790cac68c6a2725990f2147ef_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:0823a50cc017274204acfef21c96fdcac9754fe790cac68c6a2725990f2147ef_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:22bbf8889856068363e8a3d07b450f63ba979136d4c61205171a465627135c12_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:22bbf8889856068363e8a3d07b450f63ba979136d4c61205171a465627135c12_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:22bbf8889856068363e8a3d07b450f63ba979136d4c61205171a465627135c12_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:2f6f91dfd7b71cad1c6db82835d709d20f4153cf500d60ee32145712af922214_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:2f6f91dfd7b71cad1c6db82835d709d20f4153cf500d60ee32145712af922214_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:2f6f91dfd7b71cad1c6db82835d709d20f4153cf500d60ee32145712af922214_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:e2cc1d53875b7ec174fae01f9ee1b0d081b496726f6efe59cfdaf3f52bdb22bb_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:e2cc1d53875b7ec174fae01f9ee1b0d081b496726f6efe59cfdaf3f52bdb22bb_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:e2cc1d53875b7ec174fae01f9ee1b0d081b496726f6efe59cfdaf3f52bdb22bb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:7cd03b4ff79625bc11db9340e69416320b880444c91def4d0768c7b687acc576_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:7cd03b4ff79625bc11db9340e69416320b880444c91def4d0768c7b687acc576_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:7cd03b4ff79625bc11db9340e69416320b880444c91def4d0768c7b687acc576_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:95801a943ba7d0ec4af53c3cd1177483e649bcd528b5a838a32ad2d860e6503a_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:95801a943ba7d0ec4af53c3cd1177483e649bcd528b5a838a32ad2d860e6503a_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:95801a943ba7d0ec4af53c3cd1177483e649bcd528b5a838a32ad2d860e6503a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:a08d98ec75520d6b7421a75179c217bac1de0e893105f964325fc618c40b0062_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:a08d98ec75520d6b7421a75179c217bac1de0e893105f964325fc618c40b0062_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:a08d98ec75520d6b7421a75179c217bac1de0e893105f964325fc618c40b0062_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:c3bee1c6e705933ffa2870133fb3264f29e63b12a065b28bab3dcc2c1b52875e_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:c3bee1c6e705933ffa2870133fb3264f29e63b12a065b28bab3dcc2c1b52875e_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:c3bee1c6e705933ffa2870133fb3264f29e63b12a065b28bab3dcc2c1b52875e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:1e9a9f1b5ecdab7d074722c860daab977519123fe4385affdfd86d8c7f3c473c_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:1e9a9f1b5ecdab7d074722c860daab977519123fe4385affdfd86d8c7f3c473c_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:1e9a9f1b5ecdab7d074722c860daab977519123fe4385affdfd86d8c7f3c473c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:253ce9e4ce0dc0045de38340fe487c9dc47b2691befe2ea91e46cc493c6a74f2_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:253ce9e4ce0dc0045de38340fe487c9dc47b2691befe2ea91e46cc493c6a74f2_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:253ce9e4ce0dc0045de38340fe487c9dc47b2691befe2ea91e46cc493c6a74f2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4a34e3506330e931d7f205b36324c9fd7fe8581fbccfaca897f7c34bbb0df102_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4a34e3506330e931d7f205b36324c9fd7fe8581fbccfaca897f7c34bbb0df102_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4a34e3506330e931d7f205b36324c9fd7fe8581fbccfaca897f7c34bbb0df102_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:54e73db973349a7d9ea93b9a419ce8a342cfbf270cbceef5b28fffa578963636_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:54e73db973349a7d9ea93b9a419ce8a342cfbf270cbceef5b28fffa578963636_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:54e73db973349a7d9ea93b9a419ce8a342cfbf270cbceef5b28fffa578963636_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:71d52625d3aeb19a6109a434b2d6498aa8cfbfb74649ad2cba8837f3fae6e7ac_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:71d52625d3aeb19a6109a434b2d6498aa8cfbfb74649ad2cba8837f3fae6e7ac_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:71d52625d3aeb19a6109a434b2d6498aa8cfbfb74649ad2cba8837f3fae6e7ac_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:bba510a758d5a70dc133741ccd00d14bcb8fec5a9d642dbf134434383c909a0c_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:bba510a758d5a70dc133741ccd00d14bcb8fec5a9d642dbf134434383c909a0c_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:bba510a758d5a70dc133741ccd00d14bcb8fec5a9d642dbf134434383c909a0c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:ea04b84821f819c6be84ed2b7113b791722aa6cdfd6fe6a119d13120dbc4bc9d_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:ea04b84821f819c6be84ed2b7113b791722aa6cdfd6fe6a119d13120dbc4bc9d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:ea04b84821f819c6be84ed2b7113b791722aa6cdfd6fe6a119d13120dbc4bc9d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:f5fdb09d85d227d014a2becde012d9e1ebfb3acf0ef060f27d3f2463332dd9b3_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:f5fdb09d85d227d014a2becde012d9e1ebfb3acf0ef060f27d3f2463332dd9b3_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:f5fdb09d85d227d014a2becde012d9e1ebfb3acf0ef060f27d3f2463332dd9b3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:867d26b20423114d5bc4874ab26c58e23471a58226ef2e1eebee30f760533f13_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:867d26b20423114d5bc4874ab26c58e23471a58226ef2e1eebee30f760533f13_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:867d26b20423114d5bc4874ab26c58e23471a58226ef2e1eebee30f760533f13_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:86af0e4cedd9f906d2c341d0d658f67f4383615213312804b8f52be2a7dff036_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:86af0e4cedd9f906d2c341d0d658f67f4383615213312804b8f52be2a7dff036_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:86af0e4cedd9f906d2c341d0d658f67f4383615213312804b8f52be2a7dff036_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b8d380990acb0184ab685b005e22fb8369139dd8cd6550b4521bd4bc3ca23b40_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b8d380990acb0184ab685b005e22fb8369139dd8cd6550b4521bd4bc3ca23b40_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b8d380990acb0184ab685b005e22fb8369139dd8cd6550b4521bd4bc3ca23b40_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b903aa551212a53dccb73a4c78500d0c149b42a6cf7ac2ed1f5332e1ac85cac5_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b903aa551212a53dccb73a4c78500d0c149b42a6cf7ac2ed1f5332e1ac85cac5_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b903aa551212a53dccb73a4c78500d0c149b42a6cf7ac2ed1f5332e1ac85cac5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:0bc86f0e97b943cfbcdc57c4357ff3bebd2b224116b01d36f20d34af20b86d5e_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:0bc86f0e97b943cfbcdc57c4357ff3bebd2b224116b01d36f20d34af20b86d5e_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:0bc86f0e97b943cfbcdc57c4357ff3bebd2b224116b01d36f20d34af20b86d5e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:1ca6fa787c621462fa2c67b9a42b1de67688883af90316475b0df35be3ed805d_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:1ca6fa787c621462fa2c67b9a42b1de67688883af90316475b0df35be3ed805d_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:1ca6fa787c621462fa2c67b9a42b1de67688883af90316475b0df35be3ed805d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:2a1344726d5244ffbd2a4c21c782116aa81efbc1b12466bcd89ef956e43893a1_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:2a1344726d5244ffbd2a4c21c782116aa81efbc1b12466bcd89ef956e43893a1_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:2a1344726d5244ffbd2a4c21c782116aa81efbc1b12466bcd89ef956e43893a1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:b5fe393f2ea257f218fdf660b394d158e4709ede0e72ba8e3538ffee9659f8fe_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:b5fe393f2ea257f218fdf660b394d158e4709ede0e72ba8e3538ffee9659f8fe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:b5fe393f2ea257f218fdf660b394d158e4709ede0e72ba8e3538ffee9659f8fe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7c7f00c73c750a146cf71f84bd19e0c94225c363a7aaee2bc2b52b234dd72703_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7c7f00c73c750a146cf71f84bd19e0c94225c363a7aaee2bc2b52b234dd72703_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7c7f00c73c750a146cf71f84bd19e0c94225c363a7aaee2bc2b52b234dd72703_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7cef021919f068f60c37c2e8d9306e22cd915f17098c2aac51d43ede1c92cd81_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7cef021919f068f60c37c2e8d9306e22cd915f17098c2aac51d43ede1c92cd81_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7cef021919f068f60c37c2e8d9306e22cd915f17098c2aac51d43ede1c92cd81_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d6bef8cb3c830ae821d2f14692e1ce0b70d17c371e1a75d076dcec21b7213e0c_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d6bef8cb3c830ae821d2f14692e1ce0b70d17c371e1a75d076dcec21b7213e0c_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d6bef8cb3c830ae821d2f14692e1ce0b70d17c371e1a75d076dcec21b7213e0c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:ed58fd6de76c840d4057e6f89918e737ce5767a71aefb9effbdf5e9de97bb514_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:ed58fd6de76c840d4057e6f89918e737ce5767a71aefb9effbdf5e9de97bb514_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:ed58fd6de76c840d4057e6f89918e737ce5767a71aefb9effbdf5e9de97bb514_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:80b223dbcc37a4b977cfc5b75f999a5b206114cc47feaa5dcd43627dc91303fe_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:80b223dbcc37a4b977cfc5b75f999a5b206114cc47feaa5dcd43627dc91303fe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:80b223dbcc37a4b977cfc5b75f999a5b206114cc47feaa5dcd43627dc91303fe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:abdcb828bc1f2aaa5ee7211a00b3b7d8d291878ed55b5d2bbab425096625e52f_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:abdcb828bc1f2aaa5ee7211a00b3b7d8d291878ed55b5d2bbab425096625e52f_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:abdcb828bc1f2aaa5ee7211a00b3b7d8d291878ed55b5d2bbab425096625e52f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:be4c337c6f13d6b7a89306374900c4d54ad79e096db4204c0d42d7fa3e823769_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:be4c337c6f13d6b7a89306374900c4d54ad79e096db4204c0d42d7fa3e823769_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:be4c337c6f13d6b7a89306374900c4d54ad79e096db4204c0d42d7fa3e823769_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f841bc4678ac23de083707b5c4580fb4c52f84adb7fe0e4c4ef387768b4e6364_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f841bc4678ac23de083707b5c4580fb4c52f84adb7fe0e4c4ef387768b4e6364_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f841bc4678ac23de083707b5c4580fb4c52f84adb7fe0e4c4ef387768b4e6364_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:560507096517a43878dd9ac1f0d7e5b539ef7d50db3e247870c62e059b6ee289_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:560507096517a43878dd9ac1f0d7e5b539ef7d50db3e247870c62e059b6ee289_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:560507096517a43878dd9ac1f0d7e5b539ef7d50db3e247870c62e059b6ee289_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:a905be27983179f4cc0aa78e6b6b78971ae17bbcd46520fbc234e755cc9c98fe_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:a905be27983179f4cc0aa78e6b6b78971ae17bbcd46520fbc234e755cc9c98fe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:a905be27983179f4cc0aa78e6b6b78971ae17bbcd46520fbc234e755cc9c98fe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:ad84f6f7bde148dd49f9d633c4b904e52120d293aabd85eed9783f37db0de73e_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:ad84f6f7bde148dd49f9d633c4b904e52120d293aabd85eed9783f37db0de73e_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:ad84f6f7bde148dd49f9d633c4b904e52120d293aabd85eed9783f37db0de73e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:c63b3cfe9903840c29a65b061bc0622473bb9681599449bb8c6767fd3ba02880_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:c63b3cfe9903840c29a65b061bc0622473bb9681599449bb8c6767fd3ba02880_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:c63b3cfe9903840c29a65b061bc0622473bb9681599449bb8c6767fd3ba02880_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:28fc18c45672e4d644b08216d62453bc74a5817fed4b4873c9981984c21f77a8_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:28fc18c45672e4d644b08216d62453bc74a5817fed4b4873c9981984c21f77a8_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:28fc18c45672e4d644b08216d62453bc74a5817fed4b4873c9981984c21f77a8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:384e639f2ce3e75712a5ee1cc5520161342e9dd1e94444d134d7ad4a39dde279_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:384e639f2ce3e75712a5ee1cc5520161342e9dd1e94444d134d7ad4a39dde279_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:384e639f2ce3e75712a5ee1cc5520161342e9dd1e94444d134d7ad4a39dde279_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:52772f57e167aaf6e54dc104b57a03db4fbbac7fddd65cf54a8b342cf43df20c_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:52772f57e167aaf6e54dc104b57a03db4fbbac7fddd65cf54a8b342cf43df20c_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:52772f57e167aaf6e54dc104b57a03db4fbbac7fddd65cf54a8b342cf43df20c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:8e9605f0c3c4bf4f184e220228221367b52ed7609c13b476e6e9df446c35a2ea_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:8e9605f0c3c4bf4f184e220228221367b52ed7609c13b476e6e9df446c35a2ea_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:8e9605f0c3c4bf4f184e220228221367b52ed7609c13b476e6e9df446c35a2ea_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:337beb1ebee34315707d2e40e930e9a107ac156f4201667ae7b90621ea392f66_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:337beb1ebee34315707d2e40e930e9a107ac156f4201667ae7b90621ea392f66_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:337beb1ebee34315707d2e40e930e9a107ac156f4201667ae7b90621ea392f66_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:536e89fce8e35644e1ac7d829a4562f76ede60bd8069e92e3b3da17f1702578b_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:536e89fce8e35644e1ac7d829a4562f76ede60bd8069e92e3b3da17f1702578b_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:536e89fce8e35644e1ac7d829a4562f76ede60bd8069e92e3b3da17f1702578b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:5bb6265b605ddf793df6d72732682a8033bbb2443b6333914996b4384df8fcf7_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:5bb6265b605ddf793df6d72732682a8033bbb2443b6333914996b4384df8fcf7_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:5bb6265b605ddf793df6d72732682a8033bbb2443b6333914996b4384df8fcf7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:6c9c4245686d29afb7f5285e3085969e2ec5283e5bf92bcfb8bc6cae13027724_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:6c9c4245686d29afb7f5285e3085969e2ec5283e5bf92bcfb8bc6cae13027724_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:6c9c4245686d29afb7f5285e3085969e2ec5283e5bf92bcfb8bc6cae13027724_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9ff441506bc87d94825a4d4f57ff7f2b1e53d343297745b5dd0e4d3ad201f1b2_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9ff441506bc87d94825a4d4f57ff7f2b1e53d343297745b5dd0e4d3ad201f1b2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9ff441506bc87d94825a4d4f57ff7f2b1e53d343297745b5dd0e4d3ad201f1b2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:a50e8e8276a10fba42491003b40183d8ebcc939a4b215b0bad8d835695b5ab45_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:a50e8e8276a10fba42491003b40183d8ebcc939a4b215b0bad8d835695b5ab45_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:a50e8e8276a10fba42491003b40183d8ebcc939a4b215b0bad8d835695b5ab45_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:af3d3edc03257025476cdd0d0b4bfbb14022a0473054db0f868c197f73598f45_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:af3d3edc03257025476cdd0d0b4bfbb14022a0473054db0f868c197f73598f45_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:af3d3edc03257025476cdd0d0b4bfbb14022a0473054db0f868c197f73598f45_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:d0cf00108f8518b3d4d2d04b83ea703941a226803b17bcabcfd89c953bab697b_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:d0cf00108f8518b3d4d2d04b83ea703941a226803b17bcabcfd89c953bab697b_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:d0cf00108f8518b3d4d2d04b83ea703941a226803b17bcabcfd89c953bab697b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:4f86f5c692a497442b54c435e68b0cbf961591a00ebc3a73c364a19da673e34d_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:4f86f5c692a497442b54c435e68b0cbf961591a00ebc3a73c364a19da673e34d_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:4f86f5c692a497442b54c435e68b0cbf961591a00ebc3a73c364a19da673e34d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:a7060a10a9ab3d992ff150dcbe687dc4328ab3e2debd1351a6d7e0ac2439d89e_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:a7060a10a9ab3d992ff150dcbe687dc4328ab3e2debd1351a6d7e0ac2439d89e_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:a7060a10a9ab3d992ff150dcbe687dc4328ab3e2debd1351a6d7e0ac2439d89e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:c98dde706025aa5e34c7c43eb74c9e0f747c15c6b25450faed9b97374417157d_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:c98dde706025aa5e34c7c43eb74c9e0f747c15c6b25450faed9b97374417157d_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:c98dde706025aa5e34c7c43eb74c9e0f747c15c6b25450faed9b97374417157d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:d0f59e461f21d4c1194c3ff29b5f6b0d6f13e2a26f7f08195a6224c30199c1f2_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:d0f59e461f21d4c1194c3ff29b5f6b0d6f13e2a26f7f08195a6224c30199c1f2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:d0f59e461f21d4c1194c3ff29b5f6b0d6f13e2a26f7f08195a6224c30199c1f2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:16b9d1efa24d3f8bad5bcd9ba29e26f2dd15f8a174de2ba17abd63a6f1306fde_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:16b9d1efa24d3f8bad5bcd9ba29e26f2dd15f8a174de2ba17abd63a6f1306fde_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:16b9d1efa24d3f8bad5bcd9ba29e26f2dd15f8a174de2ba17abd63a6f1306fde_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:1bbbf713c2ff1870779a9b18b3607f0b0a84e7a797a409ab53afe0075da3e7fb_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:1bbbf713c2ff1870779a9b18b3607f0b0a84e7a797a409ab53afe0075da3e7fb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:1bbbf713c2ff1870779a9b18b3607f0b0a84e7a797a409ab53afe0075da3e7fb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:aa50d147f3b2bbe58539e676a2eaa7c2ea668adc8b33cc761c21fb2189cecb17_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:aa50d147f3b2bbe58539e676a2eaa7c2ea668adc8b33cc761c21fb2189cecb17_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:aa50d147f3b2bbe58539e676a2eaa7c2ea668adc8b33cc761c21fb2189cecb17_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:f91ecfb52623f05346a0d61007308bbd4059a20a043359e08c362ebd9156b7fa_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:f91ecfb52623f05346a0d61007308bbd4059a20a043359e08c362ebd9156b7fa_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:f91ecfb52623f05346a0d61007308bbd4059a20a043359e08c362ebd9156b7fa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:13d591ce11f7e1b3bdfdf2e283d0cd6e57fd2385032175f485309e87f759c055_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:13d591ce11f7e1b3bdfdf2e283d0cd6e57fd2385032175f485309e87f759c055_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:13d591ce11f7e1b3bdfdf2e283d0cd6e57fd2385032175f485309e87f759c055_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:63ff9662f5a1cb5f69f08c38c22119fd202335b2c6a7e540a531fa1413421111_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:63ff9662f5a1cb5f69f08c38c22119fd202335b2c6a7e540a531fa1413421111_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:63ff9662f5a1cb5f69f08c38c22119fd202335b2c6a7e540a531fa1413421111_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:677cc576f84ceaba881313e7da183c012b03c4218f9a36f8d2b68806abb8b38d_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:677cc576f84ceaba881313e7da183c012b03c4218f9a36f8d2b68806abb8b38d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:677cc576f84ceaba881313e7da183c012b03c4218f9a36f8d2b68806abb8b38d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dece6dc60c2e2e3f53e16b83c6d62abd09848cbf056ba4e8da2e17520db9568a_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dece6dc60c2e2e3f53e16b83c6d62abd09848cbf056ba4e8da2e17520db9568a_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dece6dc60c2e2e3f53e16b83c6d62abd09848cbf056ba4e8da2e17520db9568a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-12816",
"cwe": {
"id": "CWE-179",
"name": "Incorrect Behavior Order: Early Validation"
},
"discovery_date": "2025-11-25T20:01:05.875196+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:17d540bfc2f5e4f3eb11b25b95dd7860ab1cfccce5814deb301fea08d95072dc_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:716f58c27ecb2a7885406bc866a3c2bb850396f770a556ef1bdaeccedfd24089_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:9ebb96ce55329bcc5f40a92be685329d7ec00bfff00bd5a3605102eb8d6ed719_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c13e60b885afff7a2ee13fac8de563f4886e762406ee2976d5b23ea0ef656078_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1ee6048f584257edcbc764ae87f6375e6ce2d25caf3cc8f98fed981e197816bd_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:6a0d1f472283c686e438dbfbeec826db9d7d95f45f92842c4073f70704860d2f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:bbb93e9ce23fd650f5b19df958390c951c38b72de02c5fec9cfbb3b801e8312f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:ef571581dc01c754dce5ca1dbd360fe86800c14853ce3f535a51d0f438467597_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:27f3be442cf1d9f640657fb6d7cea6b133652226f9a80c3442df226b3cb3c2dc_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:2dd2182f98cb7beb6e8ef7d7fcfe13705501a11d425b99667afcbbfa52fd252a_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:72632d760862fdcfa54a910846b14f652dac23b185f7496c4c43097d537cc2d2_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:8559603458387b13ca544bf7a499fdaad82d18145b612e4e220e53480960dda0_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:98f5998cc667e71dbb51d133d39ae78156ccafa8bf171bd666edfac8de17ccba_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:b6fb02867ebc3be24c68dd24c9178ed17a655a20aa19d477954aae0896c53213_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d7a11116dca914c661bbe20ecffe56afe6011fae809845859a4ffa2884e4f7db_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:fbb162c6620a1ac010cdd353682b30c6adebaf9a0064d6e3430555f7310c704c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:5949d16546a241366ea103f003c733c875c4616794ba7cca42aebb7c585908ba_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:84469780cc76298499046e7a696b100a0393be411dc14fd8a3878fcedd86220e_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:a0389d20f0c4c08c0e5b6f0a6edd8216658e3957e1e7476c21129b7a36ed2a8d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:d1a689ab23343c9fcfa24bf0ab56001971c0ab35a2505d8fa877346326bd8387_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:35412516c9d8d4ddb93f57bb59da160aa6abb11581a1a5df793fcbb8197f2e4f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:bf6075f65fa2cb59af1c5cf9374c8958361c6c41318ae157abfa46a6d6e4d5b2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:d3c24212665bd368c38a2b913b4bf9d8f5eb294ff269c0d5f23ac1c7f4bd6829_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:f3c6e7200e2834f4ed697bcaf8fc01a81bd88ae858d9a3c2b0efc36356ea4d91_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:7c36902406c9dc7a91897ea5fe36ba4e6ee9f6435094016fc21e31c057ba3dd7_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b817e4c5703cd36926371bdf2f276a1557e5c8ea4a57344051e219bb8a707b04_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b9a9eb524b522e4c6cfc285dd115fd3e0cd7d6268213db3bc066b64a7889e7b0_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:fd5188add10e6586b188efaa19ce094daf5c5c84b07725031d25237c2e93ced2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:0729b53e12e2e4f552e42c30f55c0c2ce7d0399fae6c4aba8f617f5579bc4445_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:2e507b647ca536325992fdd04d046ef960f5b5c3692af18344f86daa09a3741d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:c9760dad0568725692140149c11ad94534264af8ab87784677a55a8f27d70ebe_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:e3e5f17fd2981ea6bae01080625c0b5aed4bba475271ccd4eb2ff1434d949cc1_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:030a4842de53bfe099677176efc80c9e31f585f944e94ae9991ea84cda38e88b_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:3c9fc3fba4317d85887ecaeb8afa321395dc8b04dc05fa54a12d27abaa0e6087_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:53f5c85f436c8aee0af2297144da6dfe7c9941bcecc3801d514cf6cbfa9f230f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:5b30d53c4fdfc6fdce2a355a39d48cd078d04511aacf2272602a900289d67bee_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:147e26fd0d2470145f4acf8c833ac329b7e288ba1d20f491a89ab1aa3cd39c55_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3189e6a8da6e957085a5dbaba433b0199a354c06b7c27e21d9a5107f67c60ce1_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:364d64cd9c25fbc2a39023c8212c12f9608d84370a72ae8356bfdd34f0d52a2f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3b90f58c351e221dfa60c238990c3d7fd3b74f59b806138ddcc18f72baa567ca_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:13f1af9c6dd7fc7862251d0ce5f069d5965649dd90a547a7a09c6d919ad96987_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:90075f5da491adec16eeada609d1f315ae7d97cd414e79b7c8e751d93c0be819_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:99346560c0fcba5270027aca813dab94e862a8c1bb413bf233c53b0488bf1339_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:ebd990cec2d84cc208b9b98b885ed019e1edbae5d660f238b84455d06c18d41c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:12ed2cba86b37cde91db1ffac6d1aadd08b03f06a72406e8c224d4d470a8bf2f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:3fdb6ca084da38668af018b7058161658271a9e2804f968f8362eab5f4de2d67_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:6c9c65da6a733afefd87391fc9a34c3ab261e6b1e0d0bad5686e193aee826fec_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c0077f6b619722db02086aa46b7c41af3801dc552af11f4bac90a342fd906881_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:4d2516e88f1ae905b5c27d34324a8d3568870c9ba6072e05a18262cdb3e4b5f3_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:d5893ff6b813926b1ccf6191f447122123c0685aed3bd8496dcd0b628254fedb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e350ec18ab8c8dbae2efc9b4d1000e3ae07abbc093c0492444c80561ca57b046_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e9ff6d02fb5fc4081bb317fca7930390f54de71920efd3327ae9f9df2b2cd783_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:0823a50cc017274204acfef21c96fdcac9754fe790cac68c6a2725990f2147ef_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:22bbf8889856068363e8a3d07b450f63ba979136d4c61205171a465627135c12_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:2f6f91dfd7b71cad1c6db82835d709d20f4153cf500d60ee32145712af922214_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:e2cc1d53875b7ec174fae01f9ee1b0d081b496726f6efe59cfdaf3f52bdb22bb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:7cd03b4ff79625bc11db9340e69416320b880444c91def4d0768c7b687acc576_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:95801a943ba7d0ec4af53c3cd1177483e649bcd528b5a838a32ad2d860e6503a_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:a08d98ec75520d6b7421a75179c217bac1de0e893105f964325fc618c40b0062_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:c3bee1c6e705933ffa2870133fb3264f29e63b12a065b28bab3dcc2c1b52875e_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:1e9a9f1b5ecdab7d074722c860daab977519123fe4385affdfd86d8c7f3c473c_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:253ce9e4ce0dc0045de38340fe487c9dc47b2691befe2ea91e46cc493c6a74f2_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4a34e3506330e931d7f205b36324c9fd7fe8581fbccfaca897f7c34bbb0df102_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:54e73db973349a7d9ea93b9a419ce8a342cfbf270cbceef5b28fffa578963636_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:71d52625d3aeb19a6109a434b2d6498aa8cfbfb74649ad2cba8837f3fae6e7ac_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:bba510a758d5a70dc133741ccd00d14bcb8fec5a9d642dbf134434383c909a0c_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:ea04b84821f819c6be84ed2b7113b791722aa6cdfd6fe6a119d13120dbc4bc9d_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:f5fdb09d85d227d014a2becde012d9e1ebfb3acf0ef060f27d3f2463332dd9b3_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:867d26b20423114d5bc4874ab26c58e23471a58226ef2e1eebee30f760533f13_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:86af0e4cedd9f906d2c341d0d658f67f4383615213312804b8f52be2a7dff036_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b8d380990acb0184ab685b005e22fb8369139dd8cd6550b4521bd4bc3ca23b40_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b903aa551212a53dccb73a4c78500d0c149b42a6cf7ac2ed1f5332e1ac85cac5_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:0bc86f0e97b943cfbcdc57c4357ff3bebd2b224116b01d36f20d34af20b86d5e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:1ca6fa787c621462fa2c67b9a42b1de67688883af90316475b0df35be3ed805d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:2a1344726d5244ffbd2a4c21c782116aa81efbc1b12466bcd89ef956e43893a1_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:b5fe393f2ea257f218fdf660b394d158e4709ede0e72ba8e3538ffee9659f8fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7c7f00c73c750a146cf71f84bd19e0c94225c363a7aaee2bc2b52b234dd72703_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7cef021919f068f60c37c2e8d9306e22cd915f17098c2aac51d43ede1c92cd81_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d6bef8cb3c830ae821d2f14692e1ce0b70d17c371e1a75d076dcec21b7213e0c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:ed58fd6de76c840d4057e6f89918e737ce5767a71aefb9effbdf5e9de97bb514_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:80b223dbcc37a4b977cfc5b75f999a5b206114cc47feaa5dcd43627dc91303fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:abdcb828bc1f2aaa5ee7211a00b3b7d8d291878ed55b5d2bbab425096625e52f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:be4c337c6f13d6b7a89306374900c4d54ad79e096db4204c0d42d7fa3e823769_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f841bc4678ac23de083707b5c4580fb4c52f84adb7fe0e4c4ef387768b4e6364_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:560507096517a43878dd9ac1f0d7e5b539ef7d50db3e247870c62e059b6ee289_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:a905be27983179f4cc0aa78e6b6b78971ae17bbcd46520fbc234e755cc9c98fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:ad84f6f7bde148dd49f9d633c4b904e52120d293aabd85eed9783f37db0de73e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:c63b3cfe9903840c29a65b061bc0622473bb9681599449bb8c6767fd3ba02880_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:28fc18c45672e4d644b08216d62453bc74a5817fed4b4873c9981984c21f77a8_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:384e639f2ce3e75712a5ee1cc5520161342e9dd1e94444d134d7ad4a39dde279_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:52772f57e167aaf6e54dc104b57a03db4fbbac7fddd65cf54a8b342cf43df20c_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:8e9605f0c3c4bf4f184e220228221367b52ed7609c13b476e6e9df446c35a2ea_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:337beb1ebee34315707d2e40e930e9a107ac156f4201667ae7b90621ea392f66_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:536e89fce8e35644e1ac7d829a4562f76ede60bd8069e92e3b3da17f1702578b_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:5bb6265b605ddf793df6d72732682a8033bbb2443b6333914996b4384df8fcf7_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:6c9c4245686d29afb7f5285e3085969e2ec5283e5bf92bcfb8bc6cae13027724_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9ff441506bc87d94825a4d4f57ff7f2b1e53d343297745b5dd0e4d3ad201f1b2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:a50e8e8276a10fba42491003b40183d8ebcc939a4b215b0bad8d835695b5ab45_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:af3d3edc03257025476cdd0d0b4bfbb14022a0473054db0f868c197f73598f45_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:d0cf00108f8518b3d4d2d04b83ea703941a226803b17bcabcfd89c953bab697b_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:4f86f5c692a497442b54c435e68b0cbf961591a00ebc3a73c364a19da673e34d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:a7060a10a9ab3d992ff150dcbe687dc4328ab3e2debd1351a6d7e0ac2439d89e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:c98dde706025aa5e34c7c43eb74c9e0f747c15c6b25450faed9b97374417157d_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:d0f59e461f21d4c1194c3ff29b5f6b0d6f13e2a26f7f08195a6224c30199c1f2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:16b9d1efa24d3f8bad5bcd9ba29e26f2dd15f8a174de2ba17abd63a6f1306fde_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:1bbbf713c2ff1870779a9b18b3607f0b0a84e7a797a409ab53afe0075da3e7fb_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:aa50d147f3b2bbe58539e676a2eaa7c2ea668adc8b33cc761c21fb2189cecb17_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:f91ecfb52623f05346a0d61007308bbd4059a20a043359e08c362ebd9156b7fa_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:13d591ce11f7e1b3bdfdf2e283d0cd6e57fd2385032175f485309e87f759c055_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:63ff9662f5a1cb5f69f08c38c22119fd202335b2c6a7e540a531fa1413421111_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:677cc576f84ceaba881313e7da183c012b03c4218f9a36f8d2b68806abb8b38d_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dece6dc60c2e2e3f53e16b83c6d62abd09848cbf056ba4e8da2e17520db9568a_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417097"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-forge. This vulnerability allows unauthenticated attackers to bypass downstream cryptographic verifications and security decisions via crafting ASN.1 (Abstract Syntax Notation One) structures to desynchronize schema validations, yielding a semantic divergence.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products due to an interpretation conflict in the node-forge library. An unauthenticated attacker could exploit this flaw by crafting malicious ASN.1 structures, leading to a bypass of cryptographic verifications and security decisions in affected applications. This impacts various Red Hat products that utilize node-forge for cryptographic operations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:120d93e1cf2a96bfa9d7745b88377651055ebe5595f68b7b4a4bb26f633e8611_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:43efa5a676666dd4ae039ad5518eaf636f5baf8d688d9a4b475822c32ad1ddfb_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:7b0f572c22640568015fbcf42e9e242b2a640b70eb7bec97f00ee6967d0f598f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:a01a2a1e02cffad381ecacab7bf6456ed9a0d1ad589cd0935ec5a4748e341fbe_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:17d540bfc2f5e4f3eb11b25b95dd7860ab1cfccce5814deb301fea08d95072dc_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:716f58c27ecb2a7885406bc866a3c2bb850396f770a556ef1bdaeccedfd24089_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:9ebb96ce55329bcc5f40a92be685329d7ec00bfff00bd5a3605102eb8d6ed719_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c13e60b885afff7a2ee13fac8de563f4886e762406ee2976d5b23ea0ef656078_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1ee6048f584257edcbc764ae87f6375e6ce2d25caf3cc8f98fed981e197816bd_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:6a0d1f472283c686e438dbfbeec826db9d7d95f45f92842c4073f70704860d2f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:bbb93e9ce23fd650f5b19df958390c951c38b72de02c5fec9cfbb3b801e8312f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:ef571581dc01c754dce5ca1dbd360fe86800c14853ce3f535a51d0f438467597_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:27f3be442cf1d9f640657fb6d7cea6b133652226f9a80c3442df226b3cb3c2dc_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:2dd2182f98cb7beb6e8ef7d7fcfe13705501a11d425b99667afcbbfa52fd252a_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:72632d760862fdcfa54a910846b14f652dac23b185f7496c4c43097d537cc2d2_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:8559603458387b13ca544bf7a499fdaad82d18145b612e4e220e53480960dda0_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:98f5998cc667e71dbb51d133d39ae78156ccafa8bf171bd666edfac8de17ccba_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:b6fb02867ebc3be24c68dd24c9178ed17a655a20aa19d477954aae0896c53213_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d7a11116dca914c661bbe20ecffe56afe6011fae809845859a4ffa2884e4f7db_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:fbb162c6620a1ac010cdd353682b30c6adebaf9a0064d6e3430555f7310c704c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:5949d16546a241366ea103f003c733c875c4616794ba7cca42aebb7c585908ba_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:84469780cc76298499046e7a696b100a0393be411dc14fd8a3878fcedd86220e_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:a0389d20f0c4c08c0e5b6f0a6edd8216658e3957e1e7476c21129b7a36ed2a8d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:d1a689ab23343c9fcfa24bf0ab56001971c0ab35a2505d8fa877346326bd8387_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:35412516c9d8d4ddb93f57bb59da160aa6abb11581a1a5df793fcbb8197f2e4f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:bf6075f65fa2cb59af1c5cf9374c8958361c6c41318ae157abfa46a6d6e4d5b2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:d3c24212665bd368c38a2b913b4bf9d8f5eb294ff269c0d5f23ac1c7f4bd6829_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:f3c6e7200e2834f4ed697bcaf8fc01a81bd88ae858d9a3c2b0efc36356ea4d91_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:7c36902406c9dc7a91897ea5fe36ba4e6ee9f6435094016fc21e31c057ba3dd7_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b817e4c5703cd36926371bdf2f276a1557e5c8ea4a57344051e219bb8a707b04_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b9a9eb524b522e4c6cfc285dd115fd3e0cd7d6268213db3bc066b64a7889e7b0_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:fd5188add10e6586b188efaa19ce094daf5c5c84b07725031d25237c2e93ced2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:0729b53e12e2e4f552e42c30f55c0c2ce7d0399fae6c4aba8f617f5579bc4445_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:2e507b647ca536325992fdd04d046ef960f5b5c3692af18344f86daa09a3741d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:c9760dad0568725692140149c11ad94534264af8ab87784677a55a8f27d70ebe_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:e3e5f17fd2981ea6bae01080625c0b5aed4bba475271ccd4eb2ff1434d949cc1_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:030a4842de53bfe099677176efc80c9e31f585f944e94ae9991ea84cda38e88b_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:3c9fc3fba4317d85887ecaeb8afa321395dc8b04dc05fa54a12d27abaa0e6087_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:53f5c85f436c8aee0af2297144da6dfe7c9941bcecc3801d514cf6cbfa9f230f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:5b30d53c4fdfc6fdce2a355a39d48cd078d04511aacf2272602a900289d67bee_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:147e26fd0d2470145f4acf8c833ac329b7e288ba1d20f491a89ab1aa3cd39c55_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3189e6a8da6e957085a5dbaba433b0199a354c06b7c27e21d9a5107f67c60ce1_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:364d64cd9c25fbc2a39023c8212c12f9608d84370a72ae8356bfdd34f0d52a2f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3b90f58c351e221dfa60c238990c3d7fd3b74f59b806138ddcc18f72baa567ca_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:13f1af9c6dd7fc7862251d0ce5f069d5965649dd90a547a7a09c6d919ad96987_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:90075f5da491adec16eeada609d1f315ae7d97cd414e79b7c8e751d93c0be819_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:99346560c0fcba5270027aca813dab94e862a8c1bb413bf233c53b0488bf1339_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:ebd990cec2d84cc208b9b98b885ed019e1edbae5d660f238b84455d06c18d41c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:12ed2cba86b37cde91db1ffac6d1aadd08b03f06a72406e8c224d4d470a8bf2f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:3fdb6ca084da38668af018b7058161658271a9e2804f968f8362eab5f4de2d67_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:6c9c65da6a733afefd87391fc9a34c3ab261e6b1e0d0bad5686e193aee826fec_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c0077f6b619722db02086aa46b7c41af3801dc552af11f4bac90a342fd906881_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:4d2516e88f1ae905b5c27d34324a8d3568870c9ba6072e05a18262cdb3e4b5f3_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:d5893ff6b813926b1ccf6191f447122123c0685aed3bd8496dcd0b628254fedb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e350ec18ab8c8dbae2efc9b4d1000e3ae07abbc093c0492444c80561ca57b046_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e9ff6d02fb5fc4081bb317fca7930390f54de71920efd3327ae9f9df2b2cd783_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:0823a50cc017274204acfef21c96fdcac9754fe790cac68c6a2725990f2147ef_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:22bbf8889856068363e8a3d07b450f63ba979136d4c61205171a465627135c12_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:2f6f91dfd7b71cad1c6db82835d709d20f4153cf500d60ee32145712af922214_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:e2cc1d53875b7ec174fae01f9ee1b0d081b496726f6efe59cfdaf3f52bdb22bb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:7cd03b4ff79625bc11db9340e69416320b880444c91def4d0768c7b687acc576_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:95801a943ba7d0ec4af53c3cd1177483e649bcd528b5a838a32ad2d860e6503a_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:a08d98ec75520d6b7421a75179c217bac1de0e893105f964325fc618c40b0062_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:c3bee1c6e705933ffa2870133fb3264f29e63b12a065b28bab3dcc2c1b52875e_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:1e9a9f1b5ecdab7d074722c860daab977519123fe4385affdfd86d8c7f3c473c_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:253ce9e4ce0dc0045de38340fe487c9dc47b2691befe2ea91e46cc493c6a74f2_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4a34e3506330e931d7f205b36324c9fd7fe8581fbccfaca897f7c34bbb0df102_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:54e73db973349a7d9ea93b9a419ce8a342cfbf270cbceef5b28fffa578963636_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:71d52625d3aeb19a6109a434b2d6498aa8cfbfb74649ad2cba8837f3fae6e7ac_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:bba510a758d5a70dc133741ccd00d14bcb8fec5a9d642dbf134434383c909a0c_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:ea04b84821f819c6be84ed2b7113b791722aa6cdfd6fe6a119d13120dbc4bc9d_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:f5fdb09d85d227d014a2becde012d9e1ebfb3acf0ef060f27d3f2463332dd9b3_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:867d26b20423114d5bc4874ab26c58e23471a58226ef2e1eebee30f760533f13_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:86af0e4cedd9f906d2c341d0d658f67f4383615213312804b8f52be2a7dff036_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b8d380990acb0184ab685b005e22fb8369139dd8cd6550b4521bd4bc3ca23b40_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b903aa551212a53dccb73a4c78500d0c149b42a6cf7ac2ed1f5332e1ac85cac5_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:0bc86f0e97b943cfbcdc57c4357ff3bebd2b224116b01d36f20d34af20b86d5e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:1ca6fa787c621462fa2c67b9a42b1de67688883af90316475b0df35be3ed805d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:2a1344726d5244ffbd2a4c21c782116aa81efbc1b12466bcd89ef956e43893a1_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:b5fe393f2ea257f218fdf660b394d158e4709ede0e72ba8e3538ffee9659f8fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7c7f00c73c750a146cf71f84bd19e0c94225c363a7aaee2bc2b52b234dd72703_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7cef021919f068f60c37c2e8d9306e22cd915f17098c2aac51d43ede1c92cd81_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d6bef8cb3c830ae821d2f14692e1ce0b70d17c371e1a75d076dcec21b7213e0c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:ed58fd6de76c840d4057e6f89918e737ce5767a71aefb9effbdf5e9de97bb514_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:80b223dbcc37a4b977cfc5b75f999a5b206114cc47feaa5dcd43627dc91303fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:abdcb828bc1f2aaa5ee7211a00b3b7d8d291878ed55b5d2bbab425096625e52f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:be4c337c6f13d6b7a89306374900c4d54ad79e096db4204c0d42d7fa3e823769_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f841bc4678ac23de083707b5c4580fb4c52f84adb7fe0e4c4ef387768b4e6364_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:560507096517a43878dd9ac1f0d7e5b539ef7d50db3e247870c62e059b6ee289_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:a905be27983179f4cc0aa78e6b6b78971ae17bbcd46520fbc234e755cc9c98fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:ad84f6f7bde148dd49f9d633c4b904e52120d293aabd85eed9783f37db0de73e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:c63b3cfe9903840c29a65b061bc0622473bb9681599449bb8c6767fd3ba02880_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:28fc18c45672e4d644b08216d62453bc74a5817fed4b4873c9981984c21f77a8_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:384e639f2ce3e75712a5ee1cc5520161342e9dd1e94444d134d7ad4a39dde279_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:52772f57e167aaf6e54dc104b57a03db4fbbac7fddd65cf54a8b342cf43df20c_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:8e9605f0c3c4bf4f184e220228221367b52ed7609c13b476e6e9df446c35a2ea_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:337beb1ebee34315707d2e40e930e9a107ac156f4201667ae7b90621ea392f66_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:536e89fce8e35644e1ac7d829a4562f76ede60bd8069e92e3b3da17f1702578b_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:5bb6265b605ddf793df6d72732682a8033bbb2443b6333914996b4384df8fcf7_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:6c9c4245686d29afb7f5285e3085969e2ec5283e5bf92bcfb8bc6cae13027724_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9ff441506bc87d94825a4d4f57ff7f2b1e53d343297745b5dd0e4d3ad201f1b2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:a50e8e8276a10fba42491003b40183d8ebcc939a4b215b0bad8d835695b5ab45_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:af3d3edc03257025476cdd0d0b4bfbb14022a0473054db0f868c197f73598f45_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:d0cf00108f8518b3d4d2d04b83ea703941a226803b17bcabcfd89c953bab697b_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:4f86f5c692a497442b54c435e68b0cbf961591a00ebc3a73c364a19da673e34d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:a7060a10a9ab3d992ff150dcbe687dc4328ab3e2debd1351a6d7e0ac2439d89e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:c98dde706025aa5e34c7c43eb74c9e0f747c15c6b25450faed9b97374417157d_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:d0f59e461f21d4c1194c3ff29b5f6b0d6f13e2a26f7f08195a6224c30199c1f2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:16b9d1efa24d3f8bad5bcd9ba29e26f2dd15f8a174de2ba17abd63a6f1306fde_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:1bbbf713c2ff1870779a9b18b3607f0b0a84e7a797a409ab53afe0075da3e7fb_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:aa50d147f3b2bbe58539e676a2eaa7c2ea668adc8b33cc761c21fb2189cecb17_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:f91ecfb52623f05346a0d61007308bbd4059a20a043359e08c362ebd9156b7fa_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:13d591ce11f7e1b3bdfdf2e283d0cd6e57fd2385032175f485309e87f759c055_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:63ff9662f5a1cb5f69f08c38c22119fd202335b2c6a7e540a531fa1413421111_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:677cc576f84ceaba881313e7da183c012b03c4218f9a36f8d2b68806abb8b38d_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dece6dc60c2e2e3f53e16b83c6d62abd09848cbf056ba4e8da2e17520db9568a_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "RHBZ#2417097",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417097"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-12816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12816"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge",
"url": "https://github.com/digitalbazaar/forge"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/pull/1124",
"url": "https://github.com/digitalbazaar/forge/pull/1124"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq"
},
{
"category": "external",
"summary": "https://kb.cert.org/vuls/id/521113",
"url": "https://kb.cert.org/vuls/id/521113"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/node-forge",
"url": "https://www.npmjs.com/package/node-forge"
}
],
"release_date": "2025-11-25T19:15:50.243000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-05T07:08:51+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:120d93e1cf2a96bfa9d7745b88377651055ebe5595f68b7b4a4bb26f633e8611_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:43efa5a676666dd4ae039ad5518eaf636f5baf8d688d9a4b475822c32ad1ddfb_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:7b0f572c22640568015fbcf42e9e242b2a640b70eb7bec97f00ee6967d0f598f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:a01a2a1e02cffad381ecacab7bf6456ed9a0d1ad589cd0935ec5a4748e341fbe_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3825"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:17d540bfc2f5e4f3eb11b25b95dd7860ab1cfccce5814deb301fea08d95072dc_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:716f58c27ecb2a7885406bc866a3c2bb850396f770a556ef1bdaeccedfd24089_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:9ebb96ce55329bcc5f40a92be685329d7ec00bfff00bd5a3605102eb8d6ed719_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c13e60b885afff7a2ee13fac8de563f4886e762406ee2976d5b23ea0ef656078_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1ee6048f584257edcbc764ae87f6375e6ce2d25caf3cc8f98fed981e197816bd_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:6a0d1f472283c686e438dbfbeec826db9d7d95f45f92842c4073f70704860d2f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:bbb93e9ce23fd650f5b19df958390c951c38b72de02c5fec9cfbb3b801e8312f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:ef571581dc01c754dce5ca1dbd360fe86800c14853ce3f535a51d0f438467597_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:120d93e1cf2a96bfa9d7745b88377651055ebe5595f68b7b4a4bb26f633e8611_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:43efa5a676666dd4ae039ad5518eaf636f5baf8d688d9a4b475822c32ad1ddfb_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:7b0f572c22640568015fbcf42e9e242b2a640b70eb7bec97f00ee6967d0f598f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:a01a2a1e02cffad381ecacab7bf6456ed9a0d1ad589cd0935ec5a4748e341fbe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:27f3be442cf1d9f640657fb6d7cea6b133652226f9a80c3442df226b3cb3c2dc_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:2dd2182f98cb7beb6e8ef7d7fcfe13705501a11d425b99667afcbbfa52fd252a_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:72632d760862fdcfa54a910846b14f652dac23b185f7496c4c43097d537cc2d2_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:8559603458387b13ca544bf7a499fdaad82d18145b612e4e220e53480960dda0_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:98f5998cc667e71dbb51d133d39ae78156ccafa8bf171bd666edfac8de17ccba_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:b6fb02867ebc3be24c68dd24c9178ed17a655a20aa19d477954aae0896c53213_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d7a11116dca914c661bbe20ecffe56afe6011fae809845859a4ffa2884e4f7db_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:fbb162c6620a1ac010cdd353682b30c6adebaf9a0064d6e3430555f7310c704c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:5949d16546a241366ea103f003c733c875c4616794ba7cca42aebb7c585908ba_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:84469780cc76298499046e7a696b100a0393be411dc14fd8a3878fcedd86220e_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:a0389d20f0c4c08c0e5b6f0a6edd8216658e3957e1e7476c21129b7a36ed2a8d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:d1a689ab23343c9fcfa24bf0ab56001971c0ab35a2505d8fa877346326bd8387_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:35412516c9d8d4ddb93f57bb59da160aa6abb11581a1a5df793fcbb8197f2e4f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:bf6075f65fa2cb59af1c5cf9374c8958361c6c41318ae157abfa46a6d6e4d5b2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:d3c24212665bd368c38a2b913b4bf9d8f5eb294ff269c0d5f23ac1c7f4bd6829_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:f3c6e7200e2834f4ed697bcaf8fc01a81bd88ae858d9a3c2b0efc36356ea4d91_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:7c36902406c9dc7a91897ea5fe36ba4e6ee9f6435094016fc21e31c057ba3dd7_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b817e4c5703cd36926371bdf2f276a1557e5c8ea4a57344051e219bb8a707b04_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b9a9eb524b522e4c6cfc285dd115fd3e0cd7d6268213db3bc066b64a7889e7b0_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:fd5188add10e6586b188efaa19ce094daf5c5c84b07725031d25237c2e93ced2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:0729b53e12e2e4f552e42c30f55c0c2ce7d0399fae6c4aba8f617f5579bc4445_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:2e507b647ca536325992fdd04d046ef960f5b5c3692af18344f86daa09a3741d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:c9760dad0568725692140149c11ad94534264af8ab87784677a55a8f27d70ebe_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:e3e5f17fd2981ea6bae01080625c0b5aed4bba475271ccd4eb2ff1434d949cc1_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:030a4842de53bfe099677176efc80c9e31f585f944e94ae9991ea84cda38e88b_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:3c9fc3fba4317d85887ecaeb8afa321395dc8b04dc05fa54a12d27abaa0e6087_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:53f5c85f436c8aee0af2297144da6dfe7c9941bcecc3801d514cf6cbfa9f230f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:5b30d53c4fdfc6fdce2a355a39d48cd078d04511aacf2272602a900289d67bee_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:147e26fd0d2470145f4acf8c833ac329b7e288ba1d20f491a89ab1aa3cd39c55_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3189e6a8da6e957085a5dbaba433b0199a354c06b7c27e21d9a5107f67c60ce1_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:364d64cd9c25fbc2a39023c8212c12f9608d84370a72ae8356bfdd34f0d52a2f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3b90f58c351e221dfa60c238990c3d7fd3b74f59b806138ddcc18f72baa567ca_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:13f1af9c6dd7fc7862251d0ce5f069d5965649dd90a547a7a09c6d919ad96987_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:90075f5da491adec16eeada609d1f315ae7d97cd414e79b7c8e751d93c0be819_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:99346560c0fcba5270027aca813dab94e862a8c1bb413bf233c53b0488bf1339_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:ebd990cec2d84cc208b9b98b885ed019e1edbae5d660f238b84455d06c18d41c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:12ed2cba86b37cde91db1ffac6d1aadd08b03f06a72406e8c224d4d470a8bf2f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:3fdb6ca084da38668af018b7058161658271a9e2804f968f8362eab5f4de2d67_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:6c9c65da6a733afefd87391fc9a34c3ab261e6b1e0d0bad5686e193aee826fec_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c0077f6b619722db02086aa46b7c41af3801dc552af11f4bac90a342fd906881_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:4d2516e88f1ae905b5c27d34324a8d3568870c9ba6072e05a18262cdb3e4b5f3_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:d5893ff6b813926b1ccf6191f447122123c0685aed3bd8496dcd0b628254fedb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e350ec18ab8c8dbae2efc9b4d1000e3ae07abbc093c0492444c80561ca57b046_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e9ff6d02fb5fc4081bb317fca7930390f54de71920efd3327ae9f9df2b2cd783_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:0823a50cc017274204acfef21c96fdcac9754fe790cac68c6a2725990f2147ef_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:22bbf8889856068363e8a3d07b450f63ba979136d4c61205171a465627135c12_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:2f6f91dfd7b71cad1c6db82835d709d20f4153cf500d60ee32145712af922214_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:e2cc1d53875b7ec174fae01f9ee1b0d081b496726f6efe59cfdaf3f52bdb22bb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:7cd03b4ff79625bc11db9340e69416320b880444c91def4d0768c7b687acc576_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:95801a943ba7d0ec4af53c3cd1177483e649bcd528b5a838a32ad2d860e6503a_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:a08d98ec75520d6b7421a75179c217bac1de0e893105f964325fc618c40b0062_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:c3bee1c6e705933ffa2870133fb3264f29e63b12a065b28bab3dcc2c1b52875e_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:1e9a9f1b5ecdab7d074722c860daab977519123fe4385affdfd86d8c7f3c473c_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:253ce9e4ce0dc0045de38340fe487c9dc47b2691befe2ea91e46cc493c6a74f2_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4a34e3506330e931d7f205b36324c9fd7fe8581fbccfaca897f7c34bbb0df102_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:54e73db973349a7d9ea93b9a419ce8a342cfbf270cbceef5b28fffa578963636_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:71d52625d3aeb19a6109a434b2d6498aa8cfbfb74649ad2cba8837f3fae6e7ac_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:bba510a758d5a70dc133741ccd00d14bcb8fec5a9d642dbf134434383c909a0c_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:ea04b84821f819c6be84ed2b7113b791722aa6cdfd6fe6a119d13120dbc4bc9d_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:f5fdb09d85d227d014a2becde012d9e1ebfb3acf0ef060f27d3f2463332dd9b3_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:867d26b20423114d5bc4874ab26c58e23471a58226ef2e1eebee30f760533f13_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:86af0e4cedd9f906d2c341d0d658f67f4383615213312804b8f52be2a7dff036_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b8d380990acb0184ab685b005e22fb8369139dd8cd6550b4521bd4bc3ca23b40_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b903aa551212a53dccb73a4c78500d0c149b42a6cf7ac2ed1f5332e1ac85cac5_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:0bc86f0e97b943cfbcdc57c4357ff3bebd2b224116b01d36f20d34af20b86d5e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:1ca6fa787c621462fa2c67b9a42b1de67688883af90316475b0df35be3ed805d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:2a1344726d5244ffbd2a4c21c782116aa81efbc1b12466bcd89ef956e43893a1_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:b5fe393f2ea257f218fdf660b394d158e4709ede0e72ba8e3538ffee9659f8fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7c7f00c73c750a146cf71f84bd19e0c94225c363a7aaee2bc2b52b234dd72703_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7cef021919f068f60c37c2e8d9306e22cd915f17098c2aac51d43ede1c92cd81_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d6bef8cb3c830ae821d2f14692e1ce0b70d17c371e1a75d076dcec21b7213e0c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:ed58fd6de76c840d4057e6f89918e737ce5767a71aefb9effbdf5e9de97bb514_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:80b223dbcc37a4b977cfc5b75f999a5b206114cc47feaa5dcd43627dc91303fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:abdcb828bc1f2aaa5ee7211a00b3b7d8d291878ed55b5d2bbab425096625e52f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:be4c337c6f13d6b7a89306374900c4d54ad79e096db4204c0d42d7fa3e823769_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f841bc4678ac23de083707b5c4580fb4c52f84adb7fe0e4c4ef387768b4e6364_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:560507096517a43878dd9ac1f0d7e5b539ef7d50db3e247870c62e059b6ee289_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:a905be27983179f4cc0aa78e6b6b78971ae17bbcd46520fbc234e755cc9c98fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:ad84f6f7bde148dd49f9d633c4b904e52120d293aabd85eed9783f37db0de73e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:c63b3cfe9903840c29a65b061bc0622473bb9681599449bb8c6767fd3ba02880_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:28fc18c45672e4d644b08216d62453bc74a5817fed4b4873c9981984c21f77a8_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:384e639f2ce3e75712a5ee1cc5520161342e9dd1e94444d134d7ad4a39dde279_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:52772f57e167aaf6e54dc104b57a03db4fbbac7fddd65cf54a8b342cf43df20c_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:8e9605f0c3c4bf4f184e220228221367b52ed7609c13b476e6e9df446c35a2ea_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:337beb1ebee34315707d2e40e930e9a107ac156f4201667ae7b90621ea392f66_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:536e89fce8e35644e1ac7d829a4562f76ede60bd8069e92e3b3da17f1702578b_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:5bb6265b605ddf793df6d72732682a8033bbb2443b6333914996b4384df8fcf7_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:6c9c4245686d29afb7f5285e3085969e2ec5283e5bf92bcfb8bc6cae13027724_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9ff441506bc87d94825a4d4f57ff7f2b1e53d343297745b5dd0e4d3ad201f1b2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:a50e8e8276a10fba42491003b40183d8ebcc939a4b215b0bad8d835695b5ab45_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:af3d3edc03257025476cdd0d0b4bfbb14022a0473054db0f868c197f73598f45_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:d0cf00108f8518b3d4d2d04b83ea703941a226803b17bcabcfd89c953bab697b_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:4f86f5c692a497442b54c435e68b0cbf961591a00ebc3a73c364a19da673e34d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:a7060a10a9ab3d992ff150dcbe687dc4328ab3e2debd1351a6d7e0ac2439d89e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:c98dde706025aa5e34c7c43eb74c9e0f747c15c6b25450faed9b97374417157d_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:d0f59e461f21d4c1194c3ff29b5f6b0d6f13e2a26f7f08195a6224c30199c1f2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:16b9d1efa24d3f8bad5bcd9ba29e26f2dd15f8a174de2ba17abd63a6f1306fde_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:1bbbf713c2ff1870779a9b18b3607f0b0a84e7a797a409ab53afe0075da3e7fb_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:aa50d147f3b2bbe58539e676a2eaa7c2ea668adc8b33cc761c21fb2189cecb17_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:f91ecfb52623f05346a0d61007308bbd4059a20a043359e08c362ebd9156b7fa_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:13d591ce11f7e1b3bdfdf2e283d0cd6e57fd2385032175f485309e87f759c055_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:63ff9662f5a1cb5f69f08c38c22119fd202335b2c6a7e540a531fa1413421111_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:677cc576f84ceaba881313e7da183c012b03c4218f9a36f8d2b68806abb8b38d_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dece6dc60c2e2e3f53e16b83c6d62abd09848cbf056ba4e8da2e17520db9568a_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:17d540bfc2f5e4f3eb11b25b95dd7860ab1cfccce5814deb301fea08d95072dc_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:716f58c27ecb2a7885406bc866a3c2bb850396f770a556ef1bdaeccedfd24089_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:9ebb96ce55329bcc5f40a92be685329d7ec00bfff00bd5a3605102eb8d6ed719_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c13e60b885afff7a2ee13fac8de563f4886e762406ee2976d5b23ea0ef656078_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1ee6048f584257edcbc764ae87f6375e6ce2d25caf3cc8f98fed981e197816bd_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:6a0d1f472283c686e438dbfbeec826db9d7d95f45f92842c4073f70704860d2f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:bbb93e9ce23fd650f5b19df958390c951c38b72de02c5fec9cfbb3b801e8312f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:ef571581dc01c754dce5ca1dbd360fe86800c14853ce3f535a51d0f438467597_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:120d93e1cf2a96bfa9d7745b88377651055ebe5595f68b7b4a4bb26f633e8611_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:43efa5a676666dd4ae039ad5518eaf636f5baf8d688d9a4b475822c32ad1ddfb_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:7b0f572c22640568015fbcf42e9e242b2a640b70eb7bec97f00ee6967d0f598f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:a01a2a1e02cffad381ecacab7bf6456ed9a0d1ad589cd0935ec5a4748e341fbe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:27f3be442cf1d9f640657fb6d7cea6b133652226f9a80c3442df226b3cb3c2dc_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:2dd2182f98cb7beb6e8ef7d7fcfe13705501a11d425b99667afcbbfa52fd252a_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:72632d760862fdcfa54a910846b14f652dac23b185f7496c4c43097d537cc2d2_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:8559603458387b13ca544bf7a499fdaad82d18145b612e4e220e53480960dda0_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:98f5998cc667e71dbb51d133d39ae78156ccafa8bf171bd666edfac8de17ccba_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:b6fb02867ebc3be24c68dd24c9178ed17a655a20aa19d477954aae0896c53213_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d7a11116dca914c661bbe20ecffe56afe6011fae809845859a4ffa2884e4f7db_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:fbb162c6620a1ac010cdd353682b30c6adebaf9a0064d6e3430555f7310c704c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:5949d16546a241366ea103f003c733c875c4616794ba7cca42aebb7c585908ba_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:84469780cc76298499046e7a696b100a0393be411dc14fd8a3878fcedd86220e_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:a0389d20f0c4c08c0e5b6f0a6edd8216658e3957e1e7476c21129b7a36ed2a8d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:d1a689ab23343c9fcfa24bf0ab56001971c0ab35a2505d8fa877346326bd8387_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:35412516c9d8d4ddb93f57bb59da160aa6abb11581a1a5df793fcbb8197f2e4f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:bf6075f65fa2cb59af1c5cf9374c8958361c6c41318ae157abfa46a6d6e4d5b2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:d3c24212665bd368c38a2b913b4bf9d8f5eb294ff269c0d5f23ac1c7f4bd6829_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:f3c6e7200e2834f4ed697bcaf8fc01a81bd88ae858d9a3c2b0efc36356ea4d91_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:7c36902406c9dc7a91897ea5fe36ba4e6ee9f6435094016fc21e31c057ba3dd7_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b817e4c5703cd36926371bdf2f276a1557e5c8ea4a57344051e219bb8a707b04_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b9a9eb524b522e4c6cfc285dd115fd3e0cd7d6268213db3bc066b64a7889e7b0_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:fd5188add10e6586b188efaa19ce094daf5c5c84b07725031d25237c2e93ced2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:0729b53e12e2e4f552e42c30f55c0c2ce7d0399fae6c4aba8f617f5579bc4445_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:2e507b647ca536325992fdd04d046ef960f5b5c3692af18344f86daa09a3741d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:c9760dad0568725692140149c11ad94534264af8ab87784677a55a8f27d70ebe_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:e3e5f17fd2981ea6bae01080625c0b5aed4bba475271ccd4eb2ff1434d949cc1_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:030a4842de53bfe099677176efc80c9e31f585f944e94ae9991ea84cda38e88b_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:3c9fc3fba4317d85887ecaeb8afa321395dc8b04dc05fa54a12d27abaa0e6087_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:53f5c85f436c8aee0af2297144da6dfe7c9941bcecc3801d514cf6cbfa9f230f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:5b30d53c4fdfc6fdce2a355a39d48cd078d04511aacf2272602a900289d67bee_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:147e26fd0d2470145f4acf8c833ac329b7e288ba1d20f491a89ab1aa3cd39c55_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3189e6a8da6e957085a5dbaba433b0199a354c06b7c27e21d9a5107f67c60ce1_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:364d64cd9c25fbc2a39023c8212c12f9608d84370a72ae8356bfdd34f0d52a2f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3b90f58c351e221dfa60c238990c3d7fd3b74f59b806138ddcc18f72baa567ca_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:13f1af9c6dd7fc7862251d0ce5f069d5965649dd90a547a7a09c6d919ad96987_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:90075f5da491adec16eeada609d1f315ae7d97cd414e79b7c8e751d93c0be819_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:99346560c0fcba5270027aca813dab94e862a8c1bb413bf233c53b0488bf1339_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:ebd990cec2d84cc208b9b98b885ed019e1edbae5d660f238b84455d06c18d41c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:12ed2cba86b37cde91db1ffac6d1aadd08b03f06a72406e8c224d4d470a8bf2f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:3fdb6ca084da38668af018b7058161658271a9e2804f968f8362eab5f4de2d67_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:6c9c65da6a733afefd87391fc9a34c3ab261e6b1e0d0bad5686e193aee826fec_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c0077f6b619722db02086aa46b7c41af3801dc552af11f4bac90a342fd906881_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:4d2516e88f1ae905b5c27d34324a8d3568870c9ba6072e05a18262cdb3e4b5f3_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:d5893ff6b813926b1ccf6191f447122123c0685aed3bd8496dcd0b628254fedb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e350ec18ab8c8dbae2efc9b4d1000e3ae07abbc093c0492444c80561ca57b046_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e9ff6d02fb5fc4081bb317fca7930390f54de71920efd3327ae9f9df2b2cd783_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:0823a50cc017274204acfef21c96fdcac9754fe790cac68c6a2725990f2147ef_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:22bbf8889856068363e8a3d07b450f63ba979136d4c61205171a465627135c12_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:2f6f91dfd7b71cad1c6db82835d709d20f4153cf500d60ee32145712af922214_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:e2cc1d53875b7ec174fae01f9ee1b0d081b496726f6efe59cfdaf3f52bdb22bb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:7cd03b4ff79625bc11db9340e69416320b880444c91def4d0768c7b687acc576_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:95801a943ba7d0ec4af53c3cd1177483e649bcd528b5a838a32ad2d860e6503a_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:a08d98ec75520d6b7421a75179c217bac1de0e893105f964325fc618c40b0062_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:c3bee1c6e705933ffa2870133fb3264f29e63b12a065b28bab3dcc2c1b52875e_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:1e9a9f1b5ecdab7d074722c860daab977519123fe4385affdfd86d8c7f3c473c_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:253ce9e4ce0dc0045de38340fe487c9dc47b2691befe2ea91e46cc493c6a74f2_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4a34e3506330e931d7f205b36324c9fd7fe8581fbccfaca897f7c34bbb0df102_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:54e73db973349a7d9ea93b9a419ce8a342cfbf270cbceef5b28fffa578963636_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:71d52625d3aeb19a6109a434b2d6498aa8cfbfb74649ad2cba8837f3fae6e7ac_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:bba510a758d5a70dc133741ccd00d14bcb8fec5a9d642dbf134434383c909a0c_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:ea04b84821f819c6be84ed2b7113b791722aa6cdfd6fe6a119d13120dbc4bc9d_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:f5fdb09d85d227d014a2becde012d9e1ebfb3acf0ef060f27d3f2463332dd9b3_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:867d26b20423114d5bc4874ab26c58e23471a58226ef2e1eebee30f760533f13_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:86af0e4cedd9f906d2c341d0d658f67f4383615213312804b8f52be2a7dff036_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b8d380990acb0184ab685b005e22fb8369139dd8cd6550b4521bd4bc3ca23b40_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b903aa551212a53dccb73a4c78500d0c149b42a6cf7ac2ed1f5332e1ac85cac5_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:0bc86f0e97b943cfbcdc57c4357ff3bebd2b224116b01d36f20d34af20b86d5e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:1ca6fa787c621462fa2c67b9a42b1de67688883af90316475b0df35be3ed805d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:2a1344726d5244ffbd2a4c21c782116aa81efbc1b12466bcd89ef956e43893a1_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:b5fe393f2ea257f218fdf660b394d158e4709ede0e72ba8e3538ffee9659f8fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7c7f00c73c750a146cf71f84bd19e0c94225c363a7aaee2bc2b52b234dd72703_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7cef021919f068f60c37c2e8d9306e22cd915f17098c2aac51d43ede1c92cd81_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d6bef8cb3c830ae821d2f14692e1ce0b70d17c371e1a75d076dcec21b7213e0c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:ed58fd6de76c840d4057e6f89918e737ce5767a71aefb9effbdf5e9de97bb514_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:80b223dbcc37a4b977cfc5b75f999a5b206114cc47feaa5dcd43627dc91303fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:abdcb828bc1f2aaa5ee7211a00b3b7d8d291878ed55b5d2bbab425096625e52f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:be4c337c6f13d6b7a89306374900c4d54ad79e096db4204c0d42d7fa3e823769_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f841bc4678ac23de083707b5c4580fb4c52f84adb7fe0e4c4ef387768b4e6364_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:560507096517a43878dd9ac1f0d7e5b539ef7d50db3e247870c62e059b6ee289_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:a905be27983179f4cc0aa78e6b6b78971ae17bbcd46520fbc234e755cc9c98fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:ad84f6f7bde148dd49f9d633c4b904e52120d293aabd85eed9783f37db0de73e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:c63b3cfe9903840c29a65b061bc0622473bb9681599449bb8c6767fd3ba02880_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:28fc18c45672e4d644b08216d62453bc74a5817fed4b4873c9981984c21f77a8_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:384e639f2ce3e75712a5ee1cc5520161342e9dd1e94444d134d7ad4a39dde279_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:52772f57e167aaf6e54dc104b57a03db4fbbac7fddd65cf54a8b342cf43df20c_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:8e9605f0c3c4bf4f184e220228221367b52ed7609c13b476e6e9df446c35a2ea_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:337beb1ebee34315707d2e40e930e9a107ac156f4201667ae7b90621ea392f66_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:536e89fce8e35644e1ac7d829a4562f76ede60bd8069e92e3b3da17f1702578b_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:5bb6265b605ddf793df6d72732682a8033bbb2443b6333914996b4384df8fcf7_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:6c9c4245686d29afb7f5285e3085969e2ec5283e5bf92bcfb8bc6cae13027724_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9ff441506bc87d94825a4d4f57ff7f2b1e53d343297745b5dd0e4d3ad201f1b2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:a50e8e8276a10fba42491003b40183d8ebcc939a4b215b0bad8d835695b5ab45_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:af3d3edc03257025476cdd0d0b4bfbb14022a0473054db0f868c197f73598f45_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:d0cf00108f8518b3d4d2d04b83ea703941a226803b17bcabcfd89c953bab697b_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:4f86f5c692a497442b54c435e68b0cbf961591a00ebc3a73c364a19da673e34d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:a7060a10a9ab3d992ff150dcbe687dc4328ab3e2debd1351a6d7e0ac2439d89e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:c98dde706025aa5e34c7c43eb74c9e0f747c15c6b25450faed9b97374417157d_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:d0f59e461f21d4c1194c3ff29b5f6b0d6f13e2a26f7f08195a6224c30199c1f2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:16b9d1efa24d3f8bad5bcd9ba29e26f2dd15f8a174de2ba17abd63a6f1306fde_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:1bbbf713c2ff1870779a9b18b3607f0b0a84e7a797a409ab53afe0075da3e7fb_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:aa50d147f3b2bbe58539e676a2eaa7c2ea668adc8b33cc761c21fb2189cecb17_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:f91ecfb52623f05346a0d61007308bbd4059a20a043359e08c362ebd9156b7fa_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:13d591ce11f7e1b3bdfdf2e283d0cd6e57fd2385032175f485309e87f759c055_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:63ff9662f5a1cb5f69f08c38c22119fd202335b2c6a7e540a531fa1413421111_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:677cc576f84ceaba881313e7da183c012b03c4218f9a36f8d2b68806abb8b38d_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dece6dc60c2e2e3f53e16b83c6d62abd09848cbf056ba4e8da2e17520db9568a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications"
},
{
"cve": "CVE-2025-13465",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2026-01-21T20:01:28.774829+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:17d540bfc2f5e4f3eb11b25b95dd7860ab1cfccce5814deb301fea08d95072dc_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:716f58c27ecb2a7885406bc866a3c2bb850396f770a556ef1bdaeccedfd24089_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:9ebb96ce55329bcc5f40a92be685329d7ec00bfff00bd5a3605102eb8d6ed719_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c13e60b885afff7a2ee13fac8de563f4886e762406ee2976d5b23ea0ef656078_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1ee6048f584257edcbc764ae87f6375e6ce2d25caf3cc8f98fed981e197816bd_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:6a0d1f472283c686e438dbfbeec826db9d7d95f45f92842c4073f70704860d2f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:bbb93e9ce23fd650f5b19df958390c951c38b72de02c5fec9cfbb3b801e8312f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:ef571581dc01c754dce5ca1dbd360fe86800c14853ce3f535a51d0f438467597_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:27f3be442cf1d9f640657fb6d7cea6b133652226f9a80c3442df226b3cb3c2dc_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:2dd2182f98cb7beb6e8ef7d7fcfe13705501a11d425b99667afcbbfa52fd252a_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:72632d760862fdcfa54a910846b14f652dac23b185f7496c4c43097d537cc2d2_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:8559603458387b13ca544bf7a499fdaad82d18145b612e4e220e53480960dda0_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:98f5998cc667e71dbb51d133d39ae78156ccafa8bf171bd666edfac8de17ccba_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:b6fb02867ebc3be24c68dd24c9178ed17a655a20aa19d477954aae0896c53213_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d7a11116dca914c661bbe20ecffe56afe6011fae809845859a4ffa2884e4f7db_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:fbb162c6620a1ac010cdd353682b30c6adebaf9a0064d6e3430555f7310c704c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:5949d16546a241366ea103f003c733c875c4616794ba7cca42aebb7c585908ba_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:84469780cc76298499046e7a696b100a0393be411dc14fd8a3878fcedd86220e_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:a0389d20f0c4c08c0e5b6f0a6edd8216658e3957e1e7476c21129b7a36ed2a8d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:d1a689ab23343c9fcfa24bf0ab56001971c0ab35a2505d8fa877346326bd8387_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:35412516c9d8d4ddb93f57bb59da160aa6abb11581a1a5df793fcbb8197f2e4f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:bf6075f65fa2cb59af1c5cf9374c8958361c6c41318ae157abfa46a6d6e4d5b2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:d3c24212665bd368c38a2b913b4bf9d8f5eb294ff269c0d5f23ac1c7f4bd6829_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:f3c6e7200e2834f4ed697bcaf8fc01a81bd88ae858d9a3c2b0efc36356ea4d91_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:7c36902406c9dc7a91897ea5fe36ba4e6ee9f6435094016fc21e31c057ba3dd7_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b817e4c5703cd36926371bdf2f276a1557e5c8ea4a57344051e219bb8a707b04_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b9a9eb524b522e4c6cfc285dd115fd3e0cd7d6268213db3bc066b64a7889e7b0_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:fd5188add10e6586b188efaa19ce094daf5c5c84b07725031d25237c2e93ced2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:0729b53e12e2e4f552e42c30f55c0c2ce7d0399fae6c4aba8f617f5579bc4445_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:2e507b647ca536325992fdd04d046ef960f5b5c3692af18344f86daa09a3741d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:c9760dad0568725692140149c11ad94534264af8ab87784677a55a8f27d70ebe_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:e3e5f17fd2981ea6bae01080625c0b5aed4bba475271ccd4eb2ff1434d949cc1_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:030a4842de53bfe099677176efc80c9e31f585f944e94ae9991ea84cda38e88b_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:3c9fc3fba4317d85887ecaeb8afa321395dc8b04dc05fa54a12d27abaa0e6087_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:53f5c85f436c8aee0af2297144da6dfe7c9941bcecc3801d514cf6cbfa9f230f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:5b30d53c4fdfc6fdce2a355a39d48cd078d04511aacf2272602a900289d67bee_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:147e26fd0d2470145f4acf8c833ac329b7e288ba1d20f491a89ab1aa3cd39c55_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3189e6a8da6e957085a5dbaba433b0199a354c06b7c27e21d9a5107f67c60ce1_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:364d64cd9c25fbc2a39023c8212c12f9608d84370a72ae8356bfdd34f0d52a2f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3b90f58c351e221dfa60c238990c3d7fd3b74f59b806138ddcc18f72baa567ca_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:13f1af9c6dd7fc7862251d0ce5f069d5965649dd90a547a7a09c6d919ad96987_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:90075f5da491adec16eeada609d1f315ae7d97cd414e79b7c8e751d93c0be819_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:99346560c0fcba5270027aca813dab94e862a8c1bb413bf233c53b0488bf1339_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:ebd990cec2d84cc208b9b98b885ed019e1edbae5d660f238b84455d06c18d41c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:12ed2cba86b37cde91db1ffac6d1aadd08b03f06a72406e8c224d4d470a8bf2f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:3fdb6ca084da38668af018b7058161658271a9e2804f968f8362eab5f4de2d67_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:6c9c65da6a733afefd87391fc9a34c3ab261e6b1e0d0bad5686e193aee826fec_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c0077f6b619722db02086aa46b7c41af3801dc552af11f4bac90a342fd906881_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:4d2516e88f1ae905b5c27d34324a8d3568870c9ba6072e05a18262cdb3e4b5f3_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:d5893ff6b813926b1ccf6191f447122123c0685aed3bd8496dcd0b628254fedb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e350ec18ab8c8dbae2efc9b4d1000e3ae07abbc093c0492444c80561ca57b046_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e9ff6d02fb5fc4081bb317fca7930390f54de71920efd3327ae9f9df2b2cd783_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:0823a50cc017274204acfef21c96fdcac9754fe790cac68c6a2725990f2147ef_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:22bbf8889856068363e8a3d07b450f63ba979136d4c61205171a465627135c12_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:2f6f91dfd7b71cad1c6db82835d709d20f4153cf500d60ee32145712af922214_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:e2cc1d53875b7ec174fae01f9ee1b0d081b496726f6efe59cfdaf3f52bdb22bb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:7cd03b4ff79625bc11db9340e69416320b880444c91def4d0768c7b687acc576_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:95801a943ba7d0ec4af53c3cd1177483e649bcd528b5a838a32ad2d860e6503a_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:a08d98ec75520d6b7421a75179c217bac1de0e893105f964325fc618c40b0062_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:c3bee1c6e705933ffa2870133fb3264f29e63b12a065b28bab3dcc2c1b52875e_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:1e9a9f1b5ecdab7d074722c860daab977519123fe4385affdfd86d8c7f3c473c_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:253ce9e4ce0dc0045de38340fe487c9dc47b2691befe2ea91e46cc493c6a74f2_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4a34e3506330e931d7f205b36324c9fd7fe8581fbccfaca897f7c34bbb0df102_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:54e73db973349a7d9ea93b9a419ce8a342cfbf270cbceef5b28fffa578963636_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:71d52625d3aeb19a6109a434b2d6498aa8cfbfb74649ad2cba8837f3fae6e7ac_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:bba510a758d5a70dc133741ccd00d14bcb8fec5a9d642dbf134434383c909a0c_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:ea04b84821f819c6be84ed2b7113b791722aa6cdfd6fe6a119d13120dbc4bc9d_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:f5fdb09d85d227d014a2becde012d9e1ebfb3acf0ef060f27d3f2463332dd9b3_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:867d26b20423114d5bc4874ab26c58e23471a58226ef2e1eebee30f760533f13_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:86af0e4cedd9f906d2c341d0d658f67f4383615213312804b8f52be2a7dff036_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b8d380990acb0184ab685b005e22fb8369139dd8cd6550b4521bd4bc3ca23b40_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b903aa551212a53dccb73a4c78500d0c149b42a6cf7ac2ed1f5332e1ac85cac5_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:0bc86f0e97b943cfbcdc57c4357ff3bebd2b224116b01d36f20d34af20b86d5e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:1ca6fa787c621462fa2c67b9a42b1de67688883af90316475b0df35be3ed805d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:2a1344726d5244ffbd2a4c21c782116aa81efbc1b12466bcd89ef956e43893a1_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:b5fe393f2ea257f218fdf660b394d158e4709ede0e72ba8e3538ffee9659f8fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7c7f00c73c750a146cf71f84bd19e0c94225c363a7aaee2bc2b52b234dd72703_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7cef021919f068f60c37c2e8d9306e22cd915f17098c2aac51d43ede1c92cd81_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d6bef8cb3c830ae821d2f14692e1ce0b70d17c371e1a75d076dcec21b7213e0c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:ed58fd6de76c840d4057e6f89918e737ce5767a71aefb9effbdf5e9de97bb514_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:80b223dbcc37a4b977cfc5b75f999a5b206114cc47feaa5dcd43627dc91303fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:abdcb828bc1f2aaa5ee7211a00b3b7d8d291878ed55b5d2bbab425096625e52f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:be4c337c6f13d6b7a89306374900c4d54ad79e096db4204c0d42d7fa3e823769_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f841bc4678ac23de083707b5c4580fb4c52f84adb7fe0e4c4ef387768b4e6364_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:560507096517a43878dd9ac1f0d7e5b539ef7d50db3e247870c62e059b6ee289_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:a905be27983179f4cc0aa78e6b6b78971ae17bbcd46520fbc234e755cc9c98fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:ad84f6f7bde148dd49f9d633c4b904e52120d293aabd85eed9783f37db0de73e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:c63b3cfe9903840c29a65b061bc0622473bb9681599449bb8c6767fd3ba02880_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:28fc18c45672e4d644b08216d62453bc74a5817fed4b4873c9981984c21f77a8_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:384e639f2ce3e75712a5ee1cc5520161342e9dd1e94444d134d7ad4a39dde279_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:52772f57e167aaf6e54dc104b57a03db4fbbac7fddd65cf54a8b342cf43df20c_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:8e9605f0c3c4bf4f184e220228221367b52ed7609c13b476e6e9df446c35a2ea_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:337beb1ebee34315707d2e40e930e9a107ac156f4201667ae7b90621ea392f66_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:536e89fce8e35644e1ac7d829a4562f76ede60bd8069e92e3b3da17f1702578b_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:5bb6265b605ddf793df6d72732682a8033bbb2443b6333914996b4384df8fcf7_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:6c9c4245686d29afb7f5285e3085969e2ec5283e5bf92bcfb8bc6cae13027724_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9ff441506bc87d94825a4d4f57ff7f2b1e53d343297745b5dd0e4d3ad201f1b2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:a50e8e8276a10fba42491003b40183d8ebcc939a4b215b0bad8d835695b5ab45_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:af3d3edc03257025476cdd0d0b4bfbb14022a0473054db0f868c197f73598f45_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:d0cf00108f8518b3d4d2d04b83ea703941a226803b17bcabcfd89c953bab697b_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:4f86f5c692a497442b54c435e68b0cbf961591a00ebc3a73c364a19da673e34d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:a7060a10a9ab3d992ff150dcbe687dc4328ab3e2debd1351a6d7e0ac2439d89e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:c98dde706025aa5e34c7c43eb74c9e0f747c15c6b25450faed9b97374417157d_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:d0f59e461f21d4c1194c3ff29b5f6b0d6f13e2a26f7f08195a6224c30199c1f2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:16b9d1efa24d3f8bad5bcd9ba29e26f2dd15f8a174de2ba17abd63a6f1306fde_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:1bbbf713c2ff1870779a9b18b3607f0b0a84e7a797a409ab53afe0075da3e7fb_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:aa50d147f3b2bbe58539e676a2eaa7c2ea668adc8b33cc761c21fb2189cecb17_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:f91ecfb52623f05346a0d61007308bbd4059a20a043359e08c362ebd9156b7fa_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:13d591ce11f7e1b3bdfdf2e283d0cd6e57fd2385032175f485309e87f759c055_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:63ff9662f5a1cb5f69f08c38c22119fd202335b2c6a7e540a531fa1413421111_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:677cc576f84ceaba881313e7da183c012b03c4218f9a36f8d2b68806abb8b38d_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dece6dc60c2e2e3f53e16b83c6d62abd09848cbf056ba4e8da2e17520db9568a_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431740"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: prototype pollution in _.unset and _.omit functions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is only exploitable by applications using the _.unset and _.omit functions on an object and allowing user input to determine the path of the property to be removed. This issue only allows the deletion of properties but does not allow overwriting their behavior, limiting the impact to a denial of service. Due to this reason, this vulnerability has been rated with an important severity.\n\nIn Grafana, JavaScript code runs only in the browser, while the server side is all Golang. Therefore, the worst-case scenario is a loss of functionality in the client application inside the browser. To reflect this, the CVSS availability metric and the severity of the Grafana and the Grafana-PCP component have been updated to low and moderate, respectively.\n\nThe lodash dependency is bundled and used by the pcs-web-ui component of the PCS package. In Red Hat Enterprise Linux 8.10, the pcs-web-ui component is no longer included in the PCS package. As a result, RHEL 8.10 does not ship the vulnerable lodash component within PCS and is therefore not-affected by this CVE.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:120d93e1cf2a96bfa9d7745b88377651055ebe5595f68b7b4a4bb26f633e8611_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:43efa5a676666dd4ae039ad5518eaf636f5baf8d688d9a4b475822c32ad1ddfb_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:7b0f572c22640568015fbcf42e9e242b2a640b70eb7bec97f00ee6967d0f598f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:a01a2a1e02cffad381ecacab7bf6456ed9a0d1ad589cd0935ec5a4748e341fbe_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:17d540bfc2f5e4f3eb11b25b95dd7860ab1cfccce5814deb301fea08d95072dc_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:716f58c27ecb2a7885406bc866a3c2bb850396f770a556ef1bdaeccedfd24089_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:9ebb96ce55329bcc5f40a92be685329d7ec00bfff00bd5a3605102eb8d6ed719_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c13e60b885afff7a2ee13fac8de563f4886e762406ee2976d5b23ea0ef656078_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1ee6048f584257edcbc764ae87f6375e6ce2d25caf3cc8f98fed981e197816bd_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:6a0d1f472283c686e438dbfbeec826db9d7d95f45f92842c4073f70704860d2f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:bbb93e9ce23fd650f5b19df958390c951c38b72de02c5fec9cfbb3b801e8312f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:ef571581dc01c754dce5ca1dbd360fe86800c14853ce3f535a51d0f438467597_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:27f3be442cf1d9f640657fb6d7cea6b133652226f9a80c3442df226b3cb3c2dc_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:2dd2182f98cb7beb6e8ef7d7fcfe13705501a11d425b99667afcbbfa52fd252a_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:72632d760862fdcfa54a910846b14f652dac23b185f7496c4c43097d537cc2d2_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:8559603458387b13ca544bf7a499fdaad82d18145b612e4e220e53480960dda0_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:98f5998cc667e71dbb51d133d39ae78156ccafa8bf171bd666edfac8de17ccba_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:b6fb02867ebc3be24c68dd24c9178ed17a655a20aa19d477954aae0896c53213_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d7a11116dca914c661bbe20ecffe56afe6011fae809845859a4ffa2884e4f7db_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:fbb162c6620a1ac010cdd353682b30c6adebaf9a0064d6e3430555f7310c704c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:5949d16546a241366ea103f003c733c875c4616794ba7cca42aebb7c585908ba_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:84469780cc76298499046e7a696b100a0393be411dc14fd8a3878fcedd86220e_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:a0389d20f0c4c08c0e5b6f0a6edd8216658e3957e1e7476c21129b7a36ed2a8d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:d1a689ab23343c9fcfa24bf0ab56001971c0ab35a2505d8fa877346326bd8387_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:35412516c9d8d4ddb93f57bb59da160aa6abb11581a1a5df793fcbb8197f2e4f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:bf6075f65fa2cb59af1c5cf9374c8958361c6c41318ae157abfa46a6d6e4d5b2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:d3c24212665bd368c38a2b913b4bf9d8f5eb294ff269c0d5f23ac1c7f4bd6829_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:f3c6e7200e2834f4ed697bcaf8fc01a81bd88ae858d9a3c2b0efc36356ea4d91_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:7c36902406c9dc7a91897ea5fe36ba4e6ee9f6435094016fc21e31c057ba3dd7_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b817e4c5703cd36926371bdf2f276a1557e5c8ea4a57344051e219bb8a707b04_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b9a9eb524b522e4c6cfc285dd115fd3e0cd7d6268213db3bc066b64a7889e7b0_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:fd5188add10e6586b188efaa19ce094daf5c5c84b07725031d25237c2e93ced2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:0729b53e12e2e4f552e42c30f55c0c2ce7d0399fae6c4aba8f617f5579bc4445_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:2e507b647ca536325992fdd04d046ef960f5b5c3692af18344f86daa09a3741d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:c9760dad0568725692140149c11ad94534264af8ab87784677a55a8f27d70ebe_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:e3e5f17fd2981ea6bae01080625c0b5aed4bba475271ccd4eb2ff1434d949cc1_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:030a4842de53bfe099677176efc80c9e31f585f944e94ae9991ea84cda38e88b_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:3c9fc3fba4317d85887ecaeb8afa321395dc8b04dc05fa54a12d27abaa0e6087_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:53f5c85f436c8aee0af2297144da6dfe7c9941bcecc3801d514cf6cbfa9f230f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:5b30d53c4fdfc6fdce2a355a39d48cd078d04511aacf2272602a900289d67bee_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:147e26fd0d2470145f4acf8c833ac329b7e288ba1d20f491a89ab1aa3cd39c55_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3189e6a8da6e957085a5dbaba433b0199a354c06b7c27e21d9a5107f67c60ce1_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:364d64cd9c25fbc2a39023c8212c12f9608d84370a72ae8356bfdd34f0d52a2f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3b90f58c351e221dfa60c238990c3d7fd3b74f59b806138ddcc18f72baa567ca_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:13f1af9c6dd7fc7862251d0ce5f069d5965649dd90a547a7a09c6d919ad96987_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:90075f5da491adec16eeada609d1f315ae7d97cd414e79b7c8e751d93c0be819_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:99346560c0fcba5270027aca813dab94e862a8c1bb413bf233c53b0488bf1339_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:ebd990cec2d84cc208b9b98b885ed019e1edbae5d660f238b84455d06c18d41c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:12ed2cba86b37cde91db1ffac6d1aadd08b03f06a72406e8c224d4d470a8bf2f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:3fdb6ca084da38668af018b7058161658271a9e2804f968f8362eab5f4de2d67_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:6c9c65da6a733afefd87391fc9a34c3ab261e6b1e0d0bad5686e193aee826fec_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c0077f6b619722db02086aa46b7c41af3801dc552af11f4bac90a342fd906881_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:4d2516e88f1ae905b5c27d34324a8d3568870c9ba6072e05a18262cdb3e4b5f3_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:d5893ff6b813926b1ccf6191f447122123c0685aed3bd8496dcd0b628254fedb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e350ec18ab8c8dbae2efc9b4d1000e3ae07abbc093c0492444c80561ca57b046_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e9ff6d02fb5fc4081bb317fca7930390f54de71920efd3327ae9f9df2b2cd783_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:0823a50cc017274204acfef21c96fdcac9754fe790cac68c6a2725990f2147ef_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:22bbf8889856068363e8a3d07b450f63ba979136d4c61205171a465627135c12_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:2f6f91dfd7b71cad1c6db82835d709d20f4153cf500d60ee32145712af922214_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:e2cc1d53875b7ec174fae01f9ee1b0d081b496726f6efe59cfdaf3f52bdb22bb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:7cd03b4ff79625bc11db9340e69416320b880444c91def4d0768c7b687acc576_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:95801a943ba7d0ec4af53c3cd1177483e649bcd528b5a838a32ad2d860e6503a_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:a08d98ec75520d6b7421a75179c217bac1de0e893105f964325fc618c40b0062_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:c3bee1c6e705933ffa2870133fb3264f29e63b12a065b28bab3dcc2c1b52875e_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:1e9a9f1b5ecdab7d074722c860daab977519123fe4385affdfd86d8c7f3c473c_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:253ce9e4ce0dc0045de38340fe487c9dc47b2691befe2ea91e46cc493c6a74f2_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4a34e3506330e931d7f205b36324c9fd7fe8581fbccfaca897f7c34bbb0df102_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:54e73db973349a7d9ea93b9a419ce8a342cfbf270cbceef5b28fffa578963636_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:71d52625d3aeb19a6109a434b2d6498aa8cfbfb74649ad2cba8837f3fae6e7ac_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:bba510a758d5a70dc133741ccd00d14bcb8fec5a9d642dbf134434383c909a0c_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:ea04b84821f819c6be84ed2b7113b791722aa6cdfd6fe6a119d13120dbc4bc9d_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:f5fdb09d85d227d014a2becde012d9e1ebfb3acf0ef060f27d3f2463332dd9b3_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:867d26b20423114d5bc4874ab26c58e23471a58226ef2e1eebee30f760533f13_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:86af0e4cedd9f906d2c341d0d658f67f4383615213312804b8f52be2a7dff036_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b8d380990acb0184ab685b005e22fb8369139dd8cd6550b4521bd4bc3ca23b40_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b903aa551212a53dccb73a4c78500d0c149b42a6cf7ac2ed1f5332e1ac85cac5_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:0bc86f0e97b943cfbcdc57c4357ff3bebd2b224116b01d36f20d34af20b86d5e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:1ca6fa787c621462fa2c67b9a42b1de67688883af90316475b0df35be3ed805d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:2a1344726d5244ffbd2a4c21c782116aa81efbc1b12466bcd89ef956e43893a1_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:b5fe393f2ea257f218fdf660b394d158e4709ede0e72ba8e3538ffee9659f8fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7c7f00c73c750a146cf71f84bd19e0c94225c363a7aaee2bc2b52b234dd72703_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7cef021919f068f60c37c2e8d9306e22cd915f17098c2aac51d43ede1c92cd81_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d6bef8cb3c830ae821d2f14692e1ce0b70d17c371e1a75d076dcec21b7213e0c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:ed58fd6de76c840d4057e6f89918e737ce5767a71aefb9effbdf5e9de97bb514_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:80b223dbcc37a4b977cfc5b75f999a5b206114cc47feaa5dcd43627dc91303fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:abdcb828bc1f2aaa5ee7211a00b3b7d8d291878ed55b5d2bbab425096625e52f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:be4c337c6f13d6b7a89306374900c4d54ad79e096db4204c0d42d7fa3e823769_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f841bc4678ac23de083707b5c4580fb4c52f84adb7fe0e4c4ef387768b4e6364_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:560507096517a43878dd9ac1f0d7e5b539ef7d50db3e247870c62e059b6ee289_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:a905be27983179f4cc0aa78e6b6b78971ae17bbcd46520fbc234e755cc9c98fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:ad84f6f7bde148dd49f9d633c4b904e52120d293aabd85eed9783f37db0de73e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:c63b3cfe9903840c29a65b061bc0622473bb9681599449bb8c6767fd3ba02880_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:28fc18c45672e4d644b08216d62453bc74a5817fed4b4873c9981984c21f77a8_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:384e639f2ce3e75712a5ee1cc5520161342e9dd1e94444d134d7ad4a39dde279_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:52772f57e167aaf6e54dc104b57a03db4fbbac7fddd65cf54a8b342cf43df20c_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:8e9605f0c3c4bf4f184e220228221367b52ed7609c13b476e6e9df446c35a2ea_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:337beb1ebee34315707d2e40e930e9a107ac156f4201667ae7b90621ea392f66_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:536e89fce8e35644e1ac7d829a4562f76ede60bd8069e92e3b3da17f1702578b_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:5bb6265b605ddf793df6d72732682a8033bbb2443b6333914996b4384df8fcf7_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:6c9c4245686d29afb7f5285e3085969e2ec5283e5bf92bcfb8bc6cae13027724_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9ff441506bc87d94825a4d4f57ff7f2b1e53d343297745b5dd0e4d3ad201f1b2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:a50e8e8276a10fba42491003b40183d8ebcc939a4b215b0bad8d835695b5ab45_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:af3d3edc03257025476cdd0d0b4bfbb14022a0473054db0f868c197f73598f45_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:d0cf00108f8518b3d4d2d04b83ea703941a226803b17bcabcfd89c953bab697b_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:4f86f5c692a497442b54c435e68b0cbf961591a00ebc3a73c364a19da673e34d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:a7060a10a9ab3d992ff150dcbe687dc4328ab3e2debd1351a6d7e0ac2439d89e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:c98dde706025aa5e34c7c43eb74c9e0f747c15c6b25450faed9b97374417157d_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:d0f59e461f21d4c1194c3ff29b5f6b0d6f13e2a26f7f08195a6224c30199c1f2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:16b9d1efa24d3f8bad5bcd9ba29e26f2dd15f8a174de2ba17abd63a6f1306fde_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:1bbbf713c2ff1870779a9b18b3607f0b0a84e7a797a409ab53afe0075da3e7fb_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:aa50d147f3b2bbe58539e676a2eaa7c2ea668adc8b33cc761c21fb2189cecb17_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:f91ecfb52623f05346a0d61007308bbd4059a20a043359e08c362ebd9156b7fa_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:13d591ce11f7e1b3bdfdf2e283d0cd6e57fd2385032175f485309e87f759c055_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:63ff9662f5a1cb5f69f08c38c22119fd202335b2c6a7e540a531fa1413421111_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:677cc576f84ceaba881313e7da183c012b03c4218f9a36f8d2b68806abb8b38d_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dece6dc60c2e2e3f53e16b83c6d62abd09848cbf056ba4e8da2e17520db9568a_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "RHBZ#2431740",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431740"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg",
"url": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg"
}
],
"release_date": "2026-01-21T19:05:28.846000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-05T07:08:51+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:120d93e1cf2a96bfa9d7745b88377651055ebe5595f68b7b4a4bb26f633e8611_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:43efa5a676666dd4ae039ad5518eaf636f5baf8d688d9a4b475822c32ad1ddfb_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:7b0f572c22640568015fbcf42e9e242b2a640b70eb7bec97f00ee6967d0f598f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:a01a2a1e02cffad381ecacab7bf6456ed9a0d1ad589cd0935ec5a4748e341fbe_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3825"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement strict input validation before passing any property paths to the _.unset and _.omit functions to block attempts to access the prototype chain. Ensure that strings like __proto__, constructor and prototype are blocked, for example.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:17d540bfc2f5e4f3eb11b25b95dd7860ab1cfccce5814deb301fea08d95072dc_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:716f58c27ecb2a7885406bc866a3c2bb850396f770a556ef1bdaeccedfd24089_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:9ebb96ce55329bcc5f40a92be685329d7ec00bfff00bd5a3605102eb8d6ed719_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c13e60b885afff7a2ee13fac8de563f4886e762406ee2976d5b23ea0ef656078_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1ee6048f584257edcbc764ae87f6375e6ce2d25caf3cc8f98fed981e197816bd_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:6a0d1f472283c686e438dbfbeec826db9d7d95f45f92842c4073f70704860d2f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:bbb93e9ce23fd650f5b19df958390c951c38b72de02c5fec9cfbb3b801e8312f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:ef571581dc01c754dce5ca1dbd360fe86800c14853ce3f535a51d0f438467597_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:120d93e1cf2a96bfa9d7745b88377651055ebe5595f68b7b4a4bb26f633e8611_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:43efa5a676666dd4ae039ad5518eaf636f5baf8d688d9a4b475822c32ad1ddfb_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:7b0f572c22640568015fbcf42e9e242b2a640b70eb7bec97f00ee6967d0f598f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:a01a2a1e02cffad381ecacab7bf6456ed9a0d1ad589cd0935ec5a4748e341fbe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:27f3be442cf1d9f640657fb6d7cea6b133652226f9a80c3442df226b3cb3c2dc_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:2dd2182f98cb7beb6e8ef7d7fcfe13705501a11d425b99667afcbbfa52fd252a_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:72632d760862fdcfa54a910846b14f652dac23b185f7496c4c43097d537cc2d2_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:8559603458387b13ca544bf7a499fdaad82d18145b612e4e220e53480960dda0_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:98f5998cc667e71dbb51d133d39ae78156ccafa8bf171bd666edfac8de17ccba_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:b6fb02867ebc3be24c68dd24c9178ed17a655a20aa19d477954aae0896c53213_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d7a11116dca914c661bbe20ecffe56afe6011fae809845859a4ffa2884e4f7db_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:fbb162c6620a1ac010cdd353682b30c6adebaf9a0064d6e3430555f7310c704c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:5949d16546a241366ea103f003c733c875c4616794ba7cca42aebb7c585908ba_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:84469780cc76298499046e7a696b100a0393be411dc14fd8a3878fcedd86220e_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:a0389d20f0c4c08c0e5b6f0a6edd8216658e3957e1e7476c21129b7a36ed2a8d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:d1a689ab23343c9fcfa24bf0ab56001971c0ab35a2505d8fa877346326bd8387_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:35412516c9d8d4ddb93f57bb59da160aa6abb11581a1a5df793fcbb8197f2e4f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:bf6075f65fa2cb59af1c5cf9374c8958361c6c41318ae157abfa46a6d6e4d5b2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:d3c24212665bd368c38a2b913b4bf9d8f5eb294ff269c0d5f23ac1c7f4bd6829_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:f3c6e7200e2834f4ed697bcaf8fc01a81bd88ae858d9a3c2b0efc36356ea4d91_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:7c36902406c9dc7a91897ea5fe36ba4e6ee9f6435094016fc21e31c057ba3dd7_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b817e4c5703cd36926371bdf2f276a1557e5c8ea4a57344051e219bb8a707b04_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b9a9eb524b522e4c6cfc285dd115fd3e0cd7d6268213db3bc066b64a7889e7b0_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:fd5188add10e6586b188efaa19ce094daf5c5c84b07725031d25237c2e93ced2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:0729b53e12e2e4f552e42c30f55c0c2ce7d0399fae6c4aba8f617f5579bc4445_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:2e507b647ca536325992fdd04d046ef960f5b5c3692af18344f86daa09a3741d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:c9760dad0568725692140149c11ad94534264af8ab87784677a55a8f27d70ebe_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:e3e5f17fd2981ea6bae01080625c0b5aed4bba475271ccd4eb2ff1434d949cc1_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:030a4842de53bfe099677176efc80c9e31f585f944e94ae9991ea84cda38e88b_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:3c9fc3fba4317d85887ecaeb8afa321395dc8b04dc05fa54a12d27abaa0e6087_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:53f5c85f436c8aee0af2297144da6dfe7c9941bcecc3801d514cf6cbfa9f230f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:5b30d53c4fdfc6fdce2a355a39d48cd078d04511aacf2272602a900289d67bee_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:147e26fd0d2470145f4acf8c833ac329b7e288ba1d20f491a89ab1aa3cd39c55_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3189e6a8da6e957085a5dbaba433b0199a354c06b7c27e21d9a5107f67c60ce1_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:364d64cd9c25fbc2a39023c8212c12f9608d84370a72ae8356bfdd34f0d52a2f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3b90f58c351e221dfa60c238990c3d7fd3b74f59b806138ddcc18f72baa567ca_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:13f1af9c6dd7fc7862251d0ce5f069d5965649dd90a547a7a09c6d919ad96987_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:90075f5da491adec16eeada609d1f315ae7d97cd414e79b7c8e751d93c0be819_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:99346560c0fcba5270027aca813dab94e862a8c1bb413bf233c53b0488bf1339_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:ebd990cec2d84cc208b9b98b885ed019e1edbae5d660f238b84455d06c18d41c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:12ed2cba86b37cde91db1ffac6d1aadd08b03f06a72406e8c224d4d470a8bf2f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:3fdb6ca084da38668af018b7058161658271a9e2804f968f8362eab5f4de2d67_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:6c9c65da6a733afefd87391fc9a34c3ab261e6b1e0d0bad5686e193aee826fec_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c0077f6b619722db02086aa46b7c41af3801dc552af11f4bac90a342fd906881_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:4d2516e88f1ae905b5c27d34324a8d3568870c9ba6072e05a18262cdb3e4b5f3_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:d5893ff6b813926b1ccf6191f447122123c0685aed3bd8496dcd0b628254fedb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e350ec18ab8c8dbae2efc9b4d1000e3ae07abbc093c0492444c80561ca57b046_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e9ff6d02fb5fc4081bb317fca7930390f54de71920efd3327ae9f9df2b2cd783_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:0823a50cc017274204acfef21c96fdcac9754fe790cac68c6a2725990f2147ef_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:22bbf8889856068363e8a3d07b450f63ba979136d4c61205171a465627135c12_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:2f6f91dfd7b71cad1c6db82835d709d20f4153cf500d60ee32145712af922214_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:e2cc1d53875b7ec174fae01f9ee1b0d081b496726f6efe59cfdaf3f52bdb22bb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:7cd03b4ff79625bc11db9340e69416320b880444c91def4d0768c7b687acc576_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:95801a943ba7d0ec4af53c3cd1177483e649bcd528b5a838a32ad2d860e6503a_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:a08d98ec75520d6b7421a75179c217bac1de0e893105f964325fc618c40b0062_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:c3bee1c6e705933ffa2870133fb3264f29e63b12a065b28bab3dcc2c1b52875e_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:1e9a9f1b5ecdab7d074722c860daab977519123fe4385affdfd86d8c7f3c473c_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:253ce9e4ce0dc0045de38340fe487c9dc47b2691befe2ea91e46cc493c6a74f2_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4a34e3506330e931d7f205b36324c9fd7fe8581fbccfaca897f7c34bbb0df102_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:54e73db973349a7d9ea93b9a419ce8a342cfbf270cbceef5b28fffa578963636_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:71d52625d3aeb19a6109a434b2d6498aa8cfbfb74649ad2cba8837f3fae6e7ac_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:bba510a758d5a70dc133741ccd00d14bcb8fec5a9d642dbf134434383c909a0c_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:ea04b84821f819c6be84ed2b7113b791722aa6cdfd6fe6a119d13120dbc4bc9d_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:f5fdb09d85d227d014a2becde012d9e1ebfb3acf0ef060f27d3f2463332dd9b3_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:867d26b20423114d5bc4874ab26c58e23471a58226ef2e1eebee30f760533f13_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:86af0e4cedd9f906d2c341d0d658f67f4383615213312804b8f52be2a7dff036_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b8d380990acb0184ab685b005e22fb8369139dd8cd6550b4521bd4bc3ca23b40_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b903aa551212a53dccb73a4c78500d0c149b42a6cf7ac2ed1f5332e1ac85cac5_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:0bc86f0e97b943cfbcdc57c4357ff3bebd2b224116b01d36f20d34af20b86d5e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:1ca6fa787c621462fa2c67b9a42b1de67688883af90316475b0df35be3ed805d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:2a1344726d5244ffbd2a4c21c782116aa81efbc1b12466bcd89ef956e43893a1_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:b5fe393f2ea257f218fdf660b394d158e4709ede0e72ba8e3538ffee9659f8fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7c7f00c73c750a146cf71f84bd19e0c94225c363a7aaee2bc2b52b234dd72703_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7cef021919f068f60c37c2e8d9306e22cd915f17098c2aac51d43ede1c92cd81_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d6bef8cb3c830ae821d2f14692e1ce0b70d17c371e1a75d076dcec21b7213e0c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:ed58fd6de76c840d4057e6f89918e737ce5767a71aefb9effbdf5e9de97bb514_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:80b223dbcc37a4b977cfc5b75f999a5b206114cc47feaa5dcd43627dc91303fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:abdcb828bc1f2aaa5ee7211a00b3b7d8d291878ed55b5d2bbab425096625e52f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:be4c337c6f13d6b7a89306374900c4d54ad79e096db4204c0d42d7fa3e823769_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f841bc4678ac23de083707b5c4580fb4c52f84adb7fe0e4c4ef387768b4e6364_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:560507096517a43878dd9ac1f0d7e5b539ef7d50db3e247870c62e059b6ee289_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:a905be27983179f4cc0aa78e6b6b78971ae17bbcd46520fbc234e755cc9c98fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:ad84f6f7bde148dd49f9d633c4b904e52120d293aabd85eed9783f37db0de73e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:c63b3cfe9903840c29a65b061bc0622473bb9681599449bb8c6767fd3ba02880_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:28fc18c45672e4d644b08216d62453bc74a5817fed4b4873c9981984c21f77a8_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:384e639f2ce3e75712a5ee1cc5520161342e9dd1e94444d134d7ad4a39dde279_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:52772f57e167aaf6e54dc104b57a03db4fbbac7fddd65cf54a8b342cf43df20c_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:8e9605f0c3c4bf4f184e220228221367b52ed7609c13b476e6e9df446c35a2ea_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:337beb1ebee34315707d2e40e930e9a107ac156f4201667ae7b90621ea392f66_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:536e89fce8e35644e1ac7d829a4562f76ede60bd8069e92e3b3da17f1702578b_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:5bb6265b605ddf793df6d72732682a8033bbb2443b6333914996b4384df8fcf7_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:6c9c4245686d29afb7f5285e3085969e2ec5283e5bf92bcfb8bc6cae13027724_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9ff441506bc87d94825a4d4f57ff7f2b1e53d343297745b5dd0e4d3ad201f1b2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:a50e8e8276a10fba42491003b40183d8ebcc939a4b215b0bad8d835695b5ab45_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:af3d3edc03257025476cdd0d0b4bfbb14022a0473054db0f868c197f73598f45_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:d0cf00108f8518b3d4d2d04b83ea703941a226803b17bcabcfd89c953bab697b_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:4f86f5c692a497442b54c435e68b0cbf961591a00ebc3a73c364a19da673e34d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:a7060a10a9ab3d992ff150dcbe687dc4328ab3e2debd1351a6d7e0ac2439d89e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:c98dde706025aa5e34c7c43eb74c9e0f747c15c6b25450faed9b97374417157d_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:d0f59e461f21d4c1194c3ff29b5f6b0d6f13e2a26f7f08195a6224c30199c1f2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:16b9d1efa24d3f8bad5bcd9ba29e26f2dd15f8a174de2ba17abd63a6f1306fde_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:1bbbf713c2ff1870779a9b18b3607f0b0a84e7a797a409ab53afe0075da3e7fb_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:aa50d147f3b2bbe58539e676a2eaa7c2ea668adc8b33cc761c21fb2189cecb17_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:f91ecfb52623f05346a0d61007308bbd4059a20a043359e08c362ebd9156b7fa_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:13d591ce11f7e1b3bdfdf2e283d0cd6e57fd2385032175f485309e87f759c055_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:63ff9662f5a1cb5f69f08c38c22119fd202335b2c6a7e540a531fa1413421111_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:677cc576f84ceaba881313e7da183c012b03c4218f9a36f8d2b68806abb8b38d_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dece6dc60c2e2e3f53e16b83c6d62abd09848cbf056ba4e8da2e17520db9568a_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:17d540bfc2f5e4f3eb11b25b95dd7860ab1cfccce5814deb301fea08d95072dc_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:716f58c27ecb2a7885406bc866a3c2bb850396f770a556ef1bdaeccedfd24089_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:9ebb96ce55329bcc5f40a92be685329d7ec00bfff00bd5a3605102eb8d6ed719_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c13e60b885afff7a2ee13fac8de563f4886e762406ee2976d5b23ea0ef656078_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1ee6048f584257edcbc764ae87f6375e6ce2d25caf3cc8f98fed981e197816bd_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:6a0d1f472283c686e438dbfbeec826db9d7d95f45f92842c4073f70704860d2f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:bbb93e9ce23fd650f5b19df958390c951c38b72de02c5fec9cfbb3b801e8312f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:ef571581dc01c754dce5ca1dbd360fe86800c14853ce3f535a51d0f438467597_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:120d93e1cf2a96bfa9d7745b88377651055ebe5595f68b7b4a4bb26f633e8611_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:43efa5a676666dd4ae039ad5518eaf636f5baf8d688d9a4b475822c32ad1ddfb_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:7b0f572c22640568015fbcf42e9e242b2a640b70eb7bec97f00ee6967d0f598f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:a01a2a1e02cffad381ecacab7bf6456ed9a0d1ad589cd0935ec5a4748e341fbe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:27f3be442cf1d9f640657fb6d7cea6b133652226f9a80c3442df226b3cb3c2dc_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:2dd2182f98cb7beb6e8ef7d7fcfe13705501a11d425b99667afcbbfa52fd252a_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:72632d760862fdcfa54a910846b14f652dac23b185f7496c4c43097d537cc2d2_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:8559603458387b13ca544bf7a499fdaad82d18145b612e4e220e53480960dda0_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:98f5998cc667e71dbb51d133d39ae78156ccafa8bf171bd666edfac8de17ccba_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:b6fb02867ebc3be24c68dd24c9178ed17a655a20aa19d477954aae0896c53213_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d7a11116dca914c661bbe20ecffe56afe6011fae809845859a4ffa2884e4f7db_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:fbb162c6620a1ac010cdd353682b30c6adebaf9a0064d6e3430555f7310c704c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:5949d16546a241366ea103f003c733c875c4616794ba7cca42aebb7c585908ba_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:84469780cc76298499046e7a696b100a0393be411dc14fd8a3878fcedd86220e_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:a0389d20f0c4c08c0e5b6f0a6edd8216658e3957e1e7476c21129b7a36ed2a8d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:d1a689ab23343c9fcfa24bf0ab56001971c0ab35a2505d8fa877346326bd8387_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:35412516c9d8d4ddb93f57bb59da160aa6abb11581a1a5df793fcbb8197f2e4f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:bf6075f65fa2cb59af1c5cf9374c8958361c6c41318ae157abfa46a6d6e4d5b2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:d3c24212665bd368c38a2b913b4bf9d8f5eb294ff269c0d5f23ac1c7f4bd6829_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:f3c6e7200e2834f4ed697bcaf8fc01a81bd88ae858d9a3c2b0efc36356ea4d91_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:7c36902406c9dc7a91897ea5fe36ba4e6ee9f6435094016fc21e31c057ba3dd7_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b817e4c5703cd36926371bdf2f276a1557e5c8ea4a57344051e219bb8a707b04_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b9a9eb524b522e4c6cfc285dd115fd3e0cd7d6268213db3bc066b64a7889e7b0_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:fd5188add10e6586b188efaa19ce094daf5c5c84b07725031d25237c2e93ced2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:0729b53e12e2e4f552e42c30f55c0c2ce7d0399fae6c4aba8f617f5579bc4445_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:2e507b647ca536325992fdd04d046ef960f5b5c3692af18344f86daa09a3741d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:c9760dad0568725692140149c11ad94534264af8ab87784677a55a8f27d70ebe_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:e3e5f17fd2981ea6bae01080625c0b5aed4bba475271ccd4eb2ff1434d949cc1_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:030a4842de53bfe099677176efc80c9e31f585f944e94ae9991ea84cda38e88b_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:3c9fc3fba4317d85887ecaeb8afa321395dc8b04dc05fa54a12d27abaa0e6087_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:53f5c85f436c8aee0af2297144da6dfe7c9941bcecc3801d514cf6cbfa9f230f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:5b30d53c4fdfc6fdce2a355a39d48cd078d04511aacf2272602a900289d67bee_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:147e26fd0d2470145f4acf8c833ac329b7e288ba1d20f491a89ab1aa3cd39c55_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3189e6a8da6e957085a5dbaba433b0199a354c06b7c27e21d9a5107f67c60ce1_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:364d64cd9c25fbc2a39023c8212c12f9608d84370a72ae8356bfdd34f0d52a2f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3b90f58c351e221dfa60c238990c3d7fd3b74f59b806138ddcc18f72baa567ca_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:13f1af9c6dd7fc7862251d0ce5f069d5965649dd90a547a7a09c6d919ad96987_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:90075f5da491adec16eeada609d1f315ae7d97cd414e79b7c8e751d93c0be819_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:99346560c0fcba5270027aca813dab94e862a8c1bb413bf233c53b0488bf1339_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:ebd990cec2d84cc208b9b98b885ed019e1edbae5d660f238b84455d06c18d41c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:12ed2cba86b37cde91db1ffac6d1aadd08b03f06a72406e8c224d4d470a8bf2f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:3fdb6ca084da38668af018b7058161658271a9e2804f968f8362eab5f4de2d67_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:6c9c65da6a733afefd87391fc9a34c3ab261e6b1e0d0bad5686e193aee826fec_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c0077f6b619722db02086aa46b7c41af3801dc552af11f4bac90a342fd906881_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:4d2516e88f1ae905b5c27d34324a8d3568870c9ba6072e05a18262cdb3e4b5f3_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:d5893ff6b813926b1ccf6191f447122123c0685aed3bd8496dcd0b628254fedb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e350ec18ab8c8dbae2efc9b4d1000e3ae07abbc093c0492444c80561ca57b046_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e9ff6d02fb5fc4081bb317fca7930390f54de71920efd3327ae9f9df2b2cd783_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:0823a50cc017274204acfef21c96fdcac9754fe790cac68c6a2725990f2147ef_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:22bbf8889856068363e8a3d07b450f63ba979136d4c61205171a465627135c12_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:2f6f91dfd7b71cad1c6db82835d709d20f4153cf500d60ee32145712af922214_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:e2cc1d53875b7ec174fae01f9ee1b0d081b496726f6efe59cfdaf3f52bdb22bb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:7cd03b4ff79625bc11db9340e69416320b880444c91def4d0768c7b687acc576_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:95801a943ba7d0ec4af53c3cd1177483e649bcd528b5a838a32ad2d860e6503a_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:a08d98ec75520d6b7421a75179c217bac1de0e893105f964325fc618c40b0062_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:c3bee1c6e705933ffa2870133fb3264f29e63b12a065b28bab3dcc2c1b52875e_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:1e9a9f1b5ecdab7d074722c860daab977519123fe4385affdfd86d8c7f3c473c_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:253ce9e4ce0dc0045de38340fe487c9dc47b2691befe2ea91e46cc493c6a74f2_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4a34e3506330e931d7f205b36324c9fd7fe8581fbccfaca897f7c34bbb0df102_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:54e73db973349a7d9ea93b9a419ce8a342cfbf270cbceef5b28fffa578963636_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:71d52625d3aeb19a6109a434b2d6498aa8cfbfb74649ad2cba8837f3fae6e7ac_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:bba510a758d5a70dc133741ccd00d14bcb8fec5a9d642dbf134434383c909a0c_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:ea04b84821f819c6be84ed2b7113b791722aa6cdfd6fe6a119d13120dbc4bc9d_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:f5fdb09d85d227d014a2becde012d9e1ebfb3acf0ef060f27d3f2463332dd9b3_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:867d26b20423114d5bc4874ab26c58e23471a58226ef2e1eebee30f760533f13_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:86af0e4cedd9f906d2c341d0d658f67f4383615213312804b8f52be2a7dff036_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b8d380990acb0184ab685b005e22fb8369139dd8cd6550b4521bd4bc3ca23b40_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b903aa551212a53dccb73a4c78500d0c149b42a6cf7ac2ed1f5332e1ac85cac5_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:0bc86f0e97b943cfbcdc57c4357ff3bebd2b224116b01d36f20d34af20b86d5e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:1ca6fa787c621462fa2c67b9a42b1de67688883af90316475b0df35be3ed805d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:2a1344726d5244ffbd2a4c21c782116aa81efbc1b12466bcd89ef956e43893a1_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:b5fe393f2ea257f218fdf660b394d158e4709ede0e72ba8e3538ffee9659f8fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7c7f00c73c750a146cf71f84bd19e0c94225c363a7aaee2bc2b52b234dd72703_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7cef021919f068f60c37c2e8d9306e22cd915f17098c2aac51d43ede1c92cd81_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d6bef8cb3c830ae821d2f14692e1ce0b70d17c371e1a75d076dcec21b7213e0c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:ed58fd6de76c840d4057e6f89918e737ce5767a71aefb9effbdf5e9de97bb514_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:80b223dbcc37a4b977cfc5b75f999a5b206114cc47feaa5dcd43627dc91303fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:abdcb828bc1f2aaa5ee7211a00b3b7d8d291878ed55b5d2bbab425096625e52f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:be4c337c6f13d6b7a89306374900c4d54ad79e096db4204c0d42d7fa3e823769_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f841bc4678ac23de083707b5c4580fb4c52f84adb7fe0e4c4ef387768b4e6364_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:560507096517a43878dd9ac1f0d7e5b539ef7d50db3e247870c62e059b6ee289_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:a905be27983179f4cc0aa78e6b6b78971ae17bbcd46520fbc234e755cc9c98fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:ad84f6f7bde148dd49f9d633c4b904e52120d293aabd85eed9783f37db0de73e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:c63b3cfe9903840c29a65b061bc0622473bb9681599449bb8c6767fd3ba02880_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:28fc18c45672e4d644b08216d62453bc74a5817fed4b4873c9981984c21f77a8_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:384e639f2ce3e75712a5ee1cc5520161342e9dd1e94444d134d7ad4a39dde279_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:52772f57e167aaf6e54dc104b57a03db4fbbac7fddd65cf54a8b342cf43df20c_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:8e9605f0c3c4bf4f184e220228221367b52ed7609c13b476e6e9df446c35a2ea_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:337beb1ebee34315707d2e40e930e9a107ac156f4201667ae7b90621ea392f66_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:536e89fce8e35644e1ac7d829a4562f76ede60bd8069e92e3b3da17f1702578b_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:5bb6265b605ddf793df6d72732682a8033bbb2443b6333914996b4384df8fcf7_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:6c9c4245686d29afb7f5285e3085969e2ec5283e5bf92bcfb8bc6cae13027724_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9ff441506bc87d94825a4d4f57ff7f2b1e53d343297745b5dd0e4d3ad201f1b2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:a50e8e8276a10fba42491003b40183d8ebcc939a4b215b0bad8d835695b5ab45_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:af3d3edc03257025476cdd0d0b4bfbb14022a0473054db0f868c197f73598f45_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:d0cf00108f8518b3d4d2d04b83ea703941a226803b17bcabcfd89c953bab697b_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:4f86f5c692a497442b54c435e68b0cbf961591a00ebc3a73c364a19da673e34d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:a7060a10a9ab3d992ff150dcbe687dc4328ab3e2debd1351a6d7e0ac2439d89e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:c98dde706025aa5e34c7c43eb74c9e0f747c15c6b25450faed9b97374417157d_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:d0f59e461f21d4c1194c3ff29b5f6b0d6f13e2a26f7f08195a6224c30199c1f2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:16b9d1efa24d3f8bad5bcd9ba29e26f2dd15f8a174de2ba17abd63a6f1306fde_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:1bbbf713c2ff1870779a9b18b3607f0b0a84e7a797a409ab53afe0075da3e7fb_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:aa50d147f3b2bbe58539e676a2eaa7c2ea668adc8b33cc761c21fb2189cecb17_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:f91ecfb52623f05346a0d61007308bbd4059a20a043359e08c362ebd9156b7fa_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:13d591ce11f7e1b3bdfdf2e283d0cd6e57fd2385032175f485309e87f759c055_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:63ff9662f5a1cb5f69f08c38c22119fd202335b2c6a7e540a531fa1413421111_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:677cc576f84ceaba881313e7da183c012b03c4218f9a36f8d2b68806abb8b38d_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dece6dc60c2e2e3f53e16b83c6d62abd09848cbf056ba4e8da2e17520db9568a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: prototype pollution in _.unset and _.omit functions"
},
{
"cve": "CVE-2025-15284",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-29T23:00:58.541337+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:17d540bfc2f5e4f3eb11b25b95dd7860ab1cfccce5814deb301fea08d95072dc_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:716f58c27ecb2a7885406bc866a3c2bb850396f770a556ef1bdaeccedfd24089_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:9ebb96ce55329bcc5f40a92be685329d7ec00bfff00bd5a3605102eb8d6ed719_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c13e60b885afff7a2ee13fac8de563f4886e762406ee2976d5b23ea0ef656078_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1ee6048f584257edcbc764ae87f6375e6ce2d25caf3cc8f98fed981e197816bd_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:6a0d1f472283c686e438dbfbeec826db9d7d95f45f92842c4073f70704860d2f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:bbb93e9ce23fd650f5b19df958390c951c38b72de02c5fec9cfbb3b801e8312f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:ef571581dc01c754dce5ca1dbd360fe86800c14853ce3f535a51d0f438467597_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:27f3be442cf1d9f640657fb6d7cea6b133652226f9a80c3442df226b3cb3c2dc_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:2dd2182f98cb7beb6e8ef7d7fcfe13705501a11d425b99667afcbbfa52fd252a_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:72632d760862fdcfa54a910846b14f652dac23b185f7496c4c43097d537cc2d2_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:8559603458387b13ca544bf7a499fdaad82d18145b612e4e220e53480960dda0_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:98f5998cc667e71dbb51d133d39ae78156ccafa8bf171bd666edfac8de17ccba_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:b6fb02867ebc3be24c68dd24c9178ed17a655a20aa19d477954aae0896c53213_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d7a11116dca914c661bbe20ecffe56afe6011fae809845859a4ffa2884e4f7db_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:fbb162c6620a1ac010cdd353682b30c6adebaf9a0064d6e3430555f7310c704c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:5949d16546a241366ea103f003c733c875c4616794ba7cca42aebb7c585908ba_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:84469780cc76298499046e7a696b100a0393be411dc14fd8a3878fcedd86220e_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:a0389d20f0c4c08c0e5b6f0a6edd8216658e3957e1e7476c21129b7a36ed2a8d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:d1a689ab23343c9fcfa24bf0ab56001971c0ab35a2505d8fa877346326bd8387_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:35412516c9d8d4ddb93f57bb59da160aa6abb11581a1a5df793fcbb8197f2e4f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:bf6075f65fa2cb59af1c5cf9374c8958361c6c41318ae157abfa46a6d6e4d5b2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:d3c24212665bd368c38a2b913b4bf9d8f5eb294ff269c0d5f23ac1c7f4bd6829_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:f3c6e7200e2834f4ed697bcaf8fc01a81bd88ae858d9a3c2b0efc36356ea4d91_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:7c36902406c9dc7a91897ea5fe36ba4e6ee9f6435094016fc21e31c057ba3dd7_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b817e4c5703cd36926371bdf2f276a1557e5c8ea4a57344051e219bb8a707b04_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b9a9eb524b522e4c6cfc285dd115fd3e0cd7d6268213db3bc066b64a7889e7b0_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:fd5188add10e6586b188efaa19ce094daf5c5c84b07725031d25237c2e93ced2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:0729b53e12e2e4f552e42c30f55c0c2ce7d0399fae6c4aba8f617f5579bc4445_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:2e507b647ca536325992fdd04d046ef960f5b5c3692af18344f86daa09a3741d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:c9760dad0568725692140149c11ad94534264af8ab87784677a55a8f27d70ebe_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:e3e5f17fd2981ea6bae01080625c0b5aed4bba475271ccd4eb2ff1434d949cc1_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:030a4842de53bfe099677176efc80c9e31f585f944e94ae9991ea84cda38e88b_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:3c9fc3fba4317d85887ecaeb8afa321395dc8b04dc05fa54a12d27abaa0e6087_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:53f5c85f436c8aee0af2297144da6dfe7c9941bcecc3801d514cf6cbfa9f230f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:5b30d53c4fdfc6fdce2a355a39d48cd078d04511aacf2272602a900289d67bee_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:147e26fd0d2470145f4acf8c833ac329b7e288ba1d20f491a89ab1aa3cd39c55_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3189e6a8da6e957085a5dbaba433b0199a354c06b7c27e21d9a5107f67c60ce1_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:364d64cd9c25fbc2a39023c8212c12f9608d84370a72ae8356bfdd34f0d52a2f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3b90f58c351e221dfa60c238990c3d7fd3b74f59b806138ddcc18f72baa567ca_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:13f1af9c6dd7fc7862251d0ce5f069d5965649dd90a547a7a09c6d919ad96987_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:90075f5da491adec16eeada609d1f315ae7d97cd414e79b7c8e751d93c0be819_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:99346560c0fcba5270027aca813dab94e862a8c1bb413bf233c53b0488bf1339_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:ebd990cec2d84cc208b9b98b885ed019e1edbae5d660f238b84455d06c18d41c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:12ed2cba86b37cde91db1ffac6d1aadd08b03f06a72406e8c224d4d470a8bf2f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:3fdb6ca084da38668af018b7058161658271a9e2804f968f8362eab5f4de2d67_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:6c9c65da6a733afefd87391fc9a34c3ab261e6b1e0d0bad5686e193aee826fec_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c0077f6b619722db02086aa46b7c41af3801dc552af11f4bac90a342fd906881_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:4d2516e88f1ae905b5c27d34324a8d3568870c9ba6072e05a18262cdb3e4b5f3_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:d5893ff6b813926b1ccf6191f447122123c0685aed3bd8496dcd0b628254fedb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e350ec18ab8c8dbae2efc9b4d1000e3ae07abbc093c0492444c80561ca57b046_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e9ff6d02fb5fc4081bb317fca7930390f54de71920efd3327ae9f9df2b2cd783_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:0823a50cc017274204acfef21c96fdcac9754fe790cac68c6a2725990f2147ef_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:22bbf8889856068363e8a3d07b450f63ba979136d4c61205171a465627135c12_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:2f6f91dfd7b71cad1c6db82835d709d20f4153cf500d60ee32145712af922214_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:e2cc1d53875b7ec174fae01f9ee1b0d081b496726f6efe59cfdaf3f52bdb22bb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:7cd03b4ff79625bc11db9340e69416320b880444c91def4d0768c7b687acc576_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:95801a943ba7d0ec4af53c3cd1177483e649bcd528b5a838a32ad2d860e6503a_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:a08d98ec75520d6b7421a75179c217bac1de0e893105f964325fc618c40b0062_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:c3bee1c6e705933ffa2870133fb3264f29e63b12a065b28bab3dcc2c1b52875e_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:1e9a9f1b5ecdab7d074722c860daab977519123fe4385affdfd86d8c7f3c473c_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:253ce9e4ce0dc0045de38340fe487c9dc47b2691befe2ea91e46cc493c6a74f2_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4a34e3506330e931d7f205b36324c9fd7fe8581fbccfaca897f7c34bbb0df102_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:54e73db973349a7d9ea93b9a419ce8a342cfbf270cbceef5b28fffa578963636_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:71d52625d3aeb19a6109a434b2d6498aa8cfbfb74649ad2cba8837f3fae6e7ac_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:bba510a758d5a70dc133741ccd00d14bcb8fec5a9d642dbf134434383c909a0c_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:ea04b84821f819c6be84ed2b7113b791722aa6cdfd6fe6a119d13120dbc4bc9d_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:f5fdb09d85d227d014a2becde012d9e1ebfb3acf0ef060f27d3f2463332dd9b3_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:867d26b20423114d5bc4874ab26c58e23471a58226ef2e1eebee30f760533f13_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:86af0e4cedd9f906d2c341d0d658f67f4383615213312804b8f52be2a7dff036_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b8d380990acb0184ab685b005e22fb8369139dd8cd6550b4521bd4bc3ca23b40_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b903aa551212a53dccb73a4c78500d0c149b42a6cf7ac2ed1f5332e1ac85cac5_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:0bc86f0e97b943cfbcdc57c4357ff3bebd2b224116b01d36f20d34af20b86d5e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:1ca6fa787c621462fa2c67b9a42b1de67688883af90316475b0df35be3ed805d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:2a1344726d5244ffbd2a4c21c782116aa81efbc1b12466bcd89ef956e43893a1_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:b5fe393f2ea257f218fdf660b394d158e4709ede0e72ba8e3538ffee9659f8fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7c7f00c73c750a146cf71f84bd19e0c94225c363a7aaee2bc2b52b234dd72703_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7cef021919f068f60c37c2e8d9306e22cd915f17098c2aac51d43ede1c92cd81_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d6bef8cb3c830ae821d2f14692e1ce0b70d17c371e1a75d076dcec21b7213e0c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:ed58fd6de76c840d4057e6f89918e737ce5767a71aefb9effbdf5e9de97bb514_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:80b223dbcc37a4b977cfc5b75f999a5b206114cc47feaa5dcd43627dc91303fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:abdcb828bc1f2aaa5ee7211a00b3b7d8d291878ed55b5d2bbab425096625e52f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:be4c337c6f13d6b7a89306374900c4d54ad79e096db4204c0d42d7fa3e823769_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f841bc4678ac23de083707b5c4580fb4c52f84adb7fe0e4c4ef387768b4e6364_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:560507096517a43878dd9ac1f0d7e5b539ef7d50db3e247870c62e059b6ee289_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:a905be27983179f4cc0aa78e6b6b78971ae17bbcd46520fbc234e755cc9c98fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:ad84f6f7bde148dd49f9d633c4b904e52120d293aabd85eed9783f37db0de73e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:c63b3cfe9903840c29a65b061bc0622473bb9681599449bb8c6767fd3ba02880_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:28fc18c45672e4d644b08216d62453bc74a5817fed4b4873c9981984c21f77a8_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:384e639f2ce3e75712a5ee1cc5520161342e9dd1e94444d134d7ad4a39dde279_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:52772f57e167aaf6e54dc104b57a03db4fbbac7fddd65cf54a8b342cf43df20c_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:8e9605f0c3c4bf4f184e220228221367b52ed7609c13b476e6e9df446c35a2ea_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:337beb1ebee34315707d2e40e930e9a107ac156f4201667ae7b90621ea392f66_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:536e89fce8e35644e1ac7d829a4562f76ede60bd8069e92e3b3da17f1702578b_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:5bb6265b605ddf793df6d72732682a8033bbb2443b6333914996b4384df8fcf7_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:6c9c4245686d29afb7f5285e3085969e2ec5283e5bf92bcfb8bc6cae13027724_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9ff441506bc87d94825a4d4f57ff7f2b1e53d343297745b5dd0e4d3ad201f1b2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:a50e8e8276a10fba42491003b40183d8ebcc939a4b215b0bad8d835695b5ab45_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:af3d3edc03257025476cdd0d0b4bfbb14022a0473054db0f868c197f73598f45_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:d0cf00108f8518b3d4d2d04b83ea703941a226803b17bcabcfd89c953bab697b_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:4f86f5c692a497442b54c435e68b0cbf961591a00ebc3a73c364a19da673e34d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:a7060a10a9ab3d992ff150dcbe687dc4328ab3e2debd1351a6d7e0ac2439d89e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:c98dde706025aa5e34c7c43eb74c9e0f747c15c6b25450faed9b97374417157d_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:d0f59e461f21d4c1194c3ff29b5f6b0d6f13e2a26f7f08195a6224c30199c1f2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:16b9d1efa24d3f8bad5bcd9ba29e26f2dd15f8a174de2ba17abd63a6f1306fde_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:1bbbf713c2ff1870779a9b18b3607f0b0a84e7a797a409ab53afe0075da3e7fb_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:aa50d147f3b2bbe58539e676a2eaa7c2ea668adc8b33cc761c21fb2189cecb17_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:f91ecfb52623f05346a0d61007308bbd4059a20a043359e08c362ebd9156b7fa_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:13d591ce11f7e1b3bdfdf2e283d0cd6e57fd2385032175f485309e87f759c055_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:63ff9662f5a1cb5f69f08c38c22119fd202335b2c6a7e540a531fa1413421111_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:677cc576f84ceaba881313e7da183c012b03c4218f9a36f8d2b68806abb8b38d_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dece6dc60c2e2e3f53e16b83c6d62abd09848cbf056ba4e8da2e17520db9568a_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425946"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in qs, a module used for parsing query strings. A remote attacker can exploit an improper input validation vulnerability by sending specially crafted HTTP requests that use bracket notation (e.g., `a[]=value`). This bypasses the `arrayLimit` option, which is designed to limit the size of parsed arrays and prevent resource exhaustion. Successful exploitation can lead to memory exhaustion, causing a Denial of Service (DoS) where the application crashes or becomes unresponsive, making the service unavailable to users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "qs: qs: Denial of Service via improper input validation in array parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products that utilize the `qs` module for parsing query strings, particularly when processing user-controlled input with bracket notation. The `arrayLimit` option, intended to prevent resource exhaustion, is bypassed when bracket notation (`a[]=value`) is used, allowing a remote attacker to cause a denial of service through memory exhaustion. This can lead to application crashes or unresponsiveness, making the service unavailable.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:120d93e1cf2a96bfa9d7745b88377651055ebe5595f68b7b4a4bb26f633e8611_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:43efa5a676666dd4ae039ad5518eaf636f5baf8d688d9a4b475822c32ad1ddfb_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:7b0f572c22640568015fbcf42e9e242b2a640b70eb7bec97f00ee6967d0f598f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:a01a2a1e02cffad381ecacab7bf6456ed9a0d1ad589cd0935ec5a4748e341fbe_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:17d540bfc2f5e4f3eb11b25b95dd7860ab1cfccce5814deb301fea08d95072dc_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:716f58c27ecb2a7885406bc866a3c2bb850396f770a556ef1bdaeccedfd24089_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:9ebb96ce55329bcc5f40a92be685329d7ec00bfff00bd5a3605102eb8d6ed719_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c13e60b885afff7a2ee13fac8de563f4886e762406ee2976d5b23ea0ef656078_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1ee6048f584257edcbc764ae87f6375e6ce2d25caf3cc8f98fed981e197816bd_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:6a0d1f472283c686e438dbfbeec826db9d7d95f45f92842c4073f70704860d2f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:bbb93e9ce23fd650f5b19df958390c951c38b72de02c5fec9cfbb3b801e8312f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:ef571581dc01c754dce5ca1dbd360fe86800c14853ce3f535a51d0f438467597_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:27f3be442cf1d9f640657fb6d7cea6b133652226f9a80c3442df226b3cb3c2dc_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:2dd2182f98cb7beb6e8ef7d7fcfe13705501a11d425b99667afcbbfa52fd252a_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:72632d760862fdcfa54a910846b14f652dac23b185f7496c4c43097d537cc2d2_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:8559603458387b13ca544bf7a499fdaad82d18145b612e4e220e53480960dda0_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:98f5998cc667e71dbb51d133d39ae78156ccafa8bf171bd666edfac8de17ccba_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:b6fb02867ebc3be24c68dd24c9178ed17a655a20aa19d477954aae0896c53213_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d7a11116dca914c661bbe20ecffe56afe6011fae809845859a4ffa2884e4f7db_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:fbb162c6620a1ac010cdd353682b30c6adebaf9a0064d6e3430555f7310c704c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:5949d16546a241366ea103f003c733c875c4616794ba7cca42aebb7c585908ba_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:84469780cc76298499046e7a696b100a0393be411dc14fd8a3878fcedd86220e_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:a0389d20f0c4c08c0e5b6f0a6edd8216658e3957e1e7476c21129b7a36ed2a8d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:d1a689ab23343c9fcfa24bf0ab56001971c0ab35a2505d8fa877346326bd8387_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:35412516c9d8d4ddb93f57bb59da160aa6abb11581a1a5df793fcbb8197f2e4f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:bf6075f65fa2cb59af1c5cf9374c8958361c6c41318ae157abfa46a6d6e4d5b2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:d3c24212665bd368c38a2b913b4bf9d8f5eb294ff269c0d5f23ac1c7f4bd6829_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:f3c6e7200e2834f4ed697bcaf8fc01a81bd88ae858d9a3c2b0efc36356ea4d91_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:7c36902406c9dc7a91897ea5fe36ba4e6ee9f6435094016fc21e31c057ba3dd7_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b817e4c5703cd36926371bdf2f276a1557e5c8ea4a57344051e219bb8a707b04_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b9a9eb524b522e4c6cfc285dd115fd3e0cd7d6268213db3bc066b64a7889e7b0_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:fd5188add10e6586b188efaa19ce094daf5c5c84b07725031d25237c2e93ced2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:0729b53e12e2e4f552e42c30f55c0c2ce7d0399fae6c4aba8f617f5579bc4445_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:2e507b647ca536325992fdd04d046ef960f5b5c3692af18344f86daa09a3741d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:c9760dad0568725692140149c11ad94534264af8ab87784677a55a8f27d70ebe_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:e3e5f17fd2981ea6bae01080625c0b5aed4bba475271ccd4eb2ff1434d949cc1_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:030a4842de53bfe099677176efc80c9e31f585f944e94ae9991ea84cda38e88b_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:3c9fc3fba4317d85887ecaeb8afa321395dc8b04dc05fa54a12d27abaa0e6087_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:53f5c85f436c8aee0af2297144da6dfe7c9941bcecc3801d514cf6cbfa9f230f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:5b30d53c4fdfc6fdce2a355a39d48cd078d04511aacf2272602a900289d67bee_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:147e26fd0d2470145f4acf8c833ac329b7e288ba1d20f491a89ab1aa3cd39c55_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3189e6a8da6e957085a5dbaba433b0199a354c06b7c27e21d9a5107f67c60ce1_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:364d64cd9c25fbc2a39023c8212c12f9608d84370a72ae8356bfdd34f0d52a2f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3b90f58c351e221dfa60c238990c3d7fd3b74f59b806138ddcc18f72baa567ca_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:13f1af9c6dd7fc7862251d0ce5f069d5965649dd90a547a7a09c6d919ad96987_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:90075f5da491adec16eeada609d1f315ae7d97cd414e79b7c8e751d93c0be819_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:99346560c0fcba5270027aca813dab94e862a8c1bb413bf233c53b0488bf1339_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:ebd990cec2d84cc208b9b98b885ed019e1edbae5d660f238b84455d06c18d41c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:12ed2cba86b37cde91db1ffac6d1aadd08b03f06a72406e8c224d4d470a8bf2f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:3fdb6ca084da38668af018b7058161658271a9e2804f968f8362eab5f4de2d67_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:6c9c65da6a733afefd87391fc9a34c3ab261e6b1e0d0bad5686e193aee826fec_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c0077f6b619722db02086aa46b7c41af3801dc552af11f4bac90a342fd906881_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:4d2516e88f1ae905b5c27d34324a8d3568870c9ba6072e05a18262cdb3e4b5f3_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:d5893ff6b813926b1ccf6191f447122123c0685aed3bd8496dcd0b628254fedb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e350ec18ab8c8dbae2efc9b4d1000e3ae07abbc093c0492444c80561ca57b046_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e9ff6d02fb5fc4081bb317fca7930390f54de71920efd3327ae9f9df2b2cd783_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:0823a50cc017274204acfef21c96fdcac9754fe790cac68c6a2725990f2147ef_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:22bbf8889856068363e8a3d07b450f63ba979136d4c61205171a465627135c12_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:2f6f91dfd7b71cad1c6db82835d709d20f4153cf500d60ee32145712af922214_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:e2cc1d53875b7ec174fae01f9ee1b0d081b496726f6efe59cfdaf3f52bdb22bb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:7cd03b4ff79625bc11db9340e69416320b880444c91def4d0768c7b687acc576_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:95801a943ba7d0ec4af53c3cd1177483e649bcd528b5a838a32ad2d860e6503a_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:a08d98ec75520d6b7421a75179c217bac1de0e893105f964325fc618c40b0062_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:c3bee1c6e705933ffa2870133fb3264f29e63b12a065b28bab3dcc2c1b52875e_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:1e9a9f1b5ecdab7d074722c860daab977519123fe4385affdfd86d8c7f3c473c_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:253ce9e4ce0dc0045de38340fe487c9dc47b2691befe2ea91e46cc493c6a74f2_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4a34e3506330e931d7f205b36324c9fd7fe8581fbccfaca897f7c34bbb0df102_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:54e73db973349a7d9ea93b9a419ce8a342cfbf270cbceef5b28fffa578963636_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:71d52625d3aeb19a6109a434b2d6498aa8cfbfb74649ad2cba8837f3fae6e7ac_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:bba510a758d5a70dc133741ccd00d14bcb8fec5a9d642dbf134434383c909a0c_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:ea04b84821f819c6be84ed2b7113b791722aa6cdfd6fe6a119d13120dbc4bc9d_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:f5fdb09d85d227d014a2becde012d9e1ebfb3acf0ef060f27d3f2463332dd9b3_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:867d26b20423114d5bc4874ab26c58e23471a58226ef2e1eebee30f760533f13_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:86af0e4cedd9f906d2c341d0d658f67f4383615213312804b8f52be2a7dff036_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b8d380990acb0184ab685b005e22fb8369139dd8cd6550b4521bd4bc3ca23b40_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b903aa551212a53dccb73a4c78500d0c149b42a6cf7ac2ed1f5332e1ac85cac5_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:0bc86f0e97b943cfbcdc57c4357ff3bebd2b224116b01d36f20d34af20b86d5e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:1ca6fa787c621462fa2c67b9a42b1de67688883af90316475b0df35be3ed805d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:2a1344726d5244ffbd2a4c21c782116aa81efbc1b12466bcd89ef956e43893a1_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:b5fe393f2ea257f218fdf660b394d158e4709ede0e72ba8e3538ffee9659f8fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7c7f00c73c750a146cf71f84bd19e0c94225c363a7aaee2bc2b52b234dd72703_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7cef021919f068f60c37c2e8d9306e22cd915f17098c2aac51d43ede1c92cd81_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d6bef8cb3c830ae821d2f14692e1ce0b70d17c371e1a75d076dcec21b7213e0c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:ed58fd6de76c840d4057e6f89918e737ce5767a71aefb9effbdf5e9de97bb514_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:80b223dbcc37a4b977cfc5b75f999a5b206114cc47feaa5dcd43627dc91303fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:abdcb828bc1f2aaa5ee7211a00b3b7d8d291878ed55b5d2bbab425096625e52f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:be4c337c6f13d6b7a89306374900c4d54ad79e096db4204c0d42d7fa3e823769_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f841bc4678ac23de083707b5c4580fb4c52f84adb7fe0e4c4ef387768b4e6364_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:560507096517a43878dd9ac1f0d7e5b539ef7d50db3e247870c62e059b6ee289_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:a905be27983179f4cc0aa78e6b6b78971ae17bbcd46520fbc234e755cc9c98fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:ad84f6f7bde148dd49f9d633c4b904e52120d293aabd85eed9783f37db0de73e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:c63b3cfe9903840c29a65b061bc0622473bb9681599449bb8c6767fd3ba02880_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:28fc18c45672e4d644b08216d62453bc74a5817fed4b4873c9981984c21f77a8_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:384e639f2ce3e75712a5ee1cc5520161342e9dd1e94444d134d7ad4a39dde279_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:52772f57e167aaf6e54dc104b57a03db4fbbac7fddd65cf54a8b342cf43df20c_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:8e9605f0c3c4bf4f184e220228221367b52ed7609c13b476e6e9df446c35a2ea_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:337beb1ebee34315707d2e40e930e9a107ac156f4201667ae7b90621ea392f66_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:536e89fce8e35644e1ac7d829a4562f76ede60bd8069e92e3b3da17f1702578b_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:5bb6265b605ddf793df6d72732682a8033bbb2443b6333914996b4384df8fcf7_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:6c9c4245686d29afb7f5285e3085969e2ec5283e5bf92bcfb8bc6cae13027724_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9ff441506bc87d94825a4d4f57ff7f2b1e53d343297745b5dd0e4d3ad201f1b2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:a50e8e8276a10fba42491003b40183d8ebcc939a4b215b0bad8d835695b5ab45_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:af3d3edc03257025476cdd0d0b4bfbb14022a0473054db0f868c197f73598f45_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:d0cf00108f8518b3d4d2d04b83ea703941a226803b17bcabcfd89c953bab697b_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:4f86f5c692a497442b54c435e68b0cbf961591a00ebc3a73c364a19da673e34d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:a7060a10a9ab3d992ff150dcbe687dc4328ab3e2debd1351a6d7e0ac2439d89e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:c98dde706025aa5e34c7c43eb74c9e0f747c15c6b25450faed9b97374417157d_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:d0f59e461f21d4c1194c3ff29b5f6b0d6f13e2a26f7f08195a6224c30199c1f2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:16b9d1efa24d3f8bad5bcd9ba29e26f2dd15f8a174de2ba17abd63a6f1306fde_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:1bbbf713c2ff1870779a9b18b3607f0b0a84e7a797a409ab53afe0075da3e7fb_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:aa50d147f3b2bbe58539e676a2eaa7c2ea668adc8b33cc761c21fb2189cecb17_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:f91ecfb52623f05346a0d61007308bbd4059a20a043359e08c362ebd9156b7fa_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:13d591ce11f7e1b3bdfdf2e283d0cd6e57fd2385032175f485309e87f759c055_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:63ff9662f5a1cb5f69f08c38c22119fd202335b2c6a7e540a531fa1413421111_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:677cc576f84ceaba881313e7da183c012b03c4218f9a36f8d2b68806abb8b38d_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dece6dc60c2e2e3f53e16b83c6d62abd09848cbf056ba4e8da2e17520db9568a_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "RHBZ#2425946",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425946"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15284"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9",
"url": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p",
"url": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p"
}
],
"release_date": "2025-12-29T22:56:45.240000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-05T07:08:51+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:120d93e1cf2a96bfa9d7745b88377651055ebe5595f68b7b4a4bb26f633e8611_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:43efa5a676666dd4ae039ad5518eaf636f5baf8d688d9a4b475822c32ad1ddfb_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:7b0f572c22640568015fbcf42e9e242b2a640b70eb7bec97f00ee6967d0f598f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:a01a2a1e02cffad381ecacab7bf6456ed9a0d1ad589cd0935ec5a4748e341fbe_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3825"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:17d540bfc2f5e4f3eb11b25b95dd7860ab1cfccce5814deb301fea08d95072dc_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:716f58c27ecb2a7885406bc866a3c2bb850396f770a556ef1bdaeccedfd24089_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:9ebb96ce55329bcc5f40a92be685329d7ec00bfff00bd5a3605102eb8d6ed719_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c13e60b885afff7a2ee13fac8de563f4886e762406ee2976d5b23ea0ef656078_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1ee6048f584257edcbc764ae87f6375e6ce2d25caf3cc8f98fed981e197816bd_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:6a0d1f472283c686e438dbfbeec826db9d7d95f45f92842c4073f70704860d2f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:bbb93e9ce23fd650f5b19df958390c951c38b72de02c5fec9cfbb3b801e8312f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:ef571581dc01c754dce5ca1dbd360fe86800c14853ce3f535a51d0f438467597_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:120d93e1cf2a96bfa9d7745b88377651055ebe5595f68b7b4a4bb26f633e8611_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:43efa5a676666dd4ae039ad5518eaf636f5baf8d688d9a4b475822c32ad1ddfb_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:7b0f572c22640568015fbcf42e9e242b2a640b70eb7bec97f00ee6967d0f598f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:a01a2a1e02cffad381ecacab7bf6456ed9a0d1ad589cd0935ec5a4748e341fbe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:27f3be442cf1d9f640657fb6d7cea6b133652226f9a80c3442df226b3cb3c2dc_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:2dd2182f98cb7beb6e8ef7d7fcfe13705501a11d425b99667afcbbfa52fd252a_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:72632d760862fdcfa54a910846b14f652dac23b185f7496c4c43097d537cc2d2_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:8559603458387b13ca544bf7a499fdaad82d18145b612e4e220e53480960dda0_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:98f5998cc667e71dbb51d133d39ae78156ccafa8bf171bd666edfac8de17ccba_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:b6fb02867ebc3be24c68dd24c9178ed17a655a20aa19d477954aae0896c53213_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d7a11116dca914c661bbe20ecffe56afe6011fae809845859a4ffa2884e4f7db_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:fbb162c6620a1ac010cdd353682b30c6adebaf9a0064d6e3430555f7310c704c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:5949d16546a241366ea103f003c733c875c4616794ba7cca42aebb7c585908ba_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:84469780cc76298499046e7a696b100a0393be411dc14fd8a3878fcedd86220e_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:a0389d20f0c4c08c0e5b6f0a6edd8216658e3957e1e7476c21129b7a36ed2a8d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:d1a689ab23343c9fcfa24bf0ab56001971c0ab35a2505d8fa877346326bd8387_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:35412516c9d8d4ddb93f57bb59da160aa6abb11581a1a5df793fcbb8197f2e4f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:bf6075f65fa2cb59af1c5cf9374c8958361c6c41318ae157abfa46a6d6e4d5b2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:d3c24212665bd368c38a2b913b4bf9d8f5eb294ff269c0d5f23ac1c7f4bd6829_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:f3c6e7200e2834f4ed697bcaf8fc01a81bd88ae858d9a3c2b0efc36356ea4d91_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:7c36902406c9dc7a91897ea5fe36ba4e6ee9f6435094016fc21e31c057ba3dd7_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b817e4c5703cd36926371bdf2f276a1557e5c8ea4a57344051e219bb8a707b04_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b9a9eb524b522e4c6cfc285dd115fd3e0cd7d6268213db3bc066b64a7889e7b0_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:fd5188add10e6586b188efaa19ce094daf5c5c84b07725031d25237c2e93ced2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:0729b53e12e2e4f552e42c30f55c0c2ce7d0399fae6c4aba8f617f5579bc4445_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:2e507b647ca536325992fdd04d046ef960f5b5c3692af18344f86daa09a3741d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:c9760dad0568725692140149c11ad94534264af8ab87784677a55a8f27d70ebe_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:e3e5f17fd2981ea6bae01080625c0b5aed4bba475271ccd4eb2ff1434d949cc1_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:030a4842de53bfe099677176efc80c9e31f585f944e94ae9991ea84cda38e88b_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:3c9fc3fba4317d85887ecaeb8afa321395dc8b04dc05fa54a12d27abaa0e6087_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:53f5c85f436c8aee0af2297144da6dfe7c9941bcecc3801d514cf6cbfa9f230f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:5b30d53c4fdfc6fdce2a355a39d48cd078d04511aacf2272602a900289d67bee_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:147e26fd0d2470145f4acf8c833ac329b7e288ba1d20f491a89ab1aa3cd39c55_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3189e6a8da6e957085a5dbaba433b0199a354c06b7c27e21d9a5107f67c60ce1_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:364d64cd9c25fbc2a39023c8212c12f9608d84370a72ae8356bfdd34f0d52a2f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3b90f58c351e221dfa60c238990c3d7fd3b74f59b806138ddcc18f72baa567ca_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:13f1af9c6dd7fc7862251d0ce5f069d5965649dd90a547a7a09c6d919ad96987_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:90075f5da491adec16eeada609d1f315ae7d97cd414e79b7c8e751d93c0be819_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:99346560c0fcba5270027aca813dab94e862a8c1bb413bf233c53b0488bf1339_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:ebd990cec2d84cc208b9b98b885ed019e1edbae5d660f238b84455d06c18d41c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:12ed2cba86b37cde91db1ffac6d1aadd08b03f06a72406e8c224d4d470a8bf2f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:3fdb6ca084da38668af018b7058161658271a9e2804f968f8362eab5f4de2d67_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:6c9c65da6a733afefd87391fc9a34c3ab261e6b1e0d0bad5686e193aee826fec_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c0077f6b619722db02086aa46b7c41af3801dc552af11f4bac90a342fd906881_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:4d2516e88f1ae905b5c27d34324a8d3568870c9ba6072e05a18262cdb3e4b5f3_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:d5893ff6b813926b1ccf6191f447122123c0685aed3bd8496dcd0b628254fedb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e350ec18ab8c8dbae2efc9b4d1000e3ae07abbc093c0492444c80561ca57b046_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e9ff6d02fb5fc4081bb317fca7930390f54de71920efd3327ae9f9df2b2cd783_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:0823a50cc017274204acfef21c96fdcac9754fe790cac68c6a2725990f2147ef_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:22bbf8889856068363e8a3d07b450f63ba979136d4c61205171a465627135c12_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:2f6f91dfd7b71cad1c6db82835d709d20f4153cf500d60ee32145712af922214_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:e2cc1d53875b7ec174fae01f9ee1b0d081b496726f6efe59cfdaf3f52bdb22bb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:7cd03b4ff79625bc11db9340e69416320b880444c91def4d0768c7b687acc576_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:95801a943ba7d0ec4af53c3cd1177483e649bcd528b5a838a32ad2d860e6503a_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:a08d98ec75520d6b7421a75179c217bac1de0e893105f964325fc618c40b0062_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:c3bee1c6e705933ffa2870133fb3264f29e63b12a065b28bab3dcc2c1b52875e_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:1e9a9f1b5ecdab7d074722c860daab977519123fe4385affdfd86d8c7f3c473c_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:253ce9e4ce0dc0045de38340fe487c9dc47b2691befe2ea91e46cc493c6a74f2_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4a34e3506330e931d7f205b36324c9fd7fe8581fbccfaca897f7c34bbb0df102_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:54e73db973349a7d9ea93b9a419ce8a342cfbf270cbceef5b28fffa578963636_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:71d52625d3aeb19a6109a434b2d6498aa8cfbfb74649ad2cba8837f3fae6e7ac_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:bba510a758d5a70dc133741ccd00d14bcb8fec5a9d642dbf134434383c909a0c_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:ea04b84821f819c6be84ed2b7113b791722aa6cdfd6fe6a119d13120dbc4bc9d_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:f5fdb09d85d227d014a2becde012d9e1ebfb3acf0ef060f27d3f2463332dd9b3_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:867d26b20423114d5bc4874ab26c58e23471a58226ef2e1eebee30f760533f13_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:86af0e4cedd9f906d2c341d0d658f67f4383615213312804b8f52be2a7dff036_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b8d380990acb0184ab685b005e22fb8369139dd8cd6550b4521bd4bc3ca23b40_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b903aa551212a53dccb73a4c78500d0c149b42a6cf7ac2ed1f5332e1ac85cac5_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:0bc86f0e97b943cfbcdc57c4357ff3bebd2b224116b01d36f20d34af20b86d5e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:1ca6fa787c621462fa2c67b9a42b1de67688883af90316475b0df35be3ed805d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:2a1344726d5244ffbd2a4c21c782116aa81efbc1b12466bcd89ef956e43893a1_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:b5fe393f2ea257f218fdf660b394d158e4709ede0e72ba8e3538ffee9659f8fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7c7f00c73c750a146cf71f84bd19e0c94225c363a7aaee2bc2b52b234dd72703_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7cef021919f068f60c37c2e8d9306e22cd915f17098c2aac51d43ede1c92cd81_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d6bef8cb3c830ae821d2f14692e1ce0b70d17c371e1a75d076dcec21b7213e0c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:ed58fd6de76c840d4057e6f89918e737ce5767a71aefb9effbdf5e9de97bb514_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:80b223dbcc37a4b977cfc5b75f999a5b206114cc47feaa5dcd43627dc91303fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:abdcb828bc1f2aaa5ee7211a00b3b7d8d291878ed55b5d2bbab425096625e52f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:be4c337c6f13d6b7a89306374900c4d54ad79e096db4204c0d42d7fa3e823769_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f841bc4678ac23de083707b5c4580fb4c52f84adb7fe0e4c4ef387768b4e6364_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:560507096517a43878dd9ac1f0d7e5b539ef7d50db3e247870c62e059b6ee289_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:a905be27983179f4cc0aa78e6b6b78971ae17bbcd46520fbc234e755cc9c98fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:ad84f6f7bde148dd49f9d633c4b904e52120d293aabd85eed9783f37db0de73e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:c63b3cfe9903840c29a65b061bc0622473bb9681599449bb8c6767fd3ba02880_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:28fc18c45672e4d644b08216d62453bc74a5817fed4b4873c9981984c21f77a8_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:384e639f2ce3e75712a5ee1cc5520161342e9dd1e94444d134d7ad4a39dde279_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:52772f57e167aaf6e54dc104b57a03db4fbbac7fddd65cf54a8b342cf43df20c_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:8e9605f0c3c4bf4f184e220228221367b52ed7609c13b476e6e9df446c35a2ea_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:337beb1ebee34315707d2e40e930e9a107ac156f4201667ae7b90621ea392f66_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:536e89fce8e35644e1ac7d829a4562f76ede60bd8069e92e3b3da17f1702578b_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:5bb6265b605ddf793df6d72732682a8033bbb2443b6333914996b4384df8fcf7_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:6c9c4245686d29afb7f5285e3085969e2ec5283e5bf92bcfb8bc6cae13027724_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9ff441506bc87d94825a4d4f57ff7f2b1e53d343297745b5dd0e4d3ad201f1b2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:a50e8e8276a10fba42491003b40183d8ebcc939a4b215b0bad8d835695b5ab45_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:af3d3edc03257025476cdd0d0b4bfbb14022a0473054db0f868c197f73598f45_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:d0cf00108f8518b3d4d2d04b83ea703941a226803b17bcabcfd89c953bab697b_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:4f86f5c692a497442b54c435e68b0cbf961591a00ebc3a73c364a19da673e34d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:a7060a10a9ab3d992ff150dcbe687dc4328ab3e2debd1351a6d7e0ac2439d89e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:c98dde706025aa5e34c7c43eb74c9e0f747c15c6b25450faed9b97374417157d_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:d0f59e461f21d4c1194c3ff29b5f6b0d6f13e2a26f7f08195a6224c30199c1f2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:16b9d1efa24d3f8bad5bcd9ba29e26f2dd15f8a174de2ba17abd63a6f1306fde_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:1bbbf713c2ff1870779a9b18b3607f0b0a84e7a797a409ab53afe0075da3e7fb_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:aa50d147f3b2bbe58539e676a2eaa7c2ea668adc8b33cc761c21fb2189cecb17_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:f91ecfb52623f05346a0d61007308bbd4059a20a043359e08c362ebd9156b7fa_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:13d591ce11f7e1b3bdfdf2e283d0cd6e57fd2385032175f485309e87f759c055_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:63ff9662f5a1cb5f69f08c38c22119fd202335b2c6a7e540a531fa1413421111_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:677cc576f84ceaba881313e7da183c012b03c4218f9a36f8d2b68806abb8b38d_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dece6dc60c2e2e3f53e16b83c6d62abd09848cbf056ba4e8da2e17520db9568a_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:17d540bfc2f5e4f3eb11b25b95dd7860ab1cfccce5814deb301fea08d95072dc_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:716f58c27ecb2a7885406bc866a3c2bb850396f770a556ef1bdaeccedfd24089_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:9ebb96ce55329bcc5f40a92be685329d7ec00bfff00bd5a3605102eb8d6ed719_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c13e60b885afff7a2ee13fac8de563f4886e762406ee2976d5b23ea0ef656078_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1ee6048f584257edcbc764ae87f6375e6ce2d25caf3cc8f98fed981e197816bd_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:6a0d1f472283c686e438dbfbeec826db9d7d95f45f92842c4073f70704860d2f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:bbb93e9ce23fd650f5b19df958390c951c38b72de02c5fec9cfbb3b801e8312f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:ef571581dc01c754dce5ca1dbd360fe86800c14853ce3f535a51d0f438467597_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:120d93e1cf2a96bfa9d7745b88377651055ebe5595f68b7b4a4bb26f633e8611_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:43efa5a676666dd4ae039ad5518eaf636f5baf8d688d9a4b475822c32ad1ddfb_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:7b0f572c22640568015fbcf42e9e242b2a640b70eb7bec97f00ee6967d0f598f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:a01a2a1e02cffad381ecacab7bf6456ed9a0d1ad589cd0935ec5a4748e341fbe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:27f3be442cf1d9f640657fb6d7cea6b133652226f9a80c3442df226b3cb3c2dc_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:2dd2182f98cb7beb6e8ef7d7fcfe13705501a11d425b99667afcbbfa52fd252a_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:72632d760862fdcfa54a910846b14f652dac23b185f7496c4c43097d537cc2d2_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:8559603458387b13ca544bf7a499fdaad82d18145b612e4e220e53480960dda0_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:98f5998cc667e71dbb51d133d39ae78156ccafa8bf171bd666edfac8de17ccba_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:b6fb02867ebc3be24c68dd24c9178ed17a655a20aa19d477954aae0896c53213_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d7a11116dca914c661bbe20ecffe56afe6011fae809845859a4ffa2884e4f7db_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:fbb162c6620a1ac010cdd353682b30c6adebaf9a0064d6e3430555f7310c704c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:5949d16546a241366ea103f003c733c875c4616794ba7cca42aebb7c585908ba_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:84469780cc76298499046e7a696b100a0393be411dc14fd8a3878fcedd86220e_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:a0389d20f0c4c08c0e5b6f0a6edd8216658e3957e1e7476c21129b7a36ed2a8d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:d1a689ab23343c9fcfa24bf0ab56001971c0ab35a2505d8fa877346326bd8387_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:35412516c9d8d4ddb93f57bb59da160aa6abb11581a1a5df793fcbb8197f2e4f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:bf6075f65fa2cb59af1c5cf9374c8958361c6c41318ae157abfa46a6d6e4d5b2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:d3c24212665bd368c38a2b913b4bf9d8f5eb294ff269c0d5f23ac1c7f4bd6829_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:f3c6e7200e2834f4ed697bcaf8fc01a81bd88ae858d9a3c2b0efc36356ea4d91_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:7c36902406c9dc7a91897ea5fe36ba4e6ee9f6435094016fc21e31c057ba3dd7_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b817e4c5703cd36926371bdf2f276a1557e5c8ea4a57344051e219bb8a707b04_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b9a9eb524b522e4c6cfc285dd115fd3e0cd7d6268213db3bc066b64a7889e7b0_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:fd5188add10e6586b188efaa19ce094daf5c5c84b07725031d25237c2e93ced2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:0729b53e12e2e4f552e42c30f55c0c2ce7d0399fae6c4aba8f617f5579bc4445_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:2e507b647ca536325992fdd04d046ef960f5b5c3692af18344f86daa09a3741d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:c9760dad0568725692140149c11ad94534264af8ab87784677a55a8f27d70ebe_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:e3e5f17fd2981ea6bae01080625c0b5aed4bba475271ccd4eb2ff1434d949cc1_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:030a4842de53bfe099677176efc80c9e31f585f944e94ae9991ea84cda38e88b_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:3c9fc3fba4317d85887ecaeb8afa321395dc8b04dc05fa54a12d27abaa0e6087_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:53f5c85f436c8aee0af2297144da6dfe7c9941bcecc3801d514cf6cbfa9f230f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:5b30d53c4fdfc6fdce2a355a39d48cd078d04511aacf2272602a900289d67bee_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:147e26fd0d2470145f4acf8c833ac329b7e288ba1d20f491a89ab1aa3cd39c55_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3189e6a8da6e957085a5dbaba433b0199a354c06b7c27e21d9a5107f67c60ce1_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:364d64cd9c25fbc2a39023c8212c12f9608d84370a72ae8356bfdd34f0d52a2f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3b90f58c351e221dfa60c238990c3d7fd3b74f59b806138ddcc18f72baa567ca_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:13f1af9c6dd7fc7862251d0ce5f069d5965649dd90a547a7a09c6d919ad96987_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:90075f5da491adec16eeada609d1f315ae7d97cd414e79b7c8e751d93c0be819_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:99346560c0fcba5270027aca813dab94e862a8c1bb413bf233c53b0488bf1339_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:ebd990cec2d84cc208b9b98b885ed019e1edbae5d660f238b84455d06c18d41c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:12ed2cba86b37cde91db1ffac6d1aadd08b03f06a72406e8c224d4d470a8bf2f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:3fdb6ca084da38668af018b7058161658271a9e2804f968f8362eab5f4de2d67_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:6c9c65da6a733afefd87391fc9a34c3ab261e6b1e0d0bad5686e193aee826fec_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c0077f6b619722db02086aa46b7c41af3801dc552af11f4bac90a342fd906881_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:4d2516e88f1ae905b5c27d34324a8d3568870c9ba6072e05a18262cdb3e4b5f3_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:d5893ff6b813926b1ccf6191f447122123c0685aed3bd8496dcd0b628254fedb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e350ec18ab8c8dbae2efc9b4d1000e3ae07abbc093c0492444c80561ca57b046_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e9ff6d02fb5fc4081bb317fca7930390f54de71920efd3327ae9f9df2b2cd783_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:0823a50cc017274204acfef21c96fdcac9754fe790cac68c6a2725990f2147ef_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:22bbf8889856068363e8a3d07b450f63ba979136d4c61205171a465627135c12_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:2f6f91dfd7b71cad1c6db82835d709d20f4153cf500d60ee32145712af922214_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:e2cc1d53875b7ec174fae01f9ee1b0d081b496726f6efe59cfdaf3f52bdb22bb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:7cd03b4ff79625bc11db9340e69416320b880444c91def4d0768c7b687acc576_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:95801a943ba7d0ec4af53c3cd1177483e649bcd528b5a838a32ad2d860e6503a_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:a08d98ec75520d6b7421a75179c217bac1de0e893105f964325fc618c40b0062_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:c3bee1c6e705933ffa2870133fb3264f29e63b12a065b28bab3dcc2c1b52875e_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:1e9a9f1b5ecdab7d074722c860daab977519123fe4385affdfd86d8c7f3c473c_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:253ce9e4ce0dc0045de38340fe487c9dc47b2691befe2ea91e46cc493c6a74f2_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4a34e3506330e931d7f205b36324c9fd7fe8581fbccfaca897f7c34bbb0df102_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:54e73db973349a7d9ea93b9a419ce8a342cfbf270cbceef5b28fffa578963636_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:71d52625d3aeb19a6109a434b2d6498aa8cfbfb74649ad2cba8837f3fae6e7ac_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:bba510a758d5a70dc133741ccd00d14bcb8fec5a9d642dbf134434383c909a0c_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:ea04b84821f819c6be84ed2b7113b791722aa6cdfd6fe6a119d13120dbc4bc9d_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:f5fdb09d85d227d014a2becde012d9e1ebfb3acf0ef060f27d3f2463332dd9b3_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:867d26b20423114d5bc4874ab26c58e23471a58226ef2e1eebee30f760533f13_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:86af0e4cedd9f906d2c341d0d658f67f4383615213312804b8f52be2a7dff036_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b8d380990acb0184ab685b005e22fb8369139dd8cd6550b4521bd4bc3ca23b40_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b903aa551212a53dccb73a4c78500d0c149b42a6cf7ac2ed1f5332e1ac85cac5_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:0bc86f0e97b943cfbcdc57c4357ff3bebd2b224116b01d36f20d34af20b86d5e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:1ca6fa787c621462fa2c67b9a42b1de67688883af90316475b0df35be3ed805d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:2a1344726d5244ffbd2a4c21c782116aa81efbc1b12466bcd89ef956e43893a1_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:b5fe393f2ea257f218fdf660b394d158e4709ede0e72ba8e3538ffee9659f8fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7c7f00c73c750a146cf71f84bd19e0c94225c363a7aaee2bc2b52b234dd72703_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7cef021919f068f60c37c2e8d9306e22cd915f17098c2aac51d43ede1c92cd81_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d6bef8cb3c830ae821d2f14692e1ce0b70d17c371e1a75d076dcec21b7213e0c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:ed58fd6de76c840d4057e6f89918e737ce5767a71aefb9effbdf5e9de97bb514_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:80b223dbcc37a4b977cfc5b75f999a5b206114cc47feaa5dcd43627dc91303fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:abdcb828bc1f2aaa5ee7211a00b3b7d8d291878ed55b5d2bbab425096625e52f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:be4c337c6f13d6b7a89306374900c4d54ad79e096db4204c0d42d7fa3e823769_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f841bc4678ac23de083707b5c4580fb4c52f84adb7fe0e4c4ef387768b4e6364_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:560507096517a43878dd9ac1f0d7e5b539ef7d50db3e247870c62e059b6ee289_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:a905be27983179f4cc0aa78e6b6b78971ae17bbcd46520fbc234e755cc9c98fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:ad84f6f7bde148dd49f9d633c4b904e52120d293aabd85eed9783f37db0de73e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:c63b3cfe9903840c29a65b061bc0622473bb9681599449bb8c6767fd3ba02880_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:28fc18c45672e4d644b08216d62453bc74a5817fed4b4873c9981984c21f77a8_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:384e639f2ce3e75712a5ee1cc5520161342e9dd1e94444d134d7ad4a39dde279_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:52772f57e167aaf6e54dc104b57a03db4fbbac7fddd65cf54a8b342cf43df20c_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:8e9605f0c3c4bf4f184e220228221367b52ed7609c13b476e6e9df446c35a2ea_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:337beb1ebee34315707d2e40e930e9a107ac156f4201667ae7b90621ea392f66_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:536e89fce8e35644e1ac7d829a4562f76ede60bd8069e92e3b3da17f1702578b_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:5bb6265b605ddf793df6d72732682a8033bbb2443b6333914996b4384df8fcf7_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:6c9c4245686d29afb7f5285e3085969e2ec5283e5bf92bcfb8bc6cae13027724_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9ff441506bc87d94825a4d4f57ff7f2b1e53d343297745b5dd0e4d3ad201f1b2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:a50e8e8276a10fba42491003b40183d8ebcc939a4b215b0bad8d835695b5ab45_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:af3d3edc03257025476cdd0d0b4bfbb14022a0473054db0f868c197f73598f45_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:d0cf00108f8518b3d4d2d04b83ea703941a226803b17bcabcfd89c953bab697b_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:4f86f5c692a497442b54c435e68b0cbf961591a00ebc3a73c364a19da673e34d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:a7060a10a9ab3d992ff150dcbe687dc4328ab3e2debd1351a6d7e0ac2439d89e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:c98dde706025aa5e34c7c43eb74c9e0f747c15c6b25450faed9b97374417157d_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:d0f59e461f21d4c1194c3ff29b5f6b0d6f13e2a26f7f08195a6224c30199c1f2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:16b9d1efa24d3f8bad5bcd9ba29e26f2dd15f8a174de2ba17abd63a6f1306fde_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:1bbbf713c2ff1870779a9b18b3607f0b0a84e7a797a409ab53afe0075da3e7fb_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:aa50d147f3b2bbe58539e676a2eaa7c2ea668adc8b33cc761c21fb2189cecb17_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:f91ecfb52623f05346a0d61007308bbd4059a20a043359e08c362ebd9156b7fa_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:13d591ce11f7e1b3bdfdf2e283d0cd6e57fd2385032175f485309e87f759c055_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:63ff9662f5a1cb5f69f08c38c22119fd202335b2c6a7e540a531fa1413421111_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:677cc576f84ceaba881313e7da183c012b03c4218f9a36f8d2b68806abb8b38d_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dece6dc60c2e2e3f53e16b83c6d62abd09848cbf056ba4e8da2e17520db9568a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "qs: qs: Denial of Service via improper input validation in array parsing"
},
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:17d540bfc2f5e4f3eb11b25b95dd7860ab1cfccce5814deb301fea08d95072dc_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:716f58c27ecb2a7885406bc866a3c2bb850396f770a556ef1bdaeccedfd24089_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:9ebb96ce55329bcc5f40a92be685329d7ec00bfff00bd5a3605102eb8d6ed719_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c13e60b885afff7a2ee13fac8de563f4886e762406ee2976d5b23ea0ef656078_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:120d93e1cf2a96bfa9d7745b88377651055ebe5595f68b7b4a4bb26f633e8611_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:43efa5a676666dd4ae039ad5518eaf636f5baf8d688d9a4b475822c32ad1ddfb_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:7b0f572c22640568015fbcf42e9e242b2a640b70eb7bec97f00ee6967d0f598f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:a01a2a1e02cffad381ecacab7bf6456ed9a0d1ad589cd0935ec5a4748e341fbe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:27f3be442cf1d9f640657fb6d7cea6b133652226f9a80c3442df226b3cb3c2dc_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:2dd2182f98cb7beb6e8ef7d7fcfe13705501a11d425b99667afcbbfa52fd252a_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:72632d760862fdcfa54a910846b14f652dac23b185f7496c4c43097d537cc2d2_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:8559603458387b13ca544bf7a499fdaad82d18145b612e4e220e53480960dda0_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:98f5998cc667e71dbb51d133d39ae78156ccafa8bf171bd666edfac8de17ccba_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:b6fb02867ebc3be24c68dd24c9178ed17a655a20aa19d477954aae0896c53213_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d7a11116dca914c661bbe20ecffe56afe6011fae809845859a4ffa2884e4f7db_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:fbb162c6620a1ac010cdd353682b30c6adebaf9a0064d6e3430555f7310c704c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:5949d16546a241366ea103f003c733c875c4616794ba7cca42aebb7c585908ba_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:84469780cc76298499046e7a696b100a0393be411dc14fd8a3878fcedd86220e_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:a0389d20f0c4c08c0e5b6f0a6edd8216658e3957e1e7476c21129b7a36ed2a8d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:d1a689ab23343c9fcfa24bf0ab56001971c0ab35a2505d8fa877346326bd8387_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:35412516c9d8d4ddb93f57bb59da160aa6abb11581a1a5df793fcbb8197f2e4f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:bf6075f65fa2cb59af1c5cf9374c8958361c6c41318ae157abfa46a6d6e4d5b2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:d3c24212665bd368c38a2b913b4bf9d8f5eb294ff269c0d5f23ac1c7f4bd6829_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:f3c6e7200e2834f4ed697bcaf8fc01a81bd88ae858d9a3c2b0efc36356ea4d91_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:7c36902406c9dc7a91897ea5fe36ba4e6ee9f6435094016fc21e31c057ba3dd7_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b817e4c5703cd36926371bdf2f276a1557e5c8ea4a57344051e219bb8a707b04_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b9a9eb524b522e4c6cfc285dd115fd3e0cd7d6268213db3bc066b64a7889e7b0_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:fd5188add10e6586b188efaa19ce094daf5c5c84b07725031d25237c2e93ced2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:0729b53e12e2e4f552e42c30f55c0c2ce7d0399fae6c4aba8f617f5579bc4445_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:2e507b647ca536325992fdd04d046ef960f5b5c3692af18344f86daa09a3741d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:c9760dad0568725692140149c11ad94534264af8ab87784677a55a8f27d70ebe_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:e3e5f17fd2981ea6bae01080625c0b5aed4bba475271ccd4eb2ff1434d949cc1_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:030a4842de53bfe099677176efc80c9e31f585f944e94ae9991ea84cda38e88b_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:3c9fc3fba4317d85887ecaeb8afa321395dc8b04dc05fa54a12d27abaa0e6087_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:53f5c85f436c8aee0af2297144da6dfe7c9941bcecc3801d514cf6cbfa9f230f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:5b30d53c4fdfc6fdce2a355a39d48cd078d04511aacf2272602a900289d67bee_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:147e26fd0d2470145f4acf8c833ac329b7e288ba1d20f491a89ab1aa3cd39c55_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3189e6a8da6e957085a5dbaba433b0199a354c06b7c27e21d9a5107f67c60ce1_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:364d64cd9c25fbc2a39023c8212c12f9608d84370a72ae8356bfdd34f0d52a2f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3b90f58c351e221dfa60c238990c3d7fd3b74f59b806138ddcc18f72baa567ca_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:13f1af9c6dd7fc7862251d0ce5f069d5965649dd90a547a7a09c6d919ad96987_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:90075f5da491adec16eeada609d1f315ae7d97cd414e79b7c8e751d93c0be819_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:99346560c0fcba5270027aca813dab94e862a8c1bb413bf233c53b0488bf1339_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:ebd990cec2d84cc208b9b98b885ed019e1edbae5d660f238b84455d06c18d41c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:12ed2cba86b37cde91db1ffac6d1aadd08b03f06a72406e8c224d4d470a8bf2f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:3fdb6ca084da38668af018b7058161658271a9e2804f968f8362eab5f4de2d67_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:6c9c65da6a733afefd87391fc9a34c3ab261e6b1e0d0bad5686e193aee826fec_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c0077f6b619722db02086aa46b7c41af3801dc552af11f4bac90a342fd906881_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:4d2516e88f1ae905b5c27d34324a8d3568870c9ba6072e05a18262cdb3e4b5f3_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:d5893ff6b813926b1ccf6191f447122123c0685aed3bd8496dcd0b628254fedb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e350ec18ab8c8dbae2efc9b4d1000e3ae07abbc093c0492444c80561ca57b046_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e9ff6d02fb5fc4081bb317fca7930390f54de71920efd3327ae9f9df2b2cd783_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:0823a50cc017274204acfef21c96fdcac9754fe790cac68c6a2725990f2147ef_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:22bbf8889856068363e8a3d07b450f63ba979136d4c61205171a465627135c12_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:2f6f91dfd7b71cad1c6db82835d709d20f4153cf500d60ee32145712af922214_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:e2cc1d53875b7ec174fae01f9ee1b0d081b496726f6efe59cfdaf3f52bdb22bb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:7cd03b4ff79625bc11db9340e69416320b880444c91def4d0768c7b687acc576_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:95801a943ba7d0ec4af53c3cd1177483e649bcd528b5a838a32ad2d860e6503a_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:a08d98ec75520d6b7421a75179c217bac1de0e893105f964325fc618c40b0062_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:c3bee1c6e705933ffa2870133fb3264f29e63b12a065b28bab3dcc2c1b52875e_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:1e9a9f1b5ecdab7d074722c860daab977519123fe4385affdfd86d8c7f3c473c_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:253ce9e4ce0dc0045de38340fe487c9dc47b2691befe2ea91e46cc493c6a74f2_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4a34e3506330e931d7f205b36324c9fd7fe8581fbccfaca897f7c34bbb0df102_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:54e73db973349a7d9ea93b9a419ce8a342cfbf270cbceef5b28fffa578963636_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:71d52625d3aeb19a6109a434b2d6498aa8cfbfb74649ad2cba8837f3fae6e7ac_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:bba510a758d5a70dc133741ccd00d14bcb8fec5a9d642dbf134434383c909a0c_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:ea04b84821f819c6be84ed2b7113b791722aa6cdfd6fe6a119d13120dbc4bc9d_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:f5fdb09d85d227d014a2becde012d9e1ebfb3acf0ef060f27d3f2463332dd9b3_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:867d26b20423114d5bc4874ab26c58e23471a58226ef2e1eebee30f760533f13_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:86af0e4cedd9f906d2c341d0d658f67f4383615213312804b8f52be2a7dff036_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b8d380990acb0184ab685b005e22fb8369139dd8cd6550b4521bd4bc3ca23b40_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b903aa551212a53dccb73a4c78500d0c149b42a6cf7ac2ed1f5332e1ac85cac5_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:0bc86f0e97b943cfbcdc57c4357ff3bebd2b224116b01d36f20d34af20b86d5e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:1ca6fa787c621462fa2c67b9a42b1de67688883af90316475b0df35be3ed805d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:2a1344726d5244ffbd2a4c21c782116aa81efbc1b12466bcd89ef956e43893a1_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:b5fe393f2ea257f218fdf660b394d158e4709ede0e72ba8e3538ffee9659f8fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7c7f00c73c750a146cf71f84bd19e0c94225c363a7aaee2bc2b52b234dd72703_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7cef021919f068f60c37c2e8d9306e22cd915f17098c2aac51d43ede1c92cd81_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d6bef8cb3c830ae821d2f14692e1ce0b70d17c371e1a75d076dcec21b7213e0c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:ed58fd6de76c840d4057e6f89918e737ce5767a71aefb9effbdf5e9de97bb514_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:80b223dbcc37a4b977cfc5b75f999a5b206114cc47feaa5dcd43627dc91303fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:abdcb828bc1f2aaa5ee7211a00b3b7d8d291878ed55b5d2bbab425096625e52f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:be4c337c6f13d6b7a89306374900c4d54ad79e096db4204c0d42d7fa3e823769_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f841bc4678ac23de083707b5c4580fb4c52f84adb7fe0e4c4ef387768b4e6364_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:560507096517a43878dd9ac1f0d7e5b539ef7d50db3e247870c62e059b6ee289_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:a905be27983179f4cc0aa78e6b6b78971ae17bbcd46520fbc234e755cc9c98fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:ad84f6f7bde148dd49f9d633c4b904e52120d293aabd85eed9783f37db0de73e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:c63b3cfe9903840c29a65b061bc0622473bb9681599449bb8c6767fd3ba02880_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:28fc18c45672e4d644b08216d62453bc74a5817fed4b4873c9981984c21f77a8_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:384e639f2ce3e75712a5ee1cc5520161342e9dd1e94444d134d7ad4a39dde279_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:52772f57e167aaf6e54dc104b57a03db4fbbac7fddd65cf54a8b342cf43df20c_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:8e9605f0c3c4bf4f184e220228221367b52ed7609c13b476e6e9df446c35a2ea_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:337beb1ebee34315707d2e40e930e9a107ac156f4201667ae7b90621ea392f66_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:536e89fce8e35644e1ac7d829a4562f76ede60bd8069e92e3b3da17f1702578b_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:5bb6265b605ddf793df6d72732682a8033bbb2443b6333914996b4384df8fcf7_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:6c9c4245686d29afb7f5285e3085969e2ec5283e5bf92bcfb8bc6cae13027724_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9ff441506bc87d94825a4d4f57ff7f2b1e53d343297745b5dd0e4d3ad201f1b2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:a50e8e8276a10fba42491003b40183d8ebcc939a4b215b0bad8d835695b5ab45_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:af3d3edc03257025476cdd0d0b4bfbb14022a0473054db0f868c197f73598f45_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:d0cf00108f8518b3d4d2d04b83ea703941a226803b17bcabcfd89c953bab697b_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:4f86f5c692a497442b54c435e68b0cbf961591a00ebc3a73c364a19da673e34d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:a7060a10a9ab3d992ff150dcbe687dc4328ab3e2debd1351a6d7e0ac2439d89e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:c98dde706025aa5e34c7c43eb74c9e0f747c15c6b25450faed9b97374417157d_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:d0f59e461f21d4c1194c3ff29b5f6b0d6f13e2a26f7f08195a6224c30199c1f2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:16b9d1efa24d3f8bad5bcd9ba29e26f2dd15f8a174de2ba17abd63a6f1306fde_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:1bbbf713c2ff1870779a9b18b3607f0b0a84e7a797a409ab53afe0075da3e7fb_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:aa50d147f3b2bbe58539e676a2eaa7c2ea668adc8b33cc761c21fb2189cecb17_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:f91ecfb52623f05346a0d61007308bbd4059a20a043359e08c362ebd9156b7fa_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:13d591ce11f7e1b3bdfdf2e283d0cd6e57fd2385032175f485309e87f759c055_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:63ff9662f5a1cb5f69f08c38c22119fd202335b2c6a7e540a531fa1413421111_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:677cc576f84ceaba881313e7da183c012b03c4218f9a36f8d2b68806abb8b38d_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dece6dc60c2e2e3f53e16b83c6d62abd09848cbf056ba4e8da2e17520db9568a_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1ee6048f584257edcbc764ae87f6375e6ce2d25caf3cc8f98fed981e197816bd_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:6a0d1f472283c686e438dbfbeec826db9d7d95f45f92842c4073f70704860d2f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:bbb93e9ce23fd650f5b19df958390c951c38b72de02c5fec9cfbb3b801e8312f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:ef571581dc01c754dce5ca1dbd360fe86800c14853ce3f535a51d0f438467597_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:17d540bfc2f5e4f3eb11b25b95dd7860ab1cfccce5814deb301fea08d95072dc_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:716f58c27ecb2a7885406bc866a3c2bb850396f770a556ef1bdaeccedfd24089_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:9ebb96ce55329bcc5f40a92be685329d7ec00bfff00bd5a3605102eb8d6ed719_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c13e60b885afff7a2ee13fac8de563f4886e762406ee2976d5b23ea0ef656078_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:120d93e1cf2a96bfa9d7745b88377651055ebe5595f68b7b4a4bb26f633e8611_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:43efa5a676666dd4ae039ad5518eaf636f5baf8d688d9a4b475822c32ad1ddfb_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:7b0f572c22640568015fbcf42e9e242b2a640b70eb7bec97f00ee6967d0f598f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:a01a2a1e02cffad381ecacab7bf6456ed9a0d1ad589cd0935ec5a4748e341fbe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:27f3be442cf1d9f640657fb6d7cea6b133652226f9a80c3442df226b3cb3c2dc_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:2dd2182f98cb7beb6e8ef7d7fcfe13705501a11d425b99667afcbbfa52fd252a_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:72632d760862fdcfa54a910846b14f652dac23b185f7496c4c43097d537cc2d2_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:8559603458387b13ca544bf7a499fdaad82d18145b612e4e220e53480960dda0_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:98f5998cc667e71dbb51d133d39ae78156ccafa8bf171bd666edfac8de17ccba_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:b6fb02867ebc3be24c68dd24c9178ed17a655a20aa19d477954aae0896c53213_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d7a11116dca914c661bbe20ecffe56afe6011fae809845859a4ffa2884e4f7db_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:fbb162c6620a1ac010cdd353682b30c6adebaf9a0064d6e3430555f7310c704c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:5949d16546a241366ea103f003c733c875c4616794ba7cca42aebb7c585908ba_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:84469780cc76298499046e7a696b100a0393be411dc14fd8a3878fcedd86220e_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:a0389d20f0c4c08c0e5b6f0a6edd8216658e3957e1e7476c21129b7a36ed2a8d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:d1a689ab23343c9fcfa24bf0ab56001971c0ab35a2505d8fa877346326bd8387_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:35412516c9d8d4ddb93f57bb59da160aa6abb11581a1a5df793fcbb8197f2e4f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:bf6075f65fa2cb59af1c5cf9374c8958361c6c41318ae157abfa46a6d6e4d5b2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:d3c24212665bd368c38a2b913b4bf9d8f5eb294ff269c0d5f23ac1c7f4bd6829_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:f3c6e7200e2834f4ed697bcaf8fc01a81bd88ae858d9a3c2b0efc36356ea4d91_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:7c36902406c9dc7a91897ea5fe36ba4e6ee9f6435094016fc21e31c057ba3dd7_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b817e4c5703cd36926371bdf2f276a1557e5c8ea4a57344051e219bb8a707b04_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b9a9eb524b522e4c6cfc285dd115fd3e0cd7d6268213db3bc066b64a7889e7b0_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:fd5188add10e6586b188efaa19ce094daf5c5c84b07725031d25237c2e93ced2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:0729b53e12e2e4f552e42c30f55c0c2ce7d0399fae6c4aba8f617f5579bc4445_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:2e507b647ca536325992fdd04d046ef960f5b5c3692af18344f86daa09a3741d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:c9760dad0568725692140149c11ad94534264af8ab87784677a55a8f27d70ebe_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:e3e5f17fd2981ea6bae01080625c0b5aed4bba475271ccd4eb2ff1434d949cc1_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:030a4842de53bfe099677176efc80c9e31f585f944e94ae9991ea84cda38e88b_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:3c9fc3fba4317d85887ecaeb8afa321395dc8b04dc05fa54a12d27abaa0e6087_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:53f5c85f436c8aee0af2297144da6dfe7c9941bcecc3801d514cf6cbfa9f230f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:5b30d53c4fdfc6fdce2a355a39d48cd078d04511aacf2272602a900289d67bee_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:147e26fd0d2470145f4acf8c833ac329b7e288ba1d20f491a89ab1aa3cd39c55_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3189e6a8da6e957085a5dbaba433b0199a354c06b7c27e21d9a5107f67c60ce1_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:364d64cd9c25fbc2a39023c8212c12f9608d84370a72ae8356bfdd34f0d52a2f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3b90f58c351e221dfa60c238990c3d7fd3b74f59b806138ddcc18f72baa567ca_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:13f1af9c6dd7fc7862251d0ce5f069d5965649dd90a547a7a09c6d919ad96987_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:90075f5da491adec16eeada609d1f315ae7d97cd414e79b7c8e751d93c0be819_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:99346560c0fcba5270027aca813dab94e862a8c1bb413bf233c53b0488bf1339_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:ebd990cec2d84cc208b9b98b885ed019e1edbae5d660f238b84455d06c18d41c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:12ed2cba86b37cde91db1ffac6d1aadd08b03f06a72406e8c224d4d470a8bf2f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:3fdb6ca084da38668af018b7058161658271a9e2804f968f8362eab5f4de2d67_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:6c9c65da6a733afefd87391fc9a34c3ab261e6b1e0d0bad5686e193aee826fec_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c0077f6b619722db02086aa46b7c41af3801dc552af11f4bac90a342fd906881_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:4d2516e88f1ae905b5c27d34324a8d3568870c9ba6072e05a18262cdb3e4b5f3_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:d5893ff6b813926b1ccf6191f447122123c0685aed3bd8496dcd0b628254fedb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e350ec18ab8c8dbae2efc9b4d1000e3ae07abbc093c0492444c80561ca57b046_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e9ff6d02fb5fc4081bb317fca7930390f54de71920efd3327ae9f9df2b2cd783_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:0823a50cc017274204acfef21c96fdcac9754fe790cac68c6a2725990f2147ef_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:22bbf8889856068363e8a3d07b450f63ba979136d4c61205171a465627135c12_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:2f6f91dfd7b71cad1c6db82835d709d20f4153cf500d60ee32145712af922214_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:e2cc1d53875b7ec174fae01f9ee1b0d081b496726f6efe59cfdaf3f52bdb22bb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:7cd03b4ff79625bc11db9340e69416320b880444c91def4d0768c7b687acc576_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:95801a943ba7d0ec4af53c3cd1177483e649bcd528b5a838a32ad2d860e6503a_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:a08d98ec75520d6b7421a75179c217bac1de0e893105f964325fc618c40b0062_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:c3bee1c6e705933ffa2870133fb3264f29e63b12a065b28bab3dcc2c1b52875e_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:1e9a9f1b5ecdab7d074722c860daab977519123fe4385affdfd86d8c7f3c473c_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:253ce9e4ce0dc0045de38340fe487c9dc47b2691befe2ea91e46cc493c6a74f2_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4a34e3506330e931d7f205b36324c9fd7fe8581fbccfaca897f7c34bbb0df102_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:54e73db973349a7d9ea93b9a419ce8a342cfbf270cbceef5b28fffa578963636_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:71d52625d3aeb19a6109a434b2d6498aa8cfbfb74649ad2cba8837f3fae6e7ac_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:bba510a758d5a70dc133741ccd00d14bcb8fec5a9d642dbf134434383c909a0c_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:ea04b84821f819c6be84ed2b7113b791722aa6cdfd6fe6a119d13120dbc4bc9d_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:f5fdb09d85d227d014a2becde012d9e1ebfb3acf0ef060f27d3f2463332dd9b3_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:867d26b20423114d5bc4874ab26c58e23471a58226ef2e1eebee30f760533f13_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:86af0e4cedd9f906d2c341d0d658f67f4383615213312804b8f52be2a7dff036_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b8d380990acb0184ab685b005e22fb8369139dd8cd6550b4521bd4bc3ca23b40_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b903aa551212a53dccb73a4c78500d0c149b42a6cf7ac2ed1f5332e1ac85cac5_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:0bc86f0e97b943cfbcdc57c4357ff3bebd2b224116b01d36f20d34af20b86d5e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:1ca6fa787c621462fa2c67b9a42b1de67688883af90316475b0df35be3ed805d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:2a1344726d5244ffbd2a4c21c782116aa81efbc1b12466bcd89ef956e43893a1_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:b5fe393f2ea257f218fdf660b394d158e4709ede0e72ba8e3538ffee9659f8fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7c7f00c73c750a146cf71f84bd19e0c94225c363a7aaee2bc2b52b234dd72703_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7cef021919f068f60c37c2e8d9306e22cd915f17098c2aac51d43ede1c92cd81_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d6bef8cb3c830ae821d2f14692e1ce0b70d17c371e1a75d076dcec21b7213e0c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:ed58fd6de76c840d4057e6f89918e737ce5767a71aefb9effbdf5e9de97bb514_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:80b223dbcc37a4b977cfc5b75f999a5b206114cc47feaa5dcd43627dc91303fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:abdcb828bc1f2aaa5ee7211a00b3b7d8d291878ed55b5d2bbab425096625e52f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:be4c337c6f13d6b7a89306374900c4d54ad79e096db4204c0d42d7fa3e823769_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f841bc4678ac23de083707b5c4580fb4c52f84adb7fe0e4c4ef387768b4e6364_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:560507096517a43878dd9ac1f0d7e5b539ef7d50db3e247870c62e059b6ee289_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:a905be27983179f4cc0aa78e6b6b78971ae17bbcd46520fbc234e755cc9c98fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:ad84f6f7bde148dd49f9d633c4b904e52120d293aabd85eed9783f37db0de73e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:c63b3cfe9903840c29a65b061bc0622473bb9681599449bb8c6767fd3ba02880_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:28fc18c45672e4d644b08216d62453bc74a5817fed4b4873c9981984c21f77a8_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:384e639f2ce3e75712a5ee1cc5520161342e9dd1e94444d134d7ad4a39dde279_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:52772f57e167aaf6e54dc104b57a03db4fbbac7fddd65cf54a8b342cf43df20c_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:8e9605f0c3c4bf4f184e220228221367b52ed7609c13b476e6e9df446c35a2ea_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:337beb1ebee34315707d2e40e930e9a107ac156f4201667ae7b90621ea392f66_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:536e89fce8e35644e1ac7d829a4562f76ede60bd8069e92e3b3da17f1702578b_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:5bb6265b605ddf793df6d72732682a8033bbb2443b6333914996b4384df8fcf7_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:6c9c4245686d29afb7f5285e3085969e2ec5283e5bf92bcfb8bc6cae13027724_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9ff441506bc87d94825a4d4f57ff7f2b1e53d343297745b5dd0e4d3ad201f1b2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:a50e8e8276a10fba42491003b40183d8ebcc939a4b215b0bad8d835695b5ab45_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:af3d3edc03257025476cdd0d0b4bfbb14022a0473054db0f868c197f73598f45_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:d0cf00108f8518b3d4d2d04b83ea703941a226803b17bcabcfd89c953bab697b_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:4f86f5c692a497442b54c435e68b0cbf961591a00ebc3a73c364a19da673e34d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:a7060a10a9ab3d992ff150dcbe687dc4328ab3e2debd1351a6d7e0ac2439d89e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:c98dde706025aa5e34c7c43eb74c9e0f747c15c6b25450faed9b97374417157d_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:d0f59e461f21d4c1194c3ff29b5f6b0d6f13e2a26f7f08195a6224c30199c1f2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:16b9d1efa24d3f8bad5bcd9ba29e26f2dd15f8a174de2ba17abd63a6f1306fde_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:1bbbf713c2ff1870779a9b18b3607f0b0a84e7a797a409ab53afe0075da3e7fb_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:aa50d147f3b2bbe58539e676a2eaa7c2ea668adc8b33cc761c21fb2189cecb17_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:f91ecfb52623f05346a0d61007308bbd4059a20a043359e08c362ebd9156b7fa_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:13d591ce11f7e1b3bdfdf2e283d0cd6e57fd2385032175f485309e87f759c055_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:63ff9662f5a1cb5f69f08c38c22119fd202335b2c6a7e540a531fa1413421111_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:677cc576f84ceaba881313e7da183c012b03c4218f9a36f8d2b68806abb8b38d_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dece6dc60c2e2e3f53e16b83c6d62abd09848cbf056ba4e8da2e17520db9568a_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-05T07:08:51+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1ee6048f584257edcbc764ae87f6375e6ce2d25caf3cc8f98fed981e197816bd_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:6a0d1f472283c686e438dbfbeec826db9d7d95f45f92842c4073f70704860d2f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:bbb93e9ce23fd650f5b19df958390c951c38b72de02c5fec9cfbb3b801e8312f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:ef571581dc01c754dce5ca1dbd360fe86800c14853ce3f535a51d0f438467597_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3825"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:17d540bfc2f5e4f3eb11b25b95dd7860ab1cfccce5814deb301fea08d95072dc_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:716f58c27ecb2a7885406bc866a3c2bb850396f770a556ef1bdaeccedfd24089_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:9ebb96ce55329bcc5f40a92be685329d7ec00bfff00bd5a3605102eb8d6ed719_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c13e60b885afff7a2ee13fac8de563f4886e762406ee2976d5b23ea0ef656078_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1ee6048f584257edcbc764ae87f6375e6ce2d25caf3cc8f98fed981e197816bd_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:6a0d1f472283c686e438dbfbeec826db9d7d95f45f92842c4073f70704860d2f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:bbb93e9ce23fd650f5b19df958390c951c38b72de02c5fec9cfbb3b801e8312f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:ef571581dc01c754dce5ca1dbd360fe86800c14853ce3f535a51d0f438467597_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:120d93e1cf2a96bfa9d7745b88377651055ebe5595f68b7b4a4bb26f633e8611_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:43efa5a676666dd4ae039ad5518eaf636f5baf8d688d9a4b475822c32ad1ddfb_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:7b0f572c22640568015fbcf42e9e242b2a640b70eb7bec97f00ee6967d0f598f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:a01a2a1e02cffad381ecacab7bf6456ed9a0d1ad589cd0935ec5a4748e341fbe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:27f3be442cf1d9f640657fb6d7cea6b133652226f9a80c3442df226b3cb3c2dc_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:2dd2182f98cb7beb6e8ef7d7fcfe13705501a11d425b99667afcbbfa52fd252a_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:72632d760862fdcfa54a910846b14f652dac23b185f7496c4c43097d537cc2d2_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:8559603458387b13ca544bf7a499fdaad82d18145b612e4e220e53480960dda0_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:98f5998cc667e71dbb51d133d39ae78156ccafa8bf171bd666edfac8de17ccba_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:b6fb02867ebc3be24c68dd24c9178ed17a655a20aa19d477954aae0896c53213_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d7a11116dca914c661bbe20ecffe56afe6011fae809845859a4ffa2884e4f7db_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:fbb162c6620a1ac010cdd353682b30c6adebaf9a0064d6e3430555f7310c704c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:5949d16546a241366ea103f003c733c875c4616794ba7cca42aebb7c585908ba_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:84469780cc76298499046e7a696b100a0393be411dc14fd8a3878fcedd86220e_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:a0389d20f0c4c08c0e5b6f0a6edd8216658e3957e1e7476c21129b7a36ed2a8d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:d1a689ab23343c9fcfa24bf0ab56001971c0ab35a2505d8fa877346326bd8387_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:35412516c9d8d4ddb93f57bb59da160aa6abb11581a1a5df793fcbb8197f2e4f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:bf6075f65fa2cb59af1c5cf9374c8958361c6c41318ae157abfa46a6d6e4d5b2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:d3c24212665bd368c38a2b913b4bf9d8f5eb294ff269c0d5f23ac1c7f4bd6829_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:f3c6e7200e2834f4ed697bcaf8fc01a81bd88ae858d9a3c2b0efc36356ea4d91_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:7c36902406c9dc7a91897ea5fe36ba4e6ee9f6435094016fc21e31c057ba3dd7_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b817e4c5703cd36926371bdf2f276a1557e5c8ea4a57344051e219bb8a707b04_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b9a9eb524b522e4c6cfc285dd115fd3e0cd7d6268213db3bc066b64a7889e7b0_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:fd5188add10e6586b188efaa19ce094daf5c5c84b07725031d25237c2e93ced2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:0729b53e12e2e4f552e42c30f55c0c2ce7d0399fae6c4aba8f617f5579bc4445_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:2e507b647ca536325992fdd04d046ef960f5b5c3692af18344f86daa09a3741d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:c9760dad0568725692140149c11ad94534264af8ab87784677a55a8f27d70ebe_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:e3e5f17fd2981ea6bae01080625c0b5aed4bba475271ccd4eb2ff1434d949cc1_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:030a4842de53bfe099677176efc80c9e31f585f944e94ae9991ea84cda38e88b_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:3c9fc3fba4317d85887ecaeb8afa321395dc8b04dc05fa54a12d27abaa0e6087_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:53f5c85f436c8aee0af2297144da6dfe7c9941bcecc3801d514cf6cbfa9f230f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:5b30d53c4fdfc6fdce2a355a39d48cd078d04511aacf2272602a900289d67bee_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:147e26fd0d2470145f4acf8c833ac329b7e288ba1d20f491a89ab1aa3cd39c55_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3189e6a8da6e957085a5dbaba433b0199a354c06b7c27e21d9a5107f67c60ce1_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:364d64cd9c25fbc2a39023c8212c12f9608d84370a72ae8356bfdd34f0d52a2f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3b90f58c351e221dfa60c238990c3d7fd3b74f59b806138ddcc18f72baa567ca_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:13f1af9c6dd7fc7862251d0ce5f069d5965649dd90a547a7a09c6d919ad96987_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:90075f5da491adec16eeada609d1f315ae7d97cd414e79b7c8e751d93c0be819_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:99346560c0fcba5270027aca813dab94e862a8c1bb413bf233c53b0488bf1339_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:ebd990cec2d84cc208b9b98b885ed019e1edbae5d660f238b84455d06c18d41c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:12ed2cba86b37cde91db1ffac6d1aadd08b03f06a72406e8c224d4d470a8bf2f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:3fdb6ca084da38668af018b7058161658271a9e2804f968f8362eab5f4de2d67_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:6c9c65da6a733afefd87391fc9a34c3ab261e6b1e0d0bad5686e193aee826fec_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c0077f6b619722db02086aa46b7c41af3801dc552af11f4bac90a342fd906881_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:4d2516e88f1ae905b5c27d34324a8d3568870c9ba6072e05a18262cdb3e4b5f3_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:d5893ff6b813926b1ccf6191f447122123c0685aed3bd8496dcd0b628254fedb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e350ec18ab8c8dbae2efc9b4d1000e3ae07abbc093c0492444c80561ca57b046_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e9ff6d02fb5fc4081bb317fca7930390f54de71920efd3327ae9f9df2b2cd783_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:0823a50cc017274204acfef21c96fdcac9754fe790cac68c6a2725990f2147ef_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:22bbf8889856068363e8a3d07b450f63ba979136d4c61205171a465627135c12_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:2f6f91dfd7b71cad1c6db82835d709d20f4153cf500d60ee32145712af922214_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:e2cc1d53875b7ec174fae01f9ee1b0d081b496726f6efe59cfdaf3f52bdb22bb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:7cd03b4ff79625bc11db9340e69416320b880444c91def4d0768c7b687acc576_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:95801a943ba7d0ec4af53c3cd1177483e649bcd528b5a838a32ad2d860e6503a_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:a08d98ec75520d6b7421a75179c217bac1de0e893105f964325fc618c40b0062_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:c3bee1c6e705933ffa2870133fb3264f29e63b12a065b28bab3dcc2c1b52875e_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:1e9a9f1b5ecdab7d074722c860daab977519123fe4385affdfd86d8c7f3c473c_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:253ce9e4ce0dc0045de38340fe487c9dc47b2691befe2ea91e46cc493c6a74f2_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4a34e3506330e931d7f205b36324c9fd7fe8581fbccfaca897f7c34bbb0df102_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:54e73db973349a7d9ea93b9a419ce8a342cfbf270cbceef5b28fffa578963636_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:71d52625d3aeb19a6109a434b2d6498aa8cfbfb74649ad2cba8837f3fae6e7ac_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:bba510a758d5a70dc133741ccd00d14bcb8fec5a9d642dbf134434383c909a0c_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:ea04b84821f819c6be84ed2b7113b791722aa6cdfd6fe6a119d13120dbc4bc9d_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:f5fdb09d85d227d014a2becde012d9e1ebfb3acf0ef060f27d3f2463332dd9b3_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:867d26b20423114d5bc4874ab26c58e23471a58226ef2e1eebee30f760533f13_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:86af0e4cedd9f906d2c341d0d658f67f4383615213312804b8f52be2a7dff036_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b8d380990acb0184ab685b005e22fb8369139dd8cd6550b4521bd4bc3ca23b40_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b903aa551212a53dccb73a4c78500d0c149b42a6cf7ac2ed1f5332e1ac85cac5_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:0bc86f0e97b943cfbcdc57c4357ff3bebd2b224116b01d36f20d34af20b86d5e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:1ca6fa787c621462fa2c67b9a42b1de67688883af90316475b0df35be3ed805d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:2a1344726d5244ffbd2a4c21c782116aa81efbc1b12466bcd89ef956e43893a1_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:b5fe393f2ea257f218fdf660b394d158e4709ede0e72ba8e3538ffee9659f8fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7c7f00c73c750a146cf71f84bd19e0c94225c363a7aaee2bc2b52b234dd72703_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7cef021919f068f60c37c2e8d9306e22cd915f17098c2aac51d43ede1c92cd81_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d6bef8cb3c830ae821d2f14692e1ce0b70d17c371e1a75d076dcec21b7213e0c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:ed58fd6de76c840d4057e6f89918e737ce5767a71aefb9effbdf5e9de97bb514_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:80b223dbcc37a4b977cfc5b75f999a5b206114cc47feaa5dcd43627dc91303fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:abdcb828bc1f2aaa5ee7211a00b3b7d8d291878ed55b5d2bbab425096625e52f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:be4c337c6f13d6b7a89306374900c4d54ad79e096db4204c0d42d7fa3e823769_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f841bc4678ac23de083707b5c4580fb4c52f84adb7fe0e4c4ef387768b4e6364_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:560507096517a43878dd9ac1f0d7e5b539ef7d50db3e247870c62e059b6ee289_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:a905be27983179f4cc0aa78e6b6b78971ae17bbcd46520fbc234e755cc9c98fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:ad84f6f7bde148dd49f9d633c4b904e52120d293aabd85eed9783f37db0de73e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:c63b3cfe9903840c29a65b061bc0622473bb9681599449bb8c6767fd3ba02880_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:28fc18c45672e4d644b08216d62453bc74a5817fed4b4873c9981984c21f77a8_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:384e639f2ce3e75712a5ee1cc5520161342e9dd1e94444d134d7ad4a39dde279_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:52772f57e167aaf6e54dc104b57a03db4fbbac7fddd65cf54a8b342cf43df20c_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:8e9605f0c3c4bf4f184e220228221367b52ed7609c13b476e6e9df446c35a2ea_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:337beb1ebee34315707d2e40e930e9a107ac156f4201667ae7b90621ea392f66_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:536e89fce8e35644e1ac7d829a4562f76ede60bd8069e92e3b3da17f1702578b_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:5bb6265b605ddf793df6d72732682a8033bbb2443b6333914996b4384df8fcf7_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:6c9c4245686d29afb7f5285e3085969e2ec5283e5bf92bcfb8bc6cae13027724_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9ff441506bc87d94825a4d4f57ff7f2b1e53d343297745b5dd0e4d3ad201f1b2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:a50e8e8276a10fba42491003b40183d8ebcc939a4b215b0bad8d835695b5ab45_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:af3d3edc03257025476cdd0d0b4bfbb14022a0473054db0f868c197f73598f45_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:d0cf00108f8518b3d4d2d04b83ea703941a226803b17bcabcfd89c953bab697b_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:4f86f5c692a497442b54c435e68b0cbf961591a00ebc3a73c364a19da673e34d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:a7060a10a9ab3d992ff150dcbe687dc4328ab3e2debd1351a6d7e0ac2439d89e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:c98dde706025aa5e34c7c43eb74c9e0f747c15c6b25450faed9b97374417157d_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:d0f59e461f21d4c1194c3ff29b5f6b0d6f13e2a26f7f08195a6224c30199c1f2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:16b9d1efa24d3f8bad5bcd9ba29e26f2dd15f8a174de2ba17abd63a6f1306fde_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:1bbbf713c2ff1870779a9b18b3607f0b0a84e7a797a409ab53afe0075da3e7fb_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:aa50d147f3b2bbe58539e676a2eaa7c2ea668adc8b33cc761c21fb2189cecb17_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:f91ecfb52623f05346a0d61007308bbd4059a20a043359e08c362ebd9156b7fa_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:13d591ce11f7e1b3bdfdf2e283d0cd6e57fd2385032175f485309e87f759c055_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:63ff9662f5a1cb5f69f08c38c22119fd202335b2c6a7e540a531fa1413421111_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:677cc576f84ceaba881313e7da183c012b03c4218f9a36f8d2b68806abb8b38d_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dece6dc60c2e2e3f53e16b83c6d62abd09848cbf056ba4e8da2e17520db9568a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
},
{
"cve": "CVE-2025-66564",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:11.786030+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:17d540bfc2f5e4f3eb11b25b95dd7860ab1cfccce5814deb301fea08d95072dc_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:716f58c27ecb2a7885406bc866a3c2bb850396f770a556ef1bdaeccedfd24089_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:9ebb96ce55329bcc5f40a92be685329d7ec00bfff00bd5a3605102eb8d6ed719_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c13e60b885afff7a2ee13fac8de563f4886e762406ee2976d5b23ea0ef656078_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:120d93e1cf2a96bfa9d7745b88377651055ebe5595f68b7b4a4bb26f633e8611_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:43efa5a676666dd4ae039ad5518eaf636f5baf8d688d9a4b475822c32ad1ddfb_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:7b0f572c22640568015fbcf42e9e242b2a640b70eb7bec97f00ee6967d0f598f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:a01a2a1e02cffad381ecacab7bf6456ed9a0d1ad589cd0935ec5a4748e341fbe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:27f3be442cf1d9f640657fb6d7cea6b133652226f9a80c3442df226b3cb3c2dc_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:2dd2182f98cb7beb6e8ef7d7fcfe13705501a11d425b99667afcbbfa52fd252a_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:72632d760862fdcfa54a910846b14f652dac23b185f7496c4c43097d537cc2d2_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:8559603458387b13ca544bf7a499fdaad82d18145b612e4e220e53480960dda0_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:98f5998cc667e71dbb51d133d39ae78156ccafa8bf171bd666edfac8de17ccba_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:b6fb02867ebc3be24c68dd24c9178ed17a655a20aa19d477954aae0896c53213_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d7a11116dca914c661bbe20ecffe56afe6011fae809845859a4ffa2884e4f7db_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:fbb162c6620a1ac010cdd353682b30c6adebaf9a0064d6e3430555f7310c704c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:5949d16546a241366ea103f003c733c875c4616794ba7cca42aebb7c585908ba_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:84469780cc76298499046e7a696b100a0393be411dc14fd8a3878fcedd86220e_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:a0389d20f0c4c08c0e5b6f0a6edd8216658e3957e1e7476c21129b7a36ed2a8d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:d1a689ab23343c9fcfa24bf0ab56001971c0ab35a2505d8fa877346326bd8387_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:35412516c9d8d4ddb93f57bb59da160aa6abb11581a1a5df793fcbb8197f2e4f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:bf6075f65fa2cb59af1c5cf9374c8958361c6c41318ae157abfa46a6d6e4d5b2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:d3c24212665bd368c38a2b913b4bf9d8f5eb294ff269c0d5f23ac1c7f4bd6829_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:f3c6e7200e2834f4ed697bcaf8fc01a81bd88ae858d9a3c2b0efc36356ea4d91_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:7c36902406c9dc7a91897ea5fe36ba4e6ee9f6435094016fc21e31c057ba3dd7_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b817e4c5703cd36926371bdf2f276a1557e5c8ea4a57344051e219bb8a707b04_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b9a9eb524b522e4c6cfc285dd115fd3e0cd7d6268213db3bc066b64a7889e7b0_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:fd5188add10e6586b188efaa19ce094daf5c5c84b07725031d25237c2e93ced2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:0729b53e12e2e4f552e42c30f55c0c2ce7d0399fae6c4aba8f617f5579bc4445_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:2e507b647ca536325992fdd04d046ef960f5b5c3692af18344f86daa09a3741d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:c9760dad0568725692140149c11ad94534264af8ab87784677a55a8f27d70ebe_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:e3e5f17fd2981ea6bae01080625c0b5aed4bba475271ccd4eb2ff1434d949cc1_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:030a4842de53bfe099677176efc80c9e31f585f944e94ae9991ea84cda38e88b_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:3c9fc3fba4317d85887ecaeb8afa321395dc8b04dc05fa54a12d27abaa0e6087_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:53f5c85f436c8aee0af2297144da6dfe7c9941bcecc3801d514cf6cbfa9f230f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:5b30d53c4fdfc6fdce2a355a39d48cd078d04511aacf2272602a900289d67bee_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:147e26fd0d2470145f4acf8c833ac329b7e288ba1d20f491a89ab1aa3cd39c55_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3189e6a8da6e957085a5dbaba433b0199a354c06b7c27e21d9a5107f67c60ce1_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:364d64cd9c25fbc2a39023c8212c12f9608d84370a72ae8356bfdd34f0d52a2f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3b90f58c351e221dfa60c238990c3d7fd3b74f59b806138ddcc18f72baa567ca_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:13f1af9c6dd7fc7862251d0ce5f069d5965649dd90a547a7a09c6d919ad96987_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:90075f5da491adec16eeada609d1f315ae7d97cd414e79b7c8e751d93c0be819_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:99346560c0fcba5270027aca813dab94e862a8c1bb413bf233c53b0488bf1339_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:ebd990cec2d84cc208b9b98b885ed019e1edbae5d660f238b84455d06c18d41c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:12ed2cba86b37cde91db1ffac6d1aadd08b03f06a72406e8c224d4d470a8bf2f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:3fdb6ca084da38668af018b7058161658271a9e2804f968f8362eab5f4de2d67_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:6c9c65da6a733afefd87391fc9a34c3ab261e6b1e0d0bad5686e193aee826fec_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c0077f6b619722db02086aa46b7c41af3801dc552af11f4bac90a342fd906881_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:4d2516e88f1ae905b5c27d34324a8d3568870c9ba6072e05a18262cdb3e4b5f3_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:d5893ff6b813926b1ccf6191f447122123c0685aed3bd8496dcd0b628254fedb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e350ec18ab8c8dbae2efc9b4d1000e3ae07abbc093c0492444c80561ca57b046_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e9ff6d02fb5fc4081bb317fca7930390f54de71920efd3327ae9f9df2b2cd783_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:0823a50cc017274204acfef21c96fdcac9754fe790cac68c6a2725990f2147ef_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:22bbf8889856068363e8a3d07b450f63ba979136d4c61205171a465627135c12_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:2f6f91dfd7b71cad1c6db82835d709d20f4153cf500d60ee32145712af922214_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:e2cc1d53875b7ec174fae01f9ee1b0d081b496726f6efe59cfdaf3f52bdb22bb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:7cd03b4ff79625bc11db9340e69416320b880444c91def4d0768c7b687acc576_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:95801a943ba7d0ec4af53c3cd1177483e649bcd528b5a838a32ad2d860e6503a_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:a08d98ec75520d6b7421a75179c217bac1de0e893105f964325fc618c40b0062_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:c3bee1c6e705933ffa2870133fb3264f29e63b12a065b28bab3dcc2c1b52875e_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:1e9a9f1b5ecdab7d074722c860daab977519123fe4385affdfd86d8c7f3c473c_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:253ce9e4ce0dc0045de38340fe487c9dc47b2691befe2ea91e46cc493c6a74f2_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4a34e3506330e931d7f205b36324c9fd7fe8581fbccfaca897f7c34bbb0df102_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:54e73db973349a7d9ea93b9a419ce8a342cfbf270cbceef5b28fffa578963636_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:71d52625d3aeb19a6109a434b2d6498aa8cfbfb74649ad2cba8837f3fae6e7ac_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:bba510a758d5a70dc133741ccd00d14bcb8fec5a9d642dbf134434383c909a0c_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:ea04b84821f819c6be84ed2b7113b791722aa6cdfd6fe6a119d13120dbc4bc9d_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:f5fdb09d85d227d014a2becde012d9e1ebfb3acf0ef060f27d3f2463332dd9b3_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:867d26b20423114d5bc4874ab26c58e23471a58226ef2e1eebee30f760533f13_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:86af0e4cedd9f906d2c341d0d658f67f4383615213312804b8f52be2a7dff036_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b8d380990acb0184ab685b005e22fb8369139dd8cd6550b4521bd4bc3ca23b40_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b903aa551212a53dccb73a4c78500d0c149b42a6cf7ac2ed1f5332e1ac85cac5_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:0bc86f0e97b943cfbcdc57c4357ff3bebd2b224116b01d36f20d34af20b86d5e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:1ca6fa787c621462fa2c67b9a42b1de67688883af90316475b0df35be3ed805d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:2a1344726d5244ffbd2a4c21c782116aa81efbc1b12466bcd89ef956e43893a1_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:b5fe393f2ea257f218fdf660b394d158e4709ede0e72ba8e3538ffee9659f8fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7c7f00c73c750a146cf71f84bd19e0c94225c363a7aaee2bc2b52b234dd72703_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7cef021919f068f60c37c2e8d9306e22cd915f17098c2aac51d43ede1c92cd81_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d6bef8cb3c830ae821d2f14692e1ce0b70d17c371e1a75d076dcec21b7213e0c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:ed58fd6de76c840d4057e6f89918e737ce5767a71aefb9effbdf5e9de97bb514_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:80b223dbcc37a4b977cfc5b75f999a5b206114cc47feaa5dcd43627dc91303fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:abdcb828bc1f2aaa5ee7211a00b3b7d8d291878ed55b5d2bbab425096625e52f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:be4c337c6f13d6b7a89306374900c4d54ad79e096db4204c0d42d7fa3e823769_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f841bc4678ac23de083707b5c4580fb4c52f84adb7fe0e4c4ef387768b4e6364_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:560507096517a43878dd9ac1f0d7e5b539ef7d50db3e247870c62e059b6ee289_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:a905be27983179f4cc0aa78e6b6b78971ae17bbcd46520fbc234e755cc9c98fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:ad84f6f7bde148dd49f9d633c4b904e52120d293aabd85eed9783f37db0de73e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:c63b3cfe9903840c29a65b061bc0622473bb9681599449bb8c6767fd3ba02880_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:28fc18c45672e4d644b08216d62453bc74a5817fed4b4873c9981984c21f77a8_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:384e639f2ce3e75712a5ee1cc5520161342e9dd1e94444d134d7ad4a39dde279_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:52772f57e167aaf6e54dc104b57a03db4fbbac7fddd65cf54a8b342cf43df20c_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:8e9605f0c3c4bf4f184e220228221367b52ed7609c13b476e6e9df446c35a2ea_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:337beb1ebee34315707d2e40e930e9a107ac156f4201667ae7b90621ea392f66_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:536e89fce8e35644e1ac7d829a4562f76ede60bd8069e92e3b3da17f1702578b_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:5bb6265b605ddf793df6d72732682a8033bbb2443b6333914996b4384df8fcf7_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:6c9c4245686d29afb7f5285e3085969e2ec5283e5bf92bcfb8bc6cae13027724_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9ff441506bc87d94825a4d4f57ff7f2b1e53d343297745b5dd0e4d3ad201f1b2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:a50e8e8276a10fba42491003b40183d8ebcc939a4b215b0bad8d835695b5ab45_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:af3d3edc03257025476cdd0d0b4bfbb14022a0473054db0f868c197f73598f45_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:d0cf00108f8518b3d4d2d04b83ea703941a226803b17bcabcfd89c953bab697b_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:4f86f5c692a497442b54c435e68b0cbf961591a00ebc3a73c364a19da673e34d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:a7060a10a9ab3d992ff150dcbe687dc4328ab3e2debd1351a6d7e0ac2439d89e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:c98dde706025aa5e34c7c43eb74c9e0f747c15c6b25450faed9b97374417157d_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:d0f59e461f21d4c1194c3ff29b5f6b0d6f13e2a26f7f08195a6224c30199c1f2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:16b9d1efa24d3f8bad5bcd9ba29e26f2dd15f8a174de2ba17abd63a6f1306fde_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:1bbbf713c2ff1870779a9b18b3607f0b0a84e7a797a409ab53afe0075da3e7fb_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:aa50d147f3b2bbe58539e676a2eaa7c2ea668adc8b33cc761c21fb2189cecb17_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:f91ecfb52623f05346a0d61007308bbd4059a20a043359e08c362ebd9156b7fa_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:13d591ce11f7e1b3bdfdf2e283d0cd6e57fd2385032175f485309e87f759c055_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:63ff9662f5a1cb5f69f08c38c22119fd202335b2c6a7e540a531fa1413421111_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:677cc576f84ceaba881313e7da183c012b03c4218f9a36f8d2b68806abb8b38d_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dece6dc60c2e2e3f53e16b83c6d62abd09848cbf056ba4e8da2e17520db9568a_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419054"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Sigstore Timestamp Authority. This vulnerability allows a denial of service via excessive memory allocation when processing a specially crafted Object Identifier or Content-Type header.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/timestamp-authority: Sigstore Timestamp Authority: Denial of Service via excessive OID or Content-Type header parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products. The Sigstore Timestamp Authority, a service for issuing RFC 3161 timestamps, is prone to excessive memory allocation. This occurs when processing untrusted OID payloads with many period characters or malformed Content-Type headers. An unauthenticated attacker could exploit this flaw to trigger a denial of service in affected Red Hat products that utilize this component.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1ee6048f584257edcbc764ae87f6375e6ce2d25caf3cc8f98fed981e197816bd_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:6a0d1f472283c686e438dbfbeec826db9d7d95f45f92842c4073f70704860d2f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:bbb93e9ce23fd650f5b19df958390c951c38b72de02c5fec9cfbb3b801e8312f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:ef571581dc01c754dce5ca1dbd360fe86800c14853ce3f535a51d0f438467597_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:17d540bfc2f5e4f3eb11b25b95dd7860ab1cfccce5814deb301fea08d95072dc_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:716f58c27ecb2a7885406bc866a3c2bb850396f770a556ef1bdaeccedfd24089_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:9ebb96ce55329bcc5f40a92be685329d7ec00bfff00bd5a3605102eb8d6ed719_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c13e60b885afff7a2ee13fac8de563f4886e762406ee2976d5b23ea0ef656078_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:120d93e1cf2a96bfa9d7745b88377651055ebe5595f68b7b4a4bb26f633e8611_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:43efa5a676666dd4ae039ad5518eaf636f5baf8d688d9a4b475822c32ad1ddfb_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:7b0f572c22640568015fbcf42e9e242b2a640b70eb7bec97f00ee6967d0f598f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:a01a2a1e02cffad381ecacab7bf6456ed9a0d1ad589cd0935ec5a4748e341fbe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:27f3be442cf1d9f640657fb6d7cea6b133652226f9a80c3442df226b3cb3c2dc_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:2dd2182f98cb7beb6e8ef7d7fcfe13705501a11d425b99667afcbbfa52fd252a_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:72632d760862fdcfa54a910846b14f652dac23b185f7496c4c43097d537cc2d2_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:8559603458387b13ca544bf7a499fdaad82d18145b612e4e220e53480960dda0_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:98f5998cc667e71dbb51d133d39ae78156ccafa8bf171bd666edfac8de17ccba_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:b6fb02867ebc3be24c68dd24c9178ed17a655a20aa19d477954aae0896c53213_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d7a11116dca914c661bbe20ecffe56afe6011fae809845859a4ffa2884e4f7db_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:fbb162c6620a1ac010cdd353682b30c6adebaf9a0064d6e3430555f7310c704c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:5949d16546a241366ea103f003c733c875c4616794ba7cca42aebb7c585908ba_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:84469780cc76298499046e7a696b100a0393be411dc14fd8a3878fcedd86220e_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:a0389d20f0c4c08c0e5b6f0a6edd8216658e3957e1e7476c21129b7a36ed2a8d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:d1a689ab23343c9fcfa24bf0ab56001971c0ab35a2505d8fa877346326bd8387_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:35412516c9d8d4ddb93f57bb59da160aa6abb11581a1a5df793fcbb8197f2e4f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:bf6075f65fa2cb59af1c5cf9374c8958361c6c41318ae157abfa46a6d6e4d5b2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:d3c24212665bd368c38a2b913b4bf9d8f5eb294ff269c0d5f23ac1c7f4bd6829_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:f3c6e7200e2834f4ed697bcaf8fc01a81bd88ae858d9a3c2b0efc36356ea4d91_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:7c36902406c9dc7a91897ea5fe36ba4e6ee9f6435094016fc21e31c057ba3dd7_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b817e4c5703cd36926371bdf2f276a1557e5c8ea4a57344051e219bb8a707b04_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b9a9eb524b522e4c6cfc285dd115fd3e0cd7d6268213db3bc066b64a7889e7b0_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:fd5188add10e6586b188efaa19ce094daf5c5c84b07725031d25237c2e93ced2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:0729b53e12e2e4f552e42c30f55c0c2ce7d0399fae6c4aba8f617f5579bc4445_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:2e507b647ca536325992fdd04d046ef960f5b5c3692af18344f86daa09a3741d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:c9760dad0568725692140149c11ad94534264af8ab87784677a55a8f27d70ebe_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:e3e5f17fd2981ea6bae01080625c0b5aed4bba475271ccd4eb2ff1434d949cc1_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:030a4842de53bfe099677176efc80c9e31f585f944e94ae9991ea84cda38e88b_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:3c9fc3fba4317d85887ecaeb8afa321395dc8b04dc05fa54a12d27abaa0e6087_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:53f5c85f436c8aee0af2297144da6dfe7c9941bcecc3801d514cf6cbfa9f230f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:5b30d53c4fdfc6fdce2a355a39d48cd078d04511aacf2272602a900289d67bee_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:147e26fd0d2470145f4acf8c833ac329b7e288ba1d20f491a89ab1aa3cd39c55_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3189e6a8da6e957085a5dbaba433b0199a354c06b7c27e21d9a5107f67c60ce1_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:364d64cd9c25fbc2a39023c8212c12f9608d84370a72ae8356bfdd34f0d52a2f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3b90f58c351e221dfa60c238990c3d7fd3b74f59b806138ddcc18f72baa567ca_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:13f1af9c6dd7fc7862251d0ce5f069d5965649dd90a547a7a09c6d919ad96987_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:90075f5da491adec16eeada609d1f315ae7d97cd414e79b7c8e751d93c0be819_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:99346560c0fcba5270027aca813dab94e862a8c1bb413bf233c53b0488bf1339_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:ebd990cec2d84cc208b9b98b885ed019e1edbae5d660f238b84455d06c18d41c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:12ed2cba86b37cde91db1ffac6d1aadd08b03f06a72406e8c224d4d470a8bf2f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:3fdb6ca084da38668af018b7058161658271a9e2804f968f8362eab5f4de2d67_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:6c9c65da6a733afefd87391fc9a34c3ab261e6b1e0d0bad5686e193aee826fec_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c0077f6b619722db02086aa46b7c41af3801dc552af11f4bac90a342fd906881_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:4d2516e88f1ae905b5c27d34324a8d3568870c9ba6072e05a18262cdb3e4b5f3_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:d5893ff6b813926b1ccf6191f447122123c0685aed3bd8496dcd0b628254fedb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e350ec18ab8c8dbae2efc9b4d1000e3ae07abbc093c0492444c80561ca57b046_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e9ff6d02fb5fc4081bb317fca7930390f54de71920efd3327ae9f9df2b2cd783_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:0823a50cc017274204acfef21c96fdcac9754fe790cac68c6a2725990f2147ef_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:22bbf8889856068363e8a3d07b450f63ba979136d4c61205171a465627135c12_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:2f6f91dfd7b71cad1c6db82835d709d20f4153cf500d60ee32145712af922214_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:e2cc1d53875b7ec174fae01f9ee1b0d081b496726f6efe59cfdaf3f52bdb22bb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:7cd03b4ff79625bc11db9340e69416320b880444c91def4d0768c7b687acc576_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:95801a943ba7d0ec4af53c3cd1177483e649bcd528b5a838a32ad2d860e6503a_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:a08d98ec75520d6b7421a75179c217bac1de0e893105f964325fc618c40b0062_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:c3bee1c6e705933ffa2870133fb3264f29e63b12a065b28bab3dcc2c1b52875e_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:1e9a9f1b5ecdab7d074722c860daab977519123fe4385affdfd86d8c7f3c473c_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:253ce9e4ce0dc0045de38340fe487c9dc47b2691befe2ea91e46cc493c6a74f2_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4a34e3506330e931d7f205b36324c9fd7fe8581fbccfaca897f7c34bbb0df102_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:54e73db973349a7d9ea93b9a419ce8a342cfbf270cbceef5b28fffa578963636_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:71d52625d3aeb19a6109a434b2d6498aa8cfbfb74649ad2cba8837f3fae6e7ac_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:bba510a758d5a70dc133741ccd00d14bcb8fec5a9d642dbf134434383c909a0c_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:ea04b84821f819c6be84ed2b7113b791722aa6cdfd6fe6a119d13120dbc4bc9d_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:f5fdb09d85d227d014a2becde012d9e1ebfb3acf0ef060f27d3f2463332dd9b3_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:867d26b20423114d5bc4874ab26c58e23471a58226ef2e1eebee30f760533f13_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:86af0e4cedd9f906d2c341d0d658f67f4383615213312804b8f52be2a7dff036_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b8d380990acb0184ab685b005e22fb8369139dd8cd6550b4521bd4bc3ca23b40_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b903aa551212a53dccb73a4c78500d0c149b42a6cf7ac2ed1f5332e1ac85cac5_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:0bc86f0e97b943cfbcdc57c4357ff3bebd2b224116b01d36f20d34af20b86d5e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:1ca6fa787c621462fa2c67b9a42b1de67688883af90316475b0df35be3ed805d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:2a1344726d5244ffbd2a4c21c782116aa81efbc1b12466bcd89ef956e43893a1_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:b5fe393f2ea257f218fdf660b394d158e4709ede0e72ba8e3538ffee9659f8fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7c7f00c73c750a146cf71f84bd19e0c94225c363a7aaee2bc2b52b234dd72703_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7cef021919f068f60c37c2e8d9306e22cd915f17098c2aac51d43ede1c92cd81_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d6bef8cb3c830ae821d2f14692e1ce0b70d17c371e1a75d076dcec21b7213e0c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:ed58fd6de76c840d4057e6f89918e737ce5767a71aefb9effbdf5e9de97bb514_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:80b223dbcc37a4b977cfc5b75f999a5b206114cc47feaa5dcd43627dc91303fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:abdcb828bc1f2aaa5ee7211a00b3b7d8d291878ed55b5d2bbab425096625e52f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:be4c337c6f13d6b7a89306374900c4d54ad79e096db4204c0d42d7fa3e823769_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f841bc4678ac23de083707b5c4580fb4c52f84adb7fe0e4c4ef387768b4e6364_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:560507096517a43878dd9ac1f0d7e5b539ef7d50db3e247870c62e059b6ee289_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:a905be27983179f4cc0aa78e6b6b78971ae17bbcd46520fbc234e755cc9c98fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:ad84f6f7bde148dd49f9d633c4b904e52120d293aabd85eed9783f37db0de73e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:c63b3cfe9903840c29a65b061bc0622473bb9681599449bb8c6767fd3ba02880_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:28fc18c45672e4d644b08216d62453bc74a5817fed4b4873c9981984c21f77a8_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:384e639f2ce3e75712a5ee1cc5520161342e9dd1e94444d134d7ad4a39dde279_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:52772f57e167aaf6e54dc104b57a03db4fbbac7fddd65cf54a8b342cf43df20c_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:8e9605f0c3c4bf4f184e220228221367b52ed7609c13b476e6e9df446c35a2ea_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:337beb1ebee34315707d2e40e930e9a107ac156f4201667ae7b90621ea392f66_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:536e89fce8e35644e1ac7d829a4562f76ede60bd8069e92e3b3da17f1702578b_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:5bb6265b605ddf793df6d72732682a8033bbb2443b6333914996b4384df8fcf7_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:6c9c4245686d29afb7f5285e3085969e2ec5283e5bf92bcfb8bc6cae13027724_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9ff441506bc87d94825a4d4f57ff7f2b1e53d343297745b5dd0e4d3ad201f1b2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:a50e8e8276a10fba42491003b40183d8ebcc939a4b215b0bad8d835695b5ab45_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:af3d3edc03257025476cdd0d0b4bfbb14022a0473054db0f868c197f73598f45_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:d0cf00108f8518b3d4d2d04b83ea703941a226803b17bcabcfd89c953bab697b_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:4f86f5c692a497442b54c435e68b0cbf961591a00ebc3a73c364a19da673e34d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:a7060a10a9ab3d992ff150dcbe687dc4328ab3e2debd1351a6d7e0ac2439d89e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:c98dde706025aa5e34c7c43eb74c9e0f747c15c6b25450faed9b97374417157d_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:d0f59e461f21d4c1194c3ff29b5f6b0d6f13e2a26f7f08195a6224c30199c1f2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:16b9d1efa24d3f8bad5bcd9ba29e26f2dd15f8a174de2ba17abd63a6f1306fde_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:1bbbf713c2ff1870779a9b18b3607f0b0a84e7a797a409ab53afe0075da3e7fb_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:aa50d147f3b2bbe58539e676a2eaa7c2ea668adc8b33cc761c21fb2189cecb17_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:f91ecfb52623f05346a0d61007308bbd4059a20a043359e08c362ebd9156b7fa_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:13d591ce11f7e1b3bdfdf2e283d0cd6e57fd2385032175f485309e87f759c055_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:63ff9662f5a1cb5f69f08c38c22119fd202335b2c6a7e540a531fa1413421111_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:677cc576f84ceaba881313e7da183c012b03c4218f9a36f8d2b68806abb8b38d_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dece6dc60c2e2e3f53e16b83c6d62abd09848cbf056ba4e8da2e17520db9568a_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66564"
},
{
"category": "external",
"summary": "RHBZ#2419054",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419054"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66564",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66564"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66564",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66564"
},
{
"category": "external",
"summary": "https://github.com/sigstore/timestamp-authority/commit/0cae34e197d685a14904e0bad135b89d13b69421",
"url": "https://github.com/sigstore/timestamp-authority/commit/0cae34e197d685a14904e0bad135b89d13b69421"
},
{
"category": "external",
"summary": "https://github.com/sigstore/timestamp-authority/security/advisories/GHSA-4qg8-fj49-pxjh",
"url": "https://github.com/sigstore/timestamp-authority/security/advisories/GHSA-4qg8-fj49-pxjh"
}
],
"release_date": "2025-12-04T22:37:13.307000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-05T07:08:51+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1ee6048f584257edcbc764ae87f6375e6ce2d25caf3cc8f98fed981e197816bd_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:6a0d1f472283c686e438dbfbeec826db9d7d95f45f92842c4073f70704860d2f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:bbb93e9ce23fd650f5b19df958390c951c38b72de02c5fec9cfbb3b801e8312f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:ef571581dc01c754dce5ca1dbd360fe86800c14853ce3f535a51d0f438467597_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3825"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:17d540bfc2f5e4f3eb11b25b95dd7860ab1cfccce5814deb301fea08d95072dc_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:716f58c27ecb2a7885406bc866a3c2bb850396f770a556ef1bdaeccedfd24089_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:9ebb96ce55329bcc5f40a92be685329d7ec00bfff00bd5a3605102eb8d6ed719_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cache-rhel9@sha256:c13e60b885afff7a2ee13fac8de563f4886e762406ee2976d5b23ea0ef656078_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:1ee6048f584257edcbc764ae87f6375e6ce2d25caf3cc8f98fed981e197816bd_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:6a0d1f472283c686e438dbfbeec826db9d7d95f45f92842c4073f70704860d2f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:bbb93e9ce23fd650f5b19df958390c951c38b72de02c5fec9cfbb3b801e8312f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel9@sha256:ef571581dc01c754dce5ca1dbd360fe86800c14853ce3f535a51d0f438467597_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:120d93e1cf2a96bfa9d7745b88377651055ebe5595f68b7b4a4bb26f633e8611_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:43efa5a676666dd4ae039ad5518eaf636f5baf8d688d9a4b475822c32ad1ddfb_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:7b0f572c22640568015fbcf42e9e242b2a640b70eb7bec97f00ee6967d0f598f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel9@sha256:a01a2a1e02cffad381ecacab7bf6456ed9a0d1ad589cd0935ec5a4748e341fbe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:27f3be442cf1d9f640657fb6d7cea6b133652226f9a80c3442df226b3cb3c2dc_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:2dd2182f98cb7beb6e8ef7d7fcfe13705501a11d425b99667afcbbfa52fd252a_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:72632d760862fdcfa54a910846b14f652dac23b185f7496c4c43097d537cc2d2_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel9@sha256:8559603458387b13ca544bf7a499fdaad82d18145b612e4e220e53480960dda0_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:98f5998cc667e71dbb51d133d39ae78156ccafa8bf171bd666edfac8de17ccba_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:b6fb02867ebc3be24c68dd24c9178ed17a655a20aa19d477954aae0896c53213_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:d7a11116dca914c661bbe20ecffe56afe6011fae809845859a4ffa2884e4f7db_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel9@sha256:fbb162c6620a1ac010cdd353682b30c6adebaf9a0064d6e3430555f7310c704c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:5949d16546a241366ea103f003c733c875c4616794ba7cca42aebb7c585908ba_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:84469780cc76298499046e7a696b100a0393be411dc14fd8a3878fcedd86220e_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:a0389d20f0c4c08c0e5b6f0a6edd8216658e3957e1e7476c21129b7a36ed2a8d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-events-rhel9@sha256:d1a689ab23343c9fcfa24bf0ab56001971c0ab35a2505d8fa877346326bd8387_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:35412516c9d8d4ddb93f57bb59da160aa6abb11581a1a5df793fcbb8197f2e4f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:bf6075f65fa2cb59af1c5cf9374c8958361c6c41318ae157abfa46a6d6e4d5b2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:d3c24212665bd368c38a2b913b4bf9d8f5eb294ff269c0d5f23ac1c7f4bd6829_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel9@sha256:f3c6e7200e2834f4ed697bcaf8fc01a81bd88ae858d9a3c2b0efc36356ea4d91_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:7c36902406c9dc7a91897ea5fe36ba4e6ee9f6435094016fc21e31c057ba3dd7_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b817e4c5703cd36926371bdf2f276a1557e5c8ea4a57344051e219bb8a707b04_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:b9a9eb524b522e4c6cfc285dd115fd3e0cd7d6268213db3bc066b64a7889e7b0_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel9@sha256:fd5188add10e6586b188efaa19ce094daf5c5c84b07725031d25237c2e93ced2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:0729b53e12e2e4f552e42c30f55c0c2ce7d0399fae6c4aba8f617f5579bc4445_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:2e507b647ca536325992fdd04d046ef960f5b5c3692af18344f86daa09a3741d_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:c9760dad0568725692140149c11ad94534264af8ab87784677a55a8f27d70ebe_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel9@sha256:e3e5f17fd2981ea6bae01080625c0b5aed4bba475271ccd4eb2ff1434d949cc1_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:030a4842de53bfe099677176efc80c9e31f585f944e94ae9991ea84cda38e88b_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:3c9fc3fba4317d85887ecaeb8afa321395dc8b04dc05fa54a12d27abaa0e6087_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:53f5c85f436c8aee0af2297144da6dfe7c9941bcecc3801d514cf6cbfa9f230f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel9@sha256:5b30d53c4fdfc6fdce2a355a39d48cd078d04511aacf2272602a900289d67bee_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:147e26fd0d2470145f4acf8c833ac329b7e288ba1d20f491a89ab1aa3cd39c55_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3189e6a8da6e957085a5dbaba433b0199a354c06b7c27e21d9a5107f67c60ce1_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:364d64cd9c25fbc2a39023c8212c12f9608d84370a72ae8356bfdd34f0d52a2f_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel9@sha256:3b90f58c351e221dfa60c238990c3d7fd3b74f59b806138ddcc18f72baa567ca_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:13f1af9c6dd7fc7862251d0ce5f069d5965649dd90a547a7a09c6d919ad96987_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:90075f5da491adec16eeada609d1f315ae7d97cd414e79b7c8e751d93c0be819_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:99346560c0fcba5270027aca813dab94e862a8c1bb413bf233c53b0488bf1339_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel9@sha256:ebd990cec2d84cc208b9b98b885ed019e1edbae5d660f238b84455d06c18d41c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:12ed2cba86b37cde91db1ffac6d1aadd08b03f06a72406e8c224d4d470a8bf2f_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:3fdb6ca084da38668af018b7058161658271a9e2804f968f8362eab5f4de2d67_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:6c9c65da6a733afefd87391fc9a34c3ab261e6b1e0d0bad5686e193aee826fec_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel9@sha256:c0077f6b619722db02086aa46b7c41af3801dc552af11f4bac90a342fd906881_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:4d2516e88f1ae905b5c27d34324a8d3568870c9ba6072e05a18262cdb3e4b5f3_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:d5893ff6b813926b1ccf6191f447122123c0685aed3bd8496dcd0b628254fedb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e350ec18ab8c8dbae2efc9b4d1000e3ae07abbc093c0492444c80561ca57b046_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel9@sha256:e9ff6d02fb5fc4081bb317fca7930390f54de71920efd3327ae9f9df2b2cd783_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:0823a50cc017274204acfef21c96fdcac9754fe790cac68c6a2725990f2147ef_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:22bbf8889856068363e8a3d07b450f63ba979136d4c61205171a465627135c12_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:2f6f91dfd7b71cad1c6db82835d709d20f4153cf500d60ee32145712af922214_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9@sha256:e2cc1d53875b7ec174fae01f9ee1b0d081b496726f6efe59cfdaf3f52bdb22bb_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:7cd03b4ff79625bc11db9340e69416320b880444c91def4d0768c7b687acc576_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:95801a943ba7d0ec4af53c3cd1177483e649bcd528b5a838a32ad2d860e6503a_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:a08d98ec75520d6b7421a75179c217bac1de0e893105f964325fc618c40b0062_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9@sha256:c3bee1c6e705933ffa2870133fb3264f29e63b12a065b28bab3dcc2c1b52875e_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:1e9a9f1b5ecdab7d074722c860daab977519123fe4385affdfd86d8c7f3c473c_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:253ce9e4ce0dc0045de38340fe487c9dc47b2691befe2ea91e46cc493c6a74f2_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:4a34e3506330e931d7f205b36324c9fd7fe8581fbccfaca897f7c34bbb0df102_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel9@sha256:54e73db973349a7d9ea93b9a419ce8a342cfbf270cbceef5b28fffa578963636_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:71d52625d3aeb19a6109a434b2d6498aa8cfbfb74649ad2cba8837f3fae6e7ac_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:bba510a758d5a70dc133741ccd00d14bcb8fec5a9d642dbf134434383c909a0c_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:ea04b84821f819c6be84ed2b7113b791722aa6cdfd6fe6a119d13120dbc4bc9d_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-pruner-controller-rhel9@sha256:f5fdb09d85d227d014a2becde012d9e1ebfb3acf0ef060f27d3f2463332dd9b3_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:867d26b20423114d5bc4874ab26c58e23471a58226ef2e1eebee30f760533f13_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:86af0e4cedd9f906d2c341d0d658f67f4383615213312804b8f52be2a7dff036_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b8d380990acb0184ab685b005e22fb8369139dd8cd6550b4521bd4bc3ca23b40_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel9@sha256:b903aa551212a53dccb73a4c78500d0c149b42a6cf7ac2ed1f5332e1ac85cac5_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:0bc86f0e97b943cfbcdc57c4357ff3bebd2b224116b01d36f20d34af20b86d5e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:1ca6fa787c621462fa2c67b9a42b1de67688883af90316475b0df35be3ed805d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:2a1344726d5244ffbd2a4c21c782116aa81efbc1b12466bcd89ef956e43893a1_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel9@sha256:b5fe393f2ea257f218fdf660b394d158e4709ede0e72ba8e3538ffee9659f8fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7c7f00c73c750a146cf71f84bd19e0c94225c363a7aaee2bc2b52b234dd72703_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:7cef021919f068f60c37c2e8d9306e22cd915f17098c2aac51d43ede1c92cd81_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:d6bef8cb3c830ae821d2f14692e1ce0b70d17c371e1a75d076dcec21b7213e0c_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-retention-policy-agent-rhel9@sha256:ed58fd6de76c840d4057e6f89918e737ce5767a71aefb9effbdf5e9de97bb514_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:80b223dbcc37a4b977cfc5b75f999a5b206114cc47feaa5dcd43627dc91303fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:abdcb828bc1f2aaa5ee7211a00b3b7d8d291878ed55b5d2bbab425096625e52f_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:be4c337c6f13d6b7a89306374900c4d54ad79e096db4204c0d42d7fa3e823769_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel9@sha256:f841bc4678ac23de083707b5c4580fb4c52f84adb7fe0e4c4ef387768b4e6364_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:560507096517a43878dd9ac1f0d7e5b539ef7d50db3e247870c62e059b6ee289_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:a905be27983179f4cc0aa78e6b6b78971ae17bbcd46520fbc234e755cc9c98fe_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:ad84f6f7bde148dd49f9d633c4b904e52120d293aabd85eed9783f37db0de73e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel9@sha256:c63b3cfe9903840c29a65b061bc0622473bb9681599449bb8c6767fd3ba02880_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:28fc18c45672e4d644b08216d62453bc74a5817fed4b4873c9981984c21f77a8_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:384e639f2ce3e75712a5ee1cc5520161342e9dd1e94444d134d7ad4a39dde279_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:52772f57e167aaf6e54dc104b57a03db4fbbac7fddd65cf54a8b342cf43df20c_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel9@sha256:8e9605f0c3c4bf4f184e220228221367b52ed7609c13b476e6e9df446c35a2ea_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:337beb1ebee34315707d2e40e930e9a107ac156f4201667ae7b90621ea392f66_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:536e89fce8e35644e1ac7d829a4562f76ede60bd8069e92e3b3da17f1702578b_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:5bb6265b605ddf793df6d72732682a8033bbb2443b6333914996b4384df8fcf7_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel9@sha256:6c9c4245686d29afb7f5285e3085969e2ec5283e5bf92bcfb8bc6cae13027724_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:9ff441506bc87d94825a4d4f57ff7f2b1e53d343297745b5dd0e4d3ad201f1b2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:a50e8e8276a10fba42491003b40183d8ebcc939a4b215b0bad8d835695b5ab45_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:af3d3edc03257025476cdd0d0b4bfbb14022a0473054db0f868c197f73598f45_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel9@sha256:d0cf00108f8518b3d4d2d04b83ea703941a226803b17bcabcfd89c953bab697b_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:4f86f5c692a497442b54c435e68b0cbf961591a00ebc3a73c364a19da673e34d_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:a7060a10a9ab3d992ff150dcbe687dc4328ab3e2debd1351a6d7e0ac2439d89e_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:c98dde706025aa5e34c7c43eb74c9e0f747c15c6b25450faed9b97374417157d_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel9@sha256:d0f59e461f21d4c1194c3ff29b5f6b0d6f13e2a26f7f08195a6224c30199c1f2_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:16b9d1efa24d3f8bad5bcd9ba29e26f2dd15f8a174de2ba17abd63a6f1306fde_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:1bbbf713c2ff1870779a9b18b3607f0b0a84e7a797a409ab53afe0075da3e7fb_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:aa50d147f3b2bbe58539e676a2eaa7c2ea668adc8b33cc761c21fb2189cecb17_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel9@sha256:f91ecfb52623f05346a0d61007308bbd4059a20a043359e08c362ebd9156b7fa_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:13d591ce11f7e1b3bdfdf2e283d0cd6e57fd2385032175f485309e87f759c055_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:63ff9662f5a1cb5f69f08c38c22119fd202335b2c6a7e540a531fa1413421111_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:677cc576f84ceaba881313e7da183c012b03c4218f9a36f8d2b68806abb8b38d_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel9@sha256:dece6dc60c2e2e3f53e16b83c6d62abd09848cbf056ba4e8da2e17520db9568a_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/timestamp-authority: Sigstore Timestamp Authority: Denial of Service via excessive OID or Content-Type header parsing"
}
]
}
RHSA-2026:2754
Vulnerability from csaf_redhat - Published: 2026-02-16 15:43 - Updated: 2026-03-18 21:17Notes
{
"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 Quay 3.9.18 is now available with bug fixes.",
"title": "Topic"
},
{
"category": "general",
"text": "Quay 3.9.18",
"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-2026:2754",
"url": "https://access.redhat.com/errata/RHSA-2026:2754"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-34156",
"url": "https://access.redhat.com/security/cve/CVE-2024-34156"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45337",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45338",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-12816",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-52881",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-65945",
"url": "https://access.redhat.com/security/cve/CVE-2025-65945"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66031",
"url": "https://access.redhat.com/security/cve/CVE-2025-66031"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66418",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24049",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_2754.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Quay 3.9.18",
"tracking": {
"current_release_date": "2026-03-18T21:17:04+00:00",
"generator": {
"date": "2026-03-18T21:17:04+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2026:2754",
"initial_release_date": "2026-02-16T15:43:51+00:00",
"revision_history": [
{
"date": "2026-02-16T15:43:51+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-16T17:04:14+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T21:17:04+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Quay 3.9",
"product": {
"name": "Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quay:3.9::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Quay"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256%3A2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770249996"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770223960"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256%3A1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770249993"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770230842"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3A783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770133825"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770991332"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770306794"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256%3A0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770991979"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770133364"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770856103"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3Ac30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1770223960"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1770230842"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3Adbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1770991332"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3Ab3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1770306794"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1770133364"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1770856103"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3Ae2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1770223960"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1770230842"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1770991332"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1770306794"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3Abb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1770133364"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1770856103"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.9"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-34156",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2024-09-06T21:20:09.377905+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2310528"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the encoding/gob package of the Golang standard library. Calling Decoder.Decoding, a message that contains deeply nested structures, can cause a panic due to stack exhaustion. This is a follow-up to CVE-2022-30635.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "encoding/gob: golang: Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in Go\u0027s `encoding/gob` package is of high severity because it exposes applications to potential Denial of Service (DoS) attacks through stack exhaustion. Since `gob` relies on recursive function calls to decode nested structures, an attacker could exploit this by sending crafted messages with excessively deep nesting, causing the application to panic due to stack overflow. This risk is particularly important in scenarios where untrusted or external input is processed, as it can lead to system unavailability or crashes, undermining the reliability and availability of services.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-34156"
},
{
"category": "external",
"summary": "RHBZ#2310528",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2310528"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34156",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34156"
},
{
"category": "external",
"summary": "https://go.dev/cl/611239",
"url": "https://go.dev/cl/611239"
},
{
"category": "external",
"summary": "https://go.dev/issue/69139",
"url": "https://go.dev/issue/69139"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/S9POB9NCTdk",
"url": "https://groups.google.com/g/golang-dev/c/S9POB9NCTdk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3106",
"url": "https://pkg.go.dev/vuln/GO-2024-3106"
}
],
"release_date": "2024-09-06T21:15:12.020000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2754"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "encoding/gob: golang: Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion"
},
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2754"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
},
{
"cve": "CVE-2024-45338",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2024-12-18T21:00:59.938173+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "RHBZ#2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://go.dev/cl/637536",
"url": "https://go.dev/cl/637536"
},
{
"category": "external",
"summary": "https://go.dev/issue/70906",
"url": "https://go.dev/issue/70906"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ",
"url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3333",
"url": "https://pkg.go.dev/vuln/GO-2024-3333"
}
],
"release_date": "2024-12-18T20:38:22.660000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2754"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html"
},
{
"cve": "CVE-2025-12816",
"cwe": {
"id": "CWE-179",
"name": "Incorrect Behavior Order: Early Validation"
},
"discovery_date": "2025-11-25T20:01:05.875196+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417097"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-forge. This vulnerability allows unauthenticated attackers to bypass downstream cryptographic verifications and security decisions via crafting ASN.1 (Abstract Syntax Notation One) structures to desynchronize schema validations, yielding a semantic divergence.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products due to an interpretation conflict in the node-forge library. An unauthenticated attacker could exploit this flaw by crafting malicious ASN.1 structures, leading to a bypass of cryptographic verifications and security decisions in affected applications. This impacts various Red Hat products that utilize node-forge for cryptographic operations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "RHBZ#2417097",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417097"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-12816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12816"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge",
"url": "https://github.com/digitalbazaar/forge"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/pull/1124",
"url": "https://github.com/digitalbazaar/forge/pull/1124"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq"
},
{
"category": "external",
"summary": "https://kb.cert.org/vuls/id/521113",
"url": "https://kb.cert.org/vuls/id/521113"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/node-forge",
"url": "https://www.npmjs.com/package/node-forge"
}
],
"release_date": "2025-11-25T19:15:50.243000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2754"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications"
},
{
"cve": "CVE-2025-52881",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.652000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404715"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "RHBZ#2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/selinux/pull/237",
"url": "https://github.com/opencontainers/selinux/pull/237"
}
],
"release_date": "2025-11-05T09:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2754"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using rootless containers, as doing so will block most of the inadvertent writes (runc would run with reduced privileges, making attempts to write to procfs files ineffective).\n* Based on our analysis, neither AppArmor or SELinux can protect against the full version of the redirected write attack. The container runtime is generally privileged enough to write to arbitrary procfs files, which is more than sufficient to cause a container breakout.",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2754"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2754"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-65945",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2025-12-04T19:01:14.733682+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418904"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in auth0/node-jws. This vulnerability allows improper signature verification via using the HS256 (Hash-based Message Authentication Code using SHA-256) algorithm under specific conditions, where applications use the jws.createVerify() function for HMAC (Keyed-Hash Message Authentication Code) algorithms and user-provided data from the JSON (JavaScript Object Notation) Web Signature protected header or payload in HMAC secret lookup routines.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-jws: auth0/node-jws: Improper signature verification in HS256 algorithm",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-65945"
},
{
"category": "external",
"summary": "RHBZ#2418904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418904"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-65945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65945"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-65945",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65945"
},
{
"category": "external",
"summary": "https://github.com/auth0/node-jws/commit/34c45b2c04434f925b638de6a061de9339c0ea2e",
"url": "https://github.com/auth0/node-jws/commit/34c45b2c04434f925b638de6a061de9339c0ea2e"
},
{
"category": "external",
"summary": "https://github.com/auth0/node-jws/security/advisories/GHSA-869p-cjfg-cm3x",
"url": "https://github.com/auth0/node-jws/security/advisories/GHSA-869p-cjfg-cm3x"
}
],
"release_date": "2025-12-04T18:45:37.517000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2754"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-jws: auth0/node-jws: Improper signature verification in HS256 algorithm"
},
{
"cve": "CVE-2025-66031",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2025-11-26T23:01:36.363253+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417397"
}
],
"notes": [
{
"category": "description",
"text": "An ASN.1 Denial of Service (Dos) vulnerability exists in the node-forge asn1.fromDer function within forge/lib/asn1.js. The ASN.1 DER parser implementation (_fromDer) recurses for every constructed ASN.1 value (SEQUENCE, SET, etc.) and lacks a guard limiting recursion depth. An attacker can craft a small DER blob containing a very large nesting depth of constructed TLVs which causes the Node.js V8 engine to exhaust its call stack and throw RangeError: Maximum call stack size exceeded, crashing or incapacitating the process handling the parse. This is a remote, low-cost Denial-of-Service against applications that parse untrusted ASN.1 objects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: node-forge ASN.1 Unbounded Recursion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66031"
},
{
"category": "external",
"summary": "RHBZ#2417397",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417397"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66031"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66031",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66031"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/commit/260425c6167a38aae038697132483b5517b26451",
"url": "https://github.com/digitalbazaar/forge/commit/260425c6167a38aae038697132483b5517b26451"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-554w-wpv2-vw27",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-554w-wpv2-vw27"
}
],
"release_date": "2025-11-26T22:23:26.013000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2754"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "node-forge: node-forge ASN.1 Unbounded Recursion"
},
{
"cve": "CVE-2025-66418",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-05T17:01:20.277857+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419455"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3 Python library that could lead to a Denial of Service condition. A remote, malicious server can exploit this flaw by responding to a client request with an HTTP message that uses an excessive number of chained compression algorithms. This unlimited decompression chain causes the client system to consume a virtually unbounded amount of CPU resources and memory. The high resource usage leads to service disruption, making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "RHBZ#2419455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66418"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8",
"url": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53"
}
],
"release_date": "2025-12-05T16:02:15.271000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2754"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion"
},
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2754"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
},
{
"cve": "CVE-2026-24049",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-01-22T05:00:54.709179+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431959"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw has been discovered in the python wheel too. The unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the filename from the archive header for the chmod operation, even though the extraction process itself might have sanitized the path. Attackers can craft a malicious wheel file that, when unpacked, changes the permissions of critical system files (e.g., /etc/passwd, SSH keys, config files), allowing for Privilege Escalation or arbitrary code execution by modifying now-writable scripts.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "RHBZ#2431959",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431959"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24049"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef",
"url": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/releases/tag/0.46.2",
"url": "https://github.com/pypa/wheel/releases/tag/0.46.2"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx",
"url": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx"
}
],
"release_date": "2026-01-22T04:02:08.706000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T15:43:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2754"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:23e78fc33f834e7642200ebd89a25f6df96086ebc85b7b796c12defdaf6db55f_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2a0c6197cfdf75f8e61c9b0b87c4ac6698eb2bd74b80a1a18b8aa7e3b58a7b01_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:b3a69da280042a4a49b46b4c5d68fb801fdfb48ca34838ea95f8689bfd7cec7f_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ed8034054fb250e96f4ae309456ad9c91c85a4f48e6bad04ee3a941ddf5bd6d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1afddea1de67e463112304bbcc542ea3d9196007555b081019272d54726500d6_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3697f2c97db2d2bc79bd5497cac707527aa20a515dc8518b2cbe90558d12b9a0_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:7affc63bf40c45403c588abf5dfb1d0f4c5927167a55710bc428fd6162171ed8_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:783306371d102407ac1ed97c329cf370324538c7bfe35476d0530e79472a036b_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:30a5752fa7bfa250cbd36e4d96a2109f539cd8a00b51f6b7e091161ac212b5dd_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:4f8a3dbc431ebd001943b4d2af1a0bd616462e1773e6af87fb03fe0f4e788b2c_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:dbded8952fe20c611f5f0c75df4e4361f71a7416d7e5a9c69f837c6a6f3a55e3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:2d53cc0c05bfa533348e4b4718707688dbfed79f3c6fc2e78b49881c7cd4bd66_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:8087b2f8f5b4b11368129427a054891e7a5cfedfe2a0e403aedc1d4ff0d9a053_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:c30ff14fc21c1656c3dede8d71b5424db37974215fb6ba5941a3c82613527a75_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e2feb4a831e033a4ead342e72357c28e7c0ed7681bdd4c4d150ef1ecf968923b_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:0b79ca52ec69f9ca331876132740653f6ee6c7c01df176268cd581c67d3627e1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:435ec27ca9b4cee51effcb277e34b999f148725a1f2e7b8bde52d76730a41904_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:889a5c7117b71ee4001bfaedbc88bd87055d2969b7d4b232a604e0559d6e39f8_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:bb73f7061e402e9b5beb80afbb4d521d9caa1a3745f8f645d0458e78fe4de592_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:53559b73783776cad55684eaac61524a9c17669cb62b5794737c3e4c5688d874_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8add5a3b448723ff62e1ede9749cc970516a6af55045bd63ede8062b11fe4faf_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:8bd901f9d03817e599a73b4f4355236320bec1b803bd9507383277f27fde4319_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking"
}
]
}
RHSA-2025:23209
Vulnerability from csaf_redhat - Published: 2025-12-15 15:50 - Updated: 2026-03-18 20:44Notes
{
"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 AI Inference Server 3.2.5 (TPU) is now available.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat\u00ae AI Inference Server",
"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:23209",
"url": "https://access.redhat.com/errata/RHSA-2025:23209"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66448",
"url": "https://access.redhat.com/security/cve/CVE-2025-66448"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9230",
"url": "https://access.redhat.com/security/cve/CVE-2025-9230"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9714",
"url": "https://access.redhat.com/security/cve/CVE-2025-9714"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://www.redhat.com/en/products/ai/inference-server",
"url": "https://www.redhat.com/en/products/ai/inference-server"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22868",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22869",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-52565",
"url": "https://access.redhat.com/security/cve/CVE-2025-52565"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-59375",
"url": "https://access.redhat.com/security/cve/CVE-2025-59375"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62372",
"url": "https://access.redhat.com/security/cve/CVE-2025-62372"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62164",
"url": "https://access.redhat.com/security/cve/CVE-2025-62164"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_23209.json"
}
],
"title": "Red Hat Security Advisory: Red Hat AI Inference Server 3.2.5 (TPU)",
"tracking": {
"current_release_date": "2026-03-18T20:44:31+00:00",
"generator": {
"date": "2026-03-18T20:44:31+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2025:23209",
"initial_release_date": "2025-12-15T15:50:15+00:00",
"revision_history": [
{
"date": "2025-12-15T15:50:15+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-12-15T15:50:27+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T20:44:31+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat AI Inference Server 3.2",
"product": {
"name": "Red Hat AI Inference Server 3.2",
"product_id": "Red Hat AI Inference Server 3.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ai_inference_server:3.2::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat AI Inference Server"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64",
"product": {
"name": "registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64",
"product_id": "registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64",
"product_identification_helper": {
"purl": "pkg:oci/vllm-tpu-rhel9@sha256%3A64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534?arch=amd64\u0026repository_url=registry.redhat.io/rhaiis\u0026tag=3.2.5-1765552619"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64 as a component of Red Hat AI Inference Server 3.2",
"product_id": "Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
},
"product_reference": "registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64",
"relates_to_product_reference": "Red Hat AI Inference Server 3.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-9230",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-09-17T12:15:34.387000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396054"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the OpenSSL CMS implementation (RFC 3211 KEK Unwrap). This vulnerability allows memory corruption, an application level denial of service, or potential execution of attacker-supplied code via crafted CMS messages using password-based encryption (PWRI).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: Out-of-bounds read \u0026 write in RFC 3211 KEK Unwrap",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability was rated as Moderate because, while the potential impact includes an application level denial of service and possible arbitrary code execution, successful exploitation is considered unlikely due to the high attack complexity and the fact that password-based CMS encryption (PWRI) is rarely used in real-world deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9230"
},
{
"category": "external",
"summary": "RHBZ#2396054",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396054"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9230",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9230"
}
],
"release_date": "2025-09-30T23:59:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:50:15+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23209",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23209"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: Out-of-bounds read \u0026 write in RFC 3211 KEK Unwrap"
},
{
"cve": "CVE-2025-9714",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2025-09-02T13:03:56.452000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2392605"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libxstl/libxml2. The \u0027exsltDynMapFunction\u0027 function in libexslt/dynamic.c does not contain a recursion depth check, which may cause an infinite loop via a specially crafted XSLT document while handling \u0027dyn:map()\u0027, leading to stack exhaustion and a local denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxslt: libxml2: Inifinite recursion at exsltDynMapFunction function in libexslt/dynamic.c",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "No evidence was found for arbitrary memory corruption through this flaw, limiting its impact to Availability only, and reducing its severity to Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9714"
},
{
"category": "external",
"summary": "RHBZ#2392605",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2392605"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9714"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9714",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9714"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxml2/-/commit/677a42645ef22b5a50741bad5facf9d8a8bc6d21",
"url": "https://gitlab.gnome.org/GNOME/libxml2/-/commit/677a42645ef22b5a50741bad5facf9d8a8bc6d21"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/148",
"url": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/148"
}
],
"release_date": "2025-09-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:50:15+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23209",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23209"
},
{
"category": "workaround",
"details": "The impact of this flaw may be reduced by setting strict resource limits to the stack size of processes at the operational system level. This can be achieved either through the \u0027ulimit\u0027 shell built-in or the \u0027limits.conf\u0027 file.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libxslt: libxml2: Inifinite recursion at exsltDynMapFunction function in libexslt/dynamic.c"
},
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:50:15+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23209",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23209"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-22869",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-02-26T04:00:47.683125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348367"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang.org/x/crypto/ssh package. SSH clients and servers are vulnerable to increased resource consumption, possibly leading to memory exhaustion and a DoS. This can occur during key exchange when the other party is slow to respond during key exchange.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "While this flaw affects both SSH clients and servers implemented with golang.org/x/crypto/ssh, realistically the flaw will only lead to a DoS when transferring large files, greatly reducing the likelihood of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22869"
},
{
"category": "external",
"summary": "RHBZ#2348367",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348367"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22869"
},
{
"category": "external",
"summary": "https://go.dev/cl/652135",
"url": "https://go.dev/cl/652135"
},
{
"category": "external",
"summary": "https://go.dev/issue/71931",
"url": "https://go.dev/issue/71931"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3487",
"url": "https://pkg.go.dev/vuln/GO-2025-3487"
}
],
"release_date": "2025-02-26T03:07:48.855000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:50:15+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23209",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23209"
},
{
"category": "workaround",
"details": "This flaw can be mitigated when using the client only connecting to trusted servers.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh"
},
{
"cve": "CVE-2025-52565",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.653000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404708"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. CVE-2025-52565 is very similar in concept and application toCVE-2025-31133, except that it exploits a flaw in /dev/console\nbind-mounts. When creating the /dev/console bind-mount (to /dev/pts/$n), if an attacker replaces /dev/pts/$n with a symlink then runc will bind-mount the symlink target over /dev/console.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: container escape with malicious config due to /dev/console mount and related races",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52565"
},
{
"category": "external",
"summary": "RHBZ#2404708",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404708"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52565"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52565",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52565"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-qw9x-cqr3-wc7r",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-qw9x-cqr3-wc7r"
}
],
"release_date": "2025-11-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:50:15+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23209",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23209"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using user namespaces, with the host root user not mapped into the container\u0027s namespace. procfs file permissions are managed using Unix DAC and thus user namespaces stop a container process from being able to write to them.\n* Not running as a root user in the container (this includes disabling setuid binaries with noNewPrivileges). As above, procfs file permissions are managed using Unix DAC and thus non-root users cannot write to them.\n* The default SELinux policy should mitigate this issue, as the /dev/console bind-mount does not re-label the mount and so the container process should not be able to write to unsafe procfs files. However, CVE-2025-52881 allows an attacker to bypass LSM labels, and so this mitigation is not helpful when considered in combination with CVE-2025-52881.\n* The default AppArmor profile used by most runtimes will NOT help mitigate this issue, as /dev/console access is permitted. You could create a custom profile that blocks access to /dev/console, but such a profile might break regular containers. In addition, CVE-2025-52881 allows an attacker to bypass LSM labels, and so that mitigation is not helpful when considered in combination with CVE-2025-52881.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: container escape with malicious config due to /dev/console mount and related races"
},
{
"cve": "CVE-2025-59375",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-15T03:00:59.775098+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2395108"
}
],
"notes": [
{
"category": "description",
"text": "A memory amplification vulnerability in libexpat allows attackers to trigger excessive dynamic memory allocations by submitting specially crafted XML input. A small input (~250 KiB) can cause the parser to allocate hundreds of megabytes, leading to denial-of-service (DoS) through memory exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is Important rather than Critical because, while it allows for significant resource exhaustion leading to denial-of-service (DoS), it does not enable arbitrary code execution, data leakage, or privilege escalation. The vulnerability stems from an uncontrolled memory amplification behavior in libexpat\u2019s parser, where a relatively small XML payload can cause disproportionately large heap allocations. However, the flaw is limited in scope to service disruption and requires the attacker to submit a crafted XML document\u2014something that can be mitigated with proper input validation and memory usage limits. Therefore, while the exploitability is high, the impact is confined to availability, not confidentiality or integrity, making it a high-severity but not critical flaw.\n\nIn Firefox and Thunderbird, where libexpat is a transitive userspace dependency, exploitation usually just crashes the application (app-level DoS), so it is classify as Moderate instead of Important.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59375"
},
{
"category": "external",
"summary": "RHBZ#2395108",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395108"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59375"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59375",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59375"
},
{
"category": "external",
"summary": "https://github.com/libexpat/libexpat/blob/676a4c531ec768732fac215da9730b5f50fbd2bf/expat/Changes#L45-L74",
"url": "https://github.com/libexpat/libexpat/blob/676a4c531ec768732fac215da9730b5f50fbd2bf/expat/Changes#L45-L74"
},
{
"category": "external",
"summary": "https://github.com/libexpat/libexpat/issues/1018",
"url": "https://github.com/libexpat/libexpat/issues/1018"
},
{
"category": "external",
"summary": "https://github.com/libexpat/libexpat/pull/1034",
"url": "https://github.com/libexpat/libexpat/pull/1034"
},
{
"category": "external",
"summary": "https://issues.oss-fuzz.com/issues/439133977",
"url": "https://issues.oss-fuzz.com/issues/439133977"
}
],
"release_date": "2025-09-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:50:15+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23209",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23209"
},
{
"category": "workaround",
"details": "To mitigate the issue, limit XML input size and complexity before parsing, and avoid accepting compressed or deeply nested XML. Use OS-level resource controls (like ulimit or setrlimit()) to cap memory usage, or run the parser in a sandboxed or isolated process with strict memory and CPU limits. This helps prevent denial-of-service by containing excessive resource consumption.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "expat: libexpat in Expat allows attackers to trigger large dynamic memory allocations via a small document that is submitted for parsing"
},
{
"cve": "CVE-2025-62164",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-11-21T02:01:11.280042+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2416282"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability in vLLM allows attackers to supply malicious serialized prompt-embedding tensors that are deserialized using torch.load() without validation. Due to PyTorch 2.8.0 disabling sparse-tensor integrity checks by default, a crafted tensor can bypass bounds checks and cause an out-of-bounds write during to_dense(), leading to a crash (DoS) and potentially remote code execution on the vLLM server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: VLLM deserialization vulnerability leading to DoS and potential RCE",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is considered important rather than moderate because it involves unsafe deserialization leading to memory corruption in a network-reachable, unauthenticated API path. Unlike typical moderate flaws that may only allow limited DoS or require specific conditions, this issue allows an attacker to supply a crafted sparse tensor that triggers an out-of-bounds memory write during PyTorch\u2019s to_dense() conversion. Memory corruption in a server process handling untrusted input significantly elevates security risk because it can lead not only to a reliable crash but also to potential remote code execution, enabling full compromise of the vLLM service. Additionally, the affected code path is part of the standard Completions API workflow, making the attack surface broadly exposed in real deployments. The combination of remote exploitability, unauthenticated access, memory corruption, and potential RCE clearly positions this issue above a moderate classification and into an important severity level.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62164"
},
{
"category": "external",
"summary": "RHBZ#2416282",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2416282"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62164",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62164"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62164",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62164"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b",
"url": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/27204",
"url": "https://github.com/vllm-project/vllm/pull/27204"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-mrw7-hf4f-83pf",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-mrw7-hf4f-83pf"
}
],
"release_date": "2025-11-21T01:18:38.803000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:50:15+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23209",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23209"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vllm: VLLM deserialization vulnerability leading to DoS and potential RCE"
},
{
"cve": "CVE-2025-62372",
"cwe": {
"id": "CWE-129",
"name": "Improper Validation of Array Index"
},
"discovery_date": "2025-11-21T02:00:57.180567+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2416280"
}
],
"notes": [
{
"category": "description",
"text": "A denial-of-service vulnerability in vLLM allows an attacker with API access to crash the engine by submitting multimodal embedding tensors that have the correct number of dimensions but an invalid internal shape. Because vLLM validates only the tensor\u2019s ndim and not the full expected shape, malformed embeddings trigger shape mismatches or validation failures during processing, causing the inference engine to terminate.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: vLLM vulnerable to DoS with incorrect shape of multimodal embedding inputs",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is rated Moderate rather than Important because its impact is strictly limited to availability and requires low but existing privileges to exploit. The issue arises from incomplete shape validation of multimodal embedding tensors, which can cause deterministic crashes in the inference engine, but it does not enable memory corruption, data leakage, integrity compromise, or execution of arbitrary code. Exploitation requires an authenticated or API-key-holding user to submit malformed multimodal inputs, meaning it cannot be triggered by an unauthenticated attacker on an exposed endpoint. Additionally, the failure mode is a clean crash rather than undefined behavior, so the blast radius is constrained to service interruption rather than broader systemic compromise. These factors\u2014PR:L requirement, no confidentiality/integrity impact, deterministic failure mode, and scoped DoS only\u2014technically align the issue with Moderate severity instead of an Important flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62372"
},
{
"category": "external",
"summary": "RHBZ#2416280",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2416280"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62372"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62372",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62372"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b",
"url": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/27204",
"url": "https://github.com/vllm-project/vllm/pull/27204"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/6613",
"url": "https://github.com/vllm-project/vllm/pull/6613"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-pmqf-x6x8-p7qw",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-pmqf-x6x8-p7qw"
}
],
"release_date": "2025-11-21T01:22:37.121000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:50:15+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23209",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23209"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vllm: vLLM vulnerable to DoS with incorrect shape of multimodal embedding inputs"
},
{
"cve": "CVE-2025-66448",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2025-12-01T23:01:07.198041+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418152"
}
],
"notes": [
{
"category": "description",
"text": "A remote code execution vulnerability has been identified in vLLM. An attacker can exploit a weakness in the model loading process to silently fetch and run unauthorized, malicious Python code on the host system. This happens because the engine mistakenly executes code from a remote repository referenced in a model\u0027s configuration, even when explicit security measures are set to prevent it.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: vLLM: Remote Code Execution via malicious model configuration",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat because vLLM, when deployed in a Red Hat environment, is susceptible to remote code execution. An attacker can craft a malicious model configuration that, when loaded, fetches and executes arbitrary Python code from a remote repository, even if `trust_remote_code` is explicitly set to `False`.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66448"
},
{
"category": "external",
"summary": "RHBZ#2418152",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418152"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66448",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66448"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66448",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66448"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/ffb08379d8870a1a81ba82b72797f196838d0c86",
"url": "https://github.com/vllm-project/vllm/commit/ffb08379d8870a1a81ba82b72797f196838d0c86"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/28126",
"url": "https://github.com/vllm-project/vllm/pull/28126"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-8fr4-5q9j-m8gm",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-8fr4-5q9j-m8gm"
}
],
"release_date": "2025-12-01T22:45:42.566000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:50:15+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23209",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23209"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vllm: vLLM: Remote Code Execution via malicious model configuration"
},
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-12-15T15:50:15+00:00",
"details": "For more information visit https://access.redhat.com/errata/RHSA-2025:23209",
"product_ids": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:23209"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat AI Inference Server 3.2:registry.redhat.io/rhaiis/vllm-tpu-rhel9@sha256:64796b48c68d31973a08e22c9530c39b1bc3ba9f376bbefa57643ef0fc857534_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
}
]
}
RHSA-2026:1517
Vulnerability from csaf_redhat - Published: 2026-01-28 22:40 - Updated: 2026-03-18 20:45Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Updated images are now available for Red Hat Advanced Cluster Security\n(RHACS), which typically include new features, bug fixes, and/or\nsecurity patches.",
"title": "Topic"
},
{
"category": "general",
"text": "See the release notes (link in the references section) for a\ndescription of the fixes and enhancements in this particular release.",
"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-2026:1517",
"url": "https://access.redhat.com/errata/RHSA-2026:1517"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-12816",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-15284",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66031",
"url": "https://access.redhat.com/security/cve/CVE-2025-66031"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66564",
"url": "https://access.redhat.com/security/cve/CVE-2025-66564"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68428",
"url": "https://access.redhat.com/security/cve/CVE-2025-68428"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68973",
"url": "https://access.redhat.com/security/cve/CVE-2025-68973"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22029",
"url": "https://access.redhat.com/security/cve/CVE-2026-22029"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_security_for_kubernetes/4.8/html-single/release_notes/index#about-this-release-488_release-notes-48",
"url": "https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_security_for_kubernetes/4.8/html-single/release_notes/index#about-this-release-488_release-notes-48"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_1517.json"
}
],
"title": "Red Hat Security Advisory: RHACS 4.8.8 security and bug fix update",
"tracking": {
"current_release_date": "2026-03-18T20:45:58+00:00",
"generator": {
"date": "2026-03-18T20:45:58+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2026:1517",
"initial_release_date": "2026-01-28T22:40:02+00:00",
"revision_history": [
{
"date": "2026-01-28T22:40:02+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-28T22:40:11+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T20:45:58+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product": {
"name": "Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:advanced_cluster_security:4.8::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Advanced Cluster Security for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:189126988989d9ea557c1356386ee5a7443d5cb01717e0d974f0603a2b659130_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:189126988989d9ea557c1356386ee5a7443d5cb01717e0d974f0603a2b659130_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:189126988989d9ea557c1356386ee5a7443d5cb01717e0d974f0603a2b659130_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256%3A189126988989d9ea557c1356386ee5a7443d5cb01717e0d974f0603a2b659130?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769615659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:ca3b14d4dc352c45cfab525c2c4e2c703c46a948022634b1d023ac27fbf57f89_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:ca3b14d4dc352c45cfab525c2c4e2c703c46a948022634b1d023ac27fbf57f89_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:ca3b14d4dc352c45cfab525c2c4e2c703c46a948022634b1d023ac27fbf57f89_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256%3Aca3b14d4dc352c45cfab525c2c4e2c703c46a948022634b1d023ac27fbf57f89?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769010086"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:438b4904d97ca6cd51284955f284c0b078af30859460eb1ed608e20535ccc2c8_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:438b4904d97ca6cd51284955f284c0b078af30859460eb1ed608e20535ccc2c8_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:438b4904d97ca6cd51284955f284c0b078af30859460eb1ed608e20535ccc2c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256%3A438b4904d97ca6cd51284955f284c0b078af30859460eb1ed608e20535ccc2c8?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769615659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f23f9417f4dc4631bb2ab5e51e95d3a28ea7511f96a12f5d717353db4a1b40cd_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f23f9417f4dc4631bb2ab5e51e95d3a28ea7511f96a12f5d717353db4a1b40cd_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f23f9417f4dc4631bb2ab5e51e95d3a28ea7511f96a12f5d717353db4a1b40cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256%3Af23f9417f4dc4631bb2ab5e51e95d3a28ea7511f96a12f5d717353db4a1b40cd?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769615659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:b22341e8dfba8b10b70f21f3b597c02874bae485c07517402db0930397d82688_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:b22341e8dfba8b10b70f21f3b597c02874bae485c07517402db0930397d82688_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:b22341e8dfba8b10b70f21f3b597c02874bae485c07517402db0930397d82688_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256%3Ab22341e8dfba8b10b70f21f3b597c02874bae485c07517402db0930397d82688?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769615659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d353cd9e8305138cc186affd8d68256061ca2113208c8969a5b0fa7b4c1eab24_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d353cd9e8305138cc186affd8d68256061ca2113208c8969a5b0fa7b4c1eab24_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d353cd9e8305138cc186affd8d68256061ca2113208c8969a5b0fa7b4c1eab24_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256%3Ad353cd9e8305138cc186affd8d68256061ca2113208c8969a5b0fa7b4c1eab24?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769615659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:c7a63ddb83702fc56250aaf0bf090db1038d7d29eb6025b6e9bc717e3cb3ced4_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:c7a63ddb83702fc56250aaf0bf090db1038d7d29eb6025b6e9bc717e3cb3ced4_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:c7a63ddb83702fc56250aaf0bf090db1038d7d29eb6025b6e9bc717e3cb3ced4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256%3Ac7a63ddb83702fc56250aaf0bf090db1038d7d29eb6025b6e9bc717e3cb3ced4?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769125501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9386cdac44378229ee4bbae348924e496738eadbb30a5a338886280a5361c91a_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9386cdac44378229ee4bbae348924e496738eadbb30a5a338886280a5361c91a_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9386cdac44378229ee4bbae348924e496738eadbb30a5a338886280a5361c91a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256%3A9386cdac44378229ee4bbae348924e496738eadbb30a5a338886280a5361c91a?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769125501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb98140ad6ba3fe2b9fee5f59130671b490cf2849f5fb68a2abc51748d97ff8d_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb98140ad6ba3fe2b9fee5f59130671b490cf2849f5fb68a2abc51748d97ff8d_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb98140ad6ba3fe2b9fee5f59130671b490cf2849f5fb68a2abc51748d97ff8d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256%3Aeb98140ad6ba3fe2b9fee5f59130671b490cf2849f5fb68a2abc51748d97ff8d?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769125501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8e4a29ad6b0e226e055bc56ef73b751a94f35fe06e83cf021b1a23204fab64cd_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8e4a29ad6b0e226e055bc56ef73b751a94f35fe06e83cf021b1a23204fab64cd_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8e4a29ad6b0e226e055bc56ef73b751a94f35fe06e83cf021b1a23204fab64cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256%3A8e4a29ad6b0e226e055bc56ef73b751a94f35fe06e83cf021b1a23204fab64cd?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769125501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4586e2f4308662e5ff54d15fb4a7839982fd59a74a7e0534b7df0537c65da3e7_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4586e2f4308662e5ff54d15fb4a7839982fd59a74a7e0534b7df0537c65da3e7_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4586e2f4308662e5ff54d15fb4a7839982fd59a74a7e0534b7df0537c65da3e7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256%3A4586e2f4308662e5ff54d15fb4a7839982fd59a74a7e0534b7df0537c65da3e7?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769615659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b160193dd2e7612a7cd95e2f3e2863fae06c51b29afe8e67d57fa80ec703884_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b160193dd2e7612a7cd95e2f3e2863fae06c51b29afe8e67d57fa80ec703884_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b160193dd2e7612a7cd95e2f3e2863fae06c51b29afe8e67d57fa80ec703884_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256%3A1b160193dd2e7612a7cd95e2f3e2863fae06c51b29afe8e67d57fa80ec703884?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769615659"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eaea088de3ff04166ec467b67d70f55662a2917441d3d9d4e8dd39677031bc4c_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eaea088de3ff04166ec467b67d70f55662a2917441d3d9d4e8dd39677031bc4c_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eaea088de3ff04166ec467b67d70f55662a2917441d3d9d4e8dd39677031bc4c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256%3Aeaea088de3ff04166ec467b67d70f55662a2917441d3d9d4e8dd39677031bc4c?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769615659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5271f61b08c3c593db3285d7d68014792440944ee38c2fff1839f2d401cc27ad_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5271f61b08c3c593db3285d7d68014792440944ee38c2fff1839f2d401cc27ad_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5271f61b08c3c593db3285d7d68014792440944ee38c2fff1839f2d401cc27ad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256%3A5271f61b08c3c593db3285d7d68014792440944ee38c2fff1839f2d401cc27ad?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769010086"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2b5ba43a096f738c776e4fc95ac5afabbe1b80826c7350f85f0ca5987f412406_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2b5ba43a096f738c776e4fc95ac5afabbe1b80826c7350f85f0ca5987f412406_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2b5ba43a096f738c776e4fc95ac5afabbe1b80826c7350f85f0ca5987f412406_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256%3A2b5ba43a096f738c776e4fc95ac5afabbe1b80826c7350f85f0ca5987f412406?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769615659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ffc6d43eb11c5cc4672b73597b6cfe0dce6356f40777f4ab2dc26aa1f74cf957_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ffc6d43eb11c5cc4672b73597b6cfe0dce6356f40777f4ab2dc26aa1f74cf957_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ffc6d43eb11c5cc4672b73597b6cfe0dce6356f40777f4ab2dc26aa1f74cf957_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256%3Affc6d43eb11c5cc4672b73597b6cfe0dce6356f40777f4ab2dc26aa1f74cf957?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769615659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:cfa4cd81826c4f945fdb2900aa16028919ad0737beb15c424162a34c1f86a46b_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:cfa4cd81826c4f945fdb2900aa16028919ad0737beb15c424162a34c1f86a46b_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:cfa4cd81826c4f945fdb2900aa16028919ad0737beb15c424162a34c1f86a46b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256%3Acfa4cd81826c4f945fdb2900aa16028919ad0737beb15c424162a34c1f86a46b?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769615659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:87359ad896ce3ecce5da9763a34f18b0481cbad50b4f3b0130b948e57645f818_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:87359ad896ce3ecce5da9763a34f18b0481cbad50b4f3b0130b948e57645f818_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:87359ad896ce3ecce5da9763a34f18b0481cbad50b4f3b0130b948e57645f818_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256%3A87359ad896ce3ecce5da9763a34f18b0481cbad50b4f3b0130b948e57645f818?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769125501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b60ce2debac0fa9a6f0a125775df71c175aa1a0d25489cc63e1caf98464fb6b3_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b60ce2debac0fa9a6f0a125775df71c175aa1a0d25489cc63e1caf98464fb6b3_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b60ce2debac0fa9a6f0a125775df71c175aa1a0d25489cc63e1caf98464fb6b3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256%3Ab60ce2debac0fa9a6f0a125775df71c175aa1a0d25489cc63e1caf98464fb6b3?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769125501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:d480afc91510b9422e2d227813052a6a25a759bdd0fee683e399d3dcfa08ab29_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:d480afc91510b9422e2d227813052a6a25a759bdd0fee683e399d3dcfa08ab29_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:d480afc91510b9422e2d227813052a6a25a759bdd0fee683e399d3dcfa08ab29_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256%3Ad480afc91510b9422e2d227813052a6a25a759bdd0fee683e399d3dcfa08ab29?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769125501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1ae07e2c03ed0497812c7f716d05358367bcd6aec9f25141658a86cba4f9361e_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1ae07e2c03ed0497812c7f716d05358367bcd6aec9f25141658a86cba4f9361e_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1ae07e2c03ed0497812c7f716d05358367bcd6aec9f25141658a86cba4f9361e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256%3A1ae07e2c03ed0497812c7f716d05358367bcd6aec9f25141658a86cba4f9361e?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769125501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c69235da18dcccc515f64615d6e2313423520cff6c3d32b87b2c3e1f1069ffa3_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c69235da18dcccc515f64615d6e2313423520cff6c3d32b87b2c3e1f1069ffa3_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c69235da18dcccc515f64615d6e2313423520cff6c3d32b87b2c3e1f1069ffa3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256%3Ac69235da18dcccc515f64615d6e2313423520cff6c3d32b87b2c3e1f1069ffa3?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769615659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e7e8edfbe4e6a55628f4d161d42d375f41e45e9bac792e1d33aadb3dbcafe471_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e7e8edfbe4e6a55628f4d161d42d375f41e45e9bac792e1d33aadb3dbcafe471_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e7e8edfbe4e6a55628f4d161d42d375f41e45e9bac792e1d33aadb3dbcafe471_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256%3Ae7e8edfbe4e6a55628f4d161d42d375f41e45e9bac792e1d33aadb3dbcafe471?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769615659"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db0681aece90f0ecbd6cebe7dbc60ba59f02258a27cdae938752a7e9dbaf475d_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db0681aece90f0ecbd6cebe7dbc60ba59f02258a27cdae938752a7e9dbaf475d_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db0681aece90f0ecbd6cebe7dbc60ba59f02258a27cdae938752a7e9dbaf475d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256%3Adb0681aece90f0ecbd6cebe7dbc60ba59f02258a27cdae938752a7e9dbaf475d?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769615659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:97949783533ac35c4c48c3bdfcb5306853779e82b101e52fdc2f95923d4d071f_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:97949783533ac35c4c48c3bdfcb5306853779e82b101e52fdc2f95923d4d071f_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:97949783533ac35c4c48c3bdfcb5306853779e82b101e52fdc2f95923d4d071f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256%3A97949783533ac35c4c48c3bdfcb5306853779e82b101e52fdc2f95923d4d071f?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769010086"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:fe5172976364ca5ef1bd83d25b5a51497d51782ef30706ccbceae3db64d10019_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:fe5172976364ca5ef1bd83d25b5a51497d51782ef30706ccbceae3db64d10019_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:fe5172976364ca5ef1bd83d25b5a51497d51782ef30706ccbceae3db64d10019_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256%3Afe5172976364ca5ef1bd83d25b5a51497d51782ef30706ccbceae3db64d10019?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769615659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:074255ff15e39c96ccb0dac16df03a8f3066afa4f2f6d81588e11d0cff5f7dd6_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:074255ff15e39c96ccb0dac16df03a8f3066afa4f2f6d81588e11d0cff5f7dd6_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:074255ff15e39c96ccb0dac16df03a8f3066afa4f2f6d81588e11d0cff5f7dd6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256%3A074255ff15e39c96ccb0dac16df03a8f3066afa4f2f6d81588e11d0cff5f7dd6?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769615659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:678b96caceeb30a64c2f43395ab291e3035fa122d46eb9d2289e77bfc6b4c3b2_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:678b96caceeb30a64c2f43395ab291e3035fa122d46eb9d2289e77bfc6b4c3b2_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:678b96caceeb30a64c2f43395ab291e3035fa122d46eb9d2289e77bfc6b4c3b2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256%3A678b96caceeb30a64c2f43395ab291e3035fa122d46eb9d2289e77bfc6b4c3b2?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769615659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:14f23c5a1b81122d6c019ee470617da0e4597b9aac42c008797c0be8a0c14b45_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:14f23c5a1b81122d6c019ee470617da0e4597b9aac42c008797c0be8a0c14b45_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:14f23c5a1b81122d6c019ee470617da0e4597b9aac42c008797c0be8a0c14b45_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256%3A14f23c5a1b81122d6c019ee470617da0e4597b9aac42c008797c0be8a0c14b45?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769125501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f5a834aae45dabf73e50ef426ac18c2a4737c99373aa8705b60778cfa6faebe4_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f5a834aae45dabf73e50ef426ac18c2a4737c99373aa8705b60778cfa6faebe4_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f5a834aae45dabf73e50ef426ac18c2a4737c99373aa8705b60778cfa6faebe4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256%3Af5a834aae45dabf73e50ef426ac18c2a4737c99373aa8705b60778cfa6faebe4?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769125501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e292fc02185514b2e246e4ca7e23572bf24d64b72bb503e80b5f43411d6dd585_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e292fc02185514b2e246e4ca7e23572bf24d64b72bb503e80b5f43411d6dd585_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e292fc02185514b2e246e4ca7e23572bf24d64b72bb503e80b5f43411d6dd585_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256%3Ae292fc02185514b2e246e4ca7e23572bf24d64b72bb503e80b5f43411d6dd585?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769125501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:deea39a769a89ac2ac4ea6470d4865de5802331e36b81ac167526b7cd92713fa_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:deea39a769a89ac2ac4ea6470d4865de5802331e36b81ac167526b7cd92713fa_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:deea39a769a89ac2ac4ea6470d4865de5802331e36b81ac167526b7cd92713fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256%3Adeea39a769a89ac2ac4ea6470d4865de5802331e36b81ac167526b7cd92713fa?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769125501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ec4c412b018affc913dd6e50fa1ecaba47993619102a235572d30eb354af3599_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ec4c412b018affc913dd6e50fa1ecaba47993619102a235572d30eb354af3599_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ec4c412b018affc913dd6e50fa1ecaba47993619102a235572d30eb354af3599_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256%3Aec4c412b018affc913dd6e50fa1ecaba47993619102a235572d30eb354af3599?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769615659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f7687becdf95ecf98b9fadbc501163c3bc2f4b1906fd59c19ad6717a1897f8e8_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f7687becdf95ecf98b9fadbc501163c3bc2f4b1906fd59c19ad6717a1897f8e8_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f7687becdf95ecf98b9fadbc501163c3bc2f4b1906fd59c19ad6717a1897f8e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256%3Af7687becdf95ecf98b9fadbc501163c3bc2f4b1906fd59c19ad6717a1897f8e8?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769615659"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:452b98b484516602e84835289b97d3ce5bfea4de66996fc66381a74e5f47ab44_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:452b98b484516602e84835289b97d3ce5bfea4de66996fc66381a74e5f47ab44_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:452b98b484516602e84835289b97d3ce5bfea4de66996fc66381a74e5f47ab44_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256%3A452b98b484516602e84835289b97d3ce5bfea4de66996fc66381a74e5f47ab44?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769615659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:69cbd0e1ffe7abde1ac760e74088a5f98c529fa22b426dd15de013c7308bf325_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:69cbd0e1ffe7abde1ac760e74088a5f98c529fa22b426dd15de013c7308bf325_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:69cbd0e1ffe7abde1ac760e74088a5f98c529fa22b426dd15de013c7308bf325_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256%3A69cbd0e1ffe7abde1ac760e74088a5f98c529fa22b426dd15de013c7308bf325?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769010086"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f96217aeff1a39024700537986dca70ce7e94949c91c3da815dc715ef6588044_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f96217aeff1a39024700537986dca70ce7e94949c91c3da815dc715ef6588044_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f96217aeff1a39024700537986dca70ce7e94949c91c3da815dc715ef6588044_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256%3Af96217aeff1a39024700537986dca70ce7e94949c91c3da815dc715ef6588044?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769615659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:194bed8ce4509622b1802b5b6c528e34c4fa610e7ca2894d2c5a34874e1e393f_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:194bed8ce4509622b1802b5b6c528e34c4fa610e7ca2894d2c5a34874e1e393f_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:194bed8ce4509622b1802b5b6c528e34c4fa610e7ca2894d2c5a34874e1e393f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256%3A194bed8ce4509622b1802b5b6c528e34c4fa610e7ca2894d2c5a34874e1e393f?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769615659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:dcfa45646e951547da04021f3f35d7262a95f565366a1c5ebbf12532f783f686_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:dcfa45646e951547da04021f3f35d7262a95f565366a1c5ebbf12532f783f686_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:dcfa45646e951547da04021f3f35d7262a95f565366a1c5ebbf12532f783f686_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256%3Adcfa45646e951547da04021f3f35d7262a95f565366a1c5ebbf12532f783f686?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769615659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5180c88b2677bb366aea5af964bf40c1bad8bbf4c33cefaba87ce6c22e9e8e17_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5180c88b2677bb366aea5af964bf40c1bad8bbf4c33cefaba87ce6c22e9e8e17_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5180c88b2677bb366aea5af964bf40c1bad8bbf4c33cefaba87ce6c22e9e8e17_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256%3A5180c88b2677bb366aea5af964bf40c1bad8bbf4c33cefaba87ce6c22e9e8e17?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769125501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:cc3f28d099d73edfd4a234b5c6bdd52299a7b3fec9b25275aca413b64c9320e3_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:cc3f28d099d73edfd4a234b5c6bdd52299a7b3fec9b25275aca413b64c9320e3_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:cc3f28d099d73edfd4a234b5c6bdd52299a7b3fec9b25275aca413b64c9320e3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256%3Acc3f28d099d73edfd4a234b5c6bdd52299a7b3fec9b25275aca413b64c9320e3?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769125501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:670450f25d9a48e836d7ea6196f7da036dde40a13c87ac4e56821a6c255820b1_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:670450f25d9a48e836d7ea6196f7da036dde40a13c87ac4e56821a6c255820b1_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:670450f25d9a48e836d7ea6196f7da036dde40a13c87ac4e56821a6c255820b1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256%3A670450f25d9a48e836d7ea6196f7da036dde40a13c87ac4e56821a6c255820b1?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769125501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d5242d47d9ce958769e5986d54eee1522b19341677ef2051bfea3c72b4b86ce5_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d5242d47d9ce958769e5986d54eee1522b19341677ef2051bfea3c72b4b86ce5_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d5242d47d9ce958769e5986d54eee1522b19341677ef2051bfea3c72b4b86ce5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256%3Ad5242d47d9ce958769e5986d54eee1522b19341677ef2051bfea3c72b4b86ce5?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769125501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:1c5cb619fc844a48f79d2996d8c2239bab7077845d404184515d4e7df7afdc6e_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:1c5cb619fc844a48f79d2996d8c2239bab7077845d404184515d4e7df7afdc6e_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:1c5cb619fc844a48f79d2996d8c2239bab7077845d404184515d4e7df7afdc6e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256%3A1c5cb619fc844a48f79d2996d8c2239bab7077845d404184515d4e7df7afdc6e?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769615659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1a3802e374386dd277f1e806a0cc7cdd9327dd57900df2e8af373acb0501a862_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1a3802e374386dd277f1e806a0cc7cdd9327dd57900df2e8af373acb0501a862_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1a3802e374386dd277f1e806a0cc7cdd9327dd57900df2e8af373acb0501a862_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256%3A1a3802e374386dd277f1e806a0cc7cdd9327dd57900df2e8af373acb0501a862?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769615659"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:189126988989d9ea557c1356386ee5a7443d5cb01717e0d974f0603a2b659130_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:189126988989d9ea557c1356386ee5a7443d5cb01717e0d974f0603a2b659130_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:189126988989d9ea557c1356386ee5a7443d5cb01717e0d974f0603a2b659130_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:452b98b484516602e84835289b97d3ce5bfea4de66996fc66381a74e5f47ab44_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:452b98b484516602e84835289b97d3ce5bfea4de66996fc66381a74e5f47ab44_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:452b98b484516602e84835289b97d3ce5bfea4de66996fc66381a74e5f47ab44_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db0681aece90f0ecbd6cebe7dbc60ba59f02258a27cdae938752a7e9dbaf475d_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db0681aece90f0ecbd6cebe7dbc60ba59f02258a27cdae938752a7e9dbaf475d_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db0681aece90f0ecbd6cebe7dbc60ba59f02258a27cdae938752a7e9dbaf475d_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eaea088de3ff04166ec467b67d70f55662a2917441d3d9d4e8dd39677031bc4c_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eaea088de3ff04166ec467b67d70f55662a2917441d3d9d4e8dd39677031bc4c_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eaea088de3ff04166ec467b67d70f55662a2917441d3d9d4e8dd39677031bc4c_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5271f61b08c3c593db3285d7d68014792440944ee38c2fff1839f2d401cc27ad_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5271f61b08c3c593db3285d7d68014792440944ee38c2fff1839f2d401cc27ad_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5271f61b08c3c593db3285d7d68014792440944ee38c2fff1839f2d401cc27ad_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:69cbd0e1ffe7abde1ac760e74088a5f98c529fa22b426dd15de013c7308bf325_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:69cbd0e1ffe7abde1ac760e74088a5f98c529fa22b426dd15de013c7308bf325_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:69cbd0e1ffe7abde1ac760e74088a5f98c529fa22b426dd15de013c7308bf325_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:97949783533ac35c4c48c3bdfcb5306853779e82b101e52fdc2f95923d4d071f_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:97949783533ac35c4c48c3bdfcb5306853779e82b101e52fdc2f95923d4d071f_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:97949783533ac35c4c48c3bdfcb5306853779e82b101e52fdc2f95923d4d071f_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:ca3b14d4dc352c45cfab525c2c4e2c703c46a948022634b1d023ac27fbf57f89_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:ca3b14d4dc352c45cfab525c2c4e2c703c46a948022634b1d023ac27fbf57f89_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:ca3b14d4dc352c45cfab525c2c4e2c703c46a948022634b1d023ac27fbf57f89_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2b5ba43a096f738c776e4fc95ac5afabbe1b80826c7350f85f0ca5987f412406_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2b5ba43a096f738c776e4fc95ac5afabbe1b80826c7350f85f0ca5987f412406_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2b5ba43a096f738c776e4fc95ac5afabbe1b80826c7350f85f0ca5987f412406_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:438b4904d97ca6cd51284955f284c0b078af30859460eb1ed608e20535ccc2c8_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:438b4904d97ca6cd51284955f284c0b078af30859460eb1ed608e20535ccc2c8_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:438b4904d97ca6cd51284955f284c0b078af30859460eb1ed608e20535ccc2c8_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f96217aeff1a39024700537986dca70ce7e94949c91c3da815dc715ef6588044_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f96217aeff1a39024700537986dca70ce7e94949c91c3da815dc715ef6588044_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f96217aeff1a39024700537986dca70ce7e94949c91c3da815dc715ef6588044_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:fe5172976364ca5ef1bd83d25b5a51497d51782ef30706ccbceae3db64d10019_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:fe5172976364ca5ef1bd83d25b5a51497d51782ef30706ccbceae3db64d10019_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:fe5172976364ca5ef1bd83d25b5a51497d51782ef30706ccbceae3db64d10019_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:b22341e8dfba8b10b70f21f3b597c02874bae485c07517402db0930397d82688_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:b22341e8dfba8b10b70f21f3b597c02874bae485c07517402db0930397d82688_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:b22341e8dfba8b10b70f21f3b597c02874bae485c07517402db0930397d82688_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:074255ff15e39c96ccb0dac16df03a8f3066afa4f2f6d81588e11d0cff5f7dd6_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:074255ff15e39c96ccb0dac16df03a8f3066afa4f2f6d81588e11d0cff5f7dd6_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:074255ff15e39c96ccb0dac16df03a8f3066afa4f2f6d81588e11d0cff5f7dd6_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:194bed8ce4509622b1802b5b6c528e34c4fa610e7ca2894d2c5a34874e1e393f_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:194bed8ce4509622b1802b5b6c528e34c4fa610e7ca2894d2c5a34874e1e393f_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:194bed8ce4509622b1802b5b6c528e34c4fa610e7ca2894d2c5a34874e1e393f_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f23f9417f4dc4631bb2ab5e51e95d3a28ea7511f96a12f5d717353db4a1b40cd_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f23f9417f4dc4631bb2ab5e51e95d3a28ea7511f96a12f5d717353db4a1b40cd_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f23f9417f4dc4631bb2ab5e51e95d3a28ea7511f96a12f5d717353db4a1b40cd_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ffc6d43eb11c5cc4672b73597b6cfe0dce6356f40777f4ab2dc26aa1f74cf957_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ffc6d43eb11c5cc4672b73597b6cfe0dce6356f40777f4ab2dc26aa1f74cf957_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ffc6d43eb11c5cc4672b73597b6cfe0dce6356f40777f4ab2dc26aa1f74cf957_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:678b96caceeb30a64c2f43395ab291e3035fa122d46eb9d2289e77bfc6b4c3b2_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:678b96caceeb30a64c2f43395ab291e3035fa122d46eb9d2289e77bfc6b4c3b2_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:678b96caceeb30a64c2f43395ab291e3035fa122d46eb9d2289e77bfc6b4c3b2_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:cfa4cd81826c4f945fdb2900aa16028919ad0737beb15c424162a34c1f86a46b_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:cfa4cd81826c4f945fdb2900aa16028919ad0737beb15c424162a34c1f86a46b_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:cfa4cd81826c4f945fdb2900aa16028919ad0737beb15c424162a34c1f86a46b_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d353cd9e8305138cc186affd8d68256061ca2113208c8969a5b0fa7b4c1eab24_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d353cd9e8305138cc186affd8d68256061ca2113208c8969a5b0fa7b4c1eab24_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d353cd9e8305138cc186affd8d68256061ca2113208c8969a5b0fa7b4c1eab24_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:dcfa45646e951547da04021f3f35d7262a95f565366a1c5ebbf12532f783f686_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:dcfa45646e951547da04021f3f35d7262a95f565366a1c5ebbf12532f783f686_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:dcfa45646e951547da04021f3f35d7262a95f565366a1c5ebbf12532f783f686_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9386cdac44378229ee4bbae348924e496738eadbb30a5a338886280a5361c91a_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9386cdac44378229ee4bbae348924e496738eadbb30a5a338886280a5361c91a_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9386cdac44378229ee4bbae348924e496738eadbb30a5a338886280a5361c91a_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b60ce2debac0fa9a6f0a125775df71c175aa1a0d25489cc63e1caf98464fb6b3_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b60ce2debac0fa9a6f0a125775df71c175aa1a0d25489cc63e1caf98464fb6b3_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b60ce2debac0fa9a6f0a125775df71c175aa1a0d25489cc63e1caf98464fb6b3_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:cc3f28d099d73edfd4a234b5c6bdd52299a7b3fec9b25275aca413b64c9320e3_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:cc3f28d099d73edfd4a234b5c6bdd52299a7b3fec9b25275aca413b64c9320e3_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:cc3f28d099d73edfd4a234b5c6bdd52299a7b3fec9b25275aca413b64c9320e3_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f5a834aae45dabf73e50ef426ac18c2a4737c99373aa8705b60778cfa6faebe4_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f5a834aae45dabf73e50ef426ac18c2a4737c99373aa8705b60778cfa6faebe4_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f5a834aae45dabf73e50ef426ac18c2a4737c99373aa8705b60778cfa6faebe4_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:670450f25d9a48e836d7ea6196f7da036dde40a13c87ac4e56821a6c255820b1_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:670450f25d9a48e836d7ea6196f7da036dde40a13c87ac4e56821a6c255820b1_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:670450f25d9a48e836d7ea6196f7da036dde40a13c87ac4e56821a6c255820b1_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:d480afc91510b9422e2d227813052a6a25a759bdd0fee683e399d3dcfa08ab29_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:d480afc91510b9422e2d227813052a6a25a759bdd0fee683e399d3dcfa08ab29_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:d480afc91510b9422e2d227813052a6a25a759bdd0fee683e399d3dcfa08ab29_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e292fc02185514b2e246e4ca7e23572bf24d64b72bb503e80b5f43411d6dd585_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e292fc02185514b2e246e4ca7e23572bf24d64b72bb503e80b5f43411d6dd585_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e292fc02185514b2e246e4ca7e23572bf24d64b72bb503e80b5f43411d6dd585_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb98140ad6ba3fe2b9fee5f59130671b490cf2849f5fb68a2abc51748d97ff8d_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb98140ad6ba3fe2b9fee5f59130671b490cf2849f5fb68a2abc51748d97ff8d_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb98140ad6ba3fe2b9fee5f59130671b490cf2849f5fb68a2abc51748d97ff8d_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:14f23c5a1b81122d6c019ee470617da0e4597b9aac42c008797c0be8a0c14b45_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:14f23c5a1b81122d6c019ee470617da0e4597b9aac42c008797c0be8a0c14b45_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:14f23c5a1b81122d6c019ee470617da0e4597b9aac42c008797c0be8a0c14b45_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5180c88b2677bb366aea5af964bf40c1bad8bbf4c33cefaba87ce6c22e9e8e17_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5180c88b2677bb366aea5af964bf40c1bad8bbf4c33cefaba87ce6c22e9e8e17_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5180c88b2677bb366aea5af964bf40c1bad8bbf4c33cefaba87ce6c22e9e8e17_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:87359ad896ce3ecce5da9763a34f18b0481cbad50b4f3b0130b948e57645f818_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:87359ad896ce3ecce5da9763a34f18b0481cbad50b4f3b0130b948e57645f818_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:87359ad896ce3ecce5da9763a34f18b0481cbad50b4f3b0130b948e57645f818_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:c7a63ddb83702fc56250aaf0bf090db1038d7d29eb6025b6e9bc717e3cb3ced4_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:c7a63ddb83702fc56250aaf0bf090db1038d7d29eb6025b6e9bc717e3cb3ced4_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:c7a63ddb83702fc56250aaf0bf090db1038d7d29eb6025b6e9bc717e3cb3ced4_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1ae07e2c03ed0497812c7f716d05358367bcd6aec9f25141658a86cba4f9361e_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1ae07e2c03ed0497812c7f716d05358367bcd6aec9f25141658a86cba4f9361e_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1ae07e2c03ed0497812c7f716d05358367bcd6aec9f25141658a86cba4f9361e_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8e4a29ad6b0e226e055bc56ef73b751a94f35fe06e83cf021b1a23204fab64cd_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8e4a29ad6b0e226e055bc56ef73b751a94f35fe06e83cf021b1a23204fab64cd_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8e4a29ad6b0e226e055bc56ef73b751a94f35fe06e83cf021b1a23204fab64cd_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d5242d47d9ce958769e5986d54eee1522b19341677ef2051bfea3c72b4b86ce5_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d5242d47d9ce958769e5986d54eee1522b19341677ef2051bfea3c72b4b86ce5_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d5242d47d9ce958769e5986d54eee1522b19341677ef2051bfea3c72b4b86ce5_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:deea39a769a89ac2ac4ea6470d4865de5802331e36b81ac167526b7cd92713fa_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:deea39a769a89ac2ac4ea6470d4865de5802331e36b81ac167526b7cd92713fa_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:deea39a769a89ac2ac4ea6470d4865de5802331e36b81ac167526b7cd92713fa_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1a3802e374386dd277f1e806a0cc7cdd9327dd57900df2e8af373acb0501a862_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1a3802e374386dd277f1e806a0cc7cdd9327dd57900df2e8af373acb0501a862_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1a3802e374386dd277f1e806a0cc7cdd9327dd57900df2e8af373acb0501a862_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b160193dd2e7612a7cd95e2f3e2863fae06c51b29afe8e67d57fa80ec703884_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b160193dd2e7612a7cd95e2f3e2863fae06c51b29afe8e67d57fa80ec703884_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b160193dd2e7612a7cd95e2f3e2863fae06c51b29afe8e67d57fa80ec703884_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e7e8edfbe4e6a55628f4d161d42d375f41e45e9bac792e1d33aadb3dbcafe471_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e7e8edfbe4e6a55628f4d161d42d375f41e45e9bac792e1d33aadb3dbcafe471_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e7e8edfbe4e6a55628f4d161d42d375f41e45e9bac792e1d33aadb3dbcafe471_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f7687becdf95ecf98b9fadbc501163c3bc2f4b1906fd59c19ad6717a1897f8e8_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f7687becdf95ecf98b9fadbc501163c3bc2f4b1906fd59c19ad6717a1897f8e8_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f7687becdf95ecf98b9fadbc501163c3bc2f4b1906fd59c19ad6717a1897f8e8_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:1c5cb619fc844a48f79d2996d8c2239bab7077845d404184515d4e7df7afdc6e_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:1c5cb619fc844a48f79d2996d8c2239bab7077845d404184515d4e7df7afdc6e_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:1c5cb619fc844a48f79d2996d8c2239bab7077845d404184515d4e7df7afdc6e_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4586e2f4308662e5ff54d15fb4a7839982fd59a74a7e0534b7df0537c65da3e7_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4586e2f4308662e5ff54d15fb4a7839982fd59a74a7e0534b7df0537c65da3e7_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4586e2f4308662e5ff54d15fb4a7839982fd59a74a7e0534b7df0537c65da3e7_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c69235da18dcccc515f64615d6e2313423520cff6c3d32b87b2c3e1f1069ffa3_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c69235da18dcccc515f64615d6e2313423520cff6c3d32b87b2c3e1f1069ffa3_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c69235da18dcccc515f64615d6e2313423520cff6c3d32b87b2c3e1f1069ffa3_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ec4c412b018affc913dd6e50fa1ecaba47993619102a235572d30eb354af3599_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.8",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ec4c412b018affc913dd6e50fa1ecaba47993619102a235572d30eb354af3599_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ec4c412b018affc913dd6e50fa1ecaba47993619102a235572d30eb354af3599_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.8"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-12816",
"cwe": {
"id": "CWE-179",
"name": "Incorrect Behavior Order: Early Validation"
},
"discovery_date": "2025-11-25T20:01:05.875196+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:189126988989d9ea557c1356386ee5a7443d5cb01717e0d974f0603a2b659130_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:452b98b484516602e84835289b97d3ce5bfea4de66996fc66381a74e5f47ab44_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db0681aece90f0ecbd6cebe7dbc60ba59f02258a27cdae938752a7e9dbaf475d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eaea088de3ff04166ec467b67d70f55662a2917441d3d9d4e8dd39677031bc4c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5271f61b08c3c593db3285d7d68014792440944ee38c2fff1839f2d401cc27ad_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:69cbd0e1ffe7abde1ac760e74088a5f98c529fa22b426dd15de013c7308bf325_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:97949783533ac35c4c48c3bdfcb5306853779e82b101e52fdc2f95923d4d071f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:ca3b14d4dc352c45cfab525c2c4e2c703c46a948022634b1d023ac27fbf57f89_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:b22341e8dfba8b10b70f21f3b597c02874bae485c07517402db0930397d82688_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:074255ff15e39c96ccb0dac16df03a8f3066afa4f2f6d81588e11d0cff5f7dd6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:194bed8ce4509622b1802b5b6c528e34c4fa610e7ca2894d2c5a34874e1e393f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f23f9417f4dc4631bb2ab5e51e95d3a28ea7511f96a12f5d717353db4a1b40cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ffc6d43eb11c5cc4672b73597b6cfe0dce6356f40777f4ab2dc26aa1f74cf957_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:678b96caceeb30a64c2f43395ab291e3035fa122d46eb9d2289e77bfc6b4c3b2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:cfa4cd81826c4f945fdb2900aa16028919ad0737beb15c424162a34c1f86a46b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d353cd9e8305138cc186affd8d68256061ca2113208c8969a5b0fa7b4c1eab24_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:dcfa45646e951547da04021f3f35d7262a95f565366a1c5ebbf12532f783f686_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9386cdac44378229ee4bbae348924e496738eadbb30a5a338886280a5361c91a_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b60ce2debac0fa9a6f0a125775df71c175aa1a0d25489cc63e1caf98464fb6b3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:cc3f28d099d73edfd4a234b5c6bdd52299a7b3fec9b25275aca413b64c9320e3_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f5a834aae45dabf73e50ef426ac18c2a4737c99373aa8705b60778cfa6faebe4_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:670450f25d9a48e836d7ea6196f7da036dde40a13c87ac4e56821a6c255820b1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:d480afc91510b9422e2d227813052a6a25a759bdd0fee683e399d3dcfa08ab29_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e292fc02185514b2e246e4ca7e23572bf24d64b72bb503e80b5f43411d6dd585_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb98140ad6ba3fe2b9fee5f59130671b490cf2849f5fb68a2abc51748d97ff8d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:14f23c5a1b81122d6c019ee470617da0e4597b9aac42c008797c0be8a0c14b45_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5180c88b2677bb366aea5af964bf40c1bad8bbf4c33cefaba87ce6c22e9e8e17_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:87359ad896ce3ecce5da9763a34f18b0481cbad50b4f3b0130b948e57645f818_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:c7a63ddb83702fc56250aaf0bf090db1038d7d29eb6025b6e9bc717e3cb3ced4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1ae07e2c03ed0497812c7f716d05358367bcd6aec9f25141658a86cba4f9361e_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8e4a29ad6b0e226e055bc56ef73b751a94f35fe06e83cf021b1a23204fab64cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d5242d47d9ce958769e5986d54eee1522b19341677ef2051bfea3c72b4b86ce5_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:deea39a769a89ac2ac4ea6470d4865de5802331e36b81ac167526b7cd92713fa_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1a3802e374386dd277f1e806a0cc7cdd9327dd57900df2e8af373acb0501a862_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b160193dd2e7612a7cd95e2f3e2863fae06c51b29afe8e67d57fa80ec703884_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e7e8edfbe4e6a55628f4d161d42d375f41e45e9bac792e1d33aadb3dbcafe471_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f7687becdf95ecf98b9fadbc501163c3bc2f4b1906fd59c19ad6717a1897f8e8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:1c5cb619fc844a48f79d2996d8c2239bab7077845d404184515d4e7df7afdc6e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4586e2f4308662e5ff54d15fb4a7839982fd59a74a7e0534b7df0537c65da3e7_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c69235da18dcccc515f64615d6e2313423520cff6c3d32b87b2c3e1f1069ffa3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ec4c412b018affc913dd6e50fa1ecaba47993619102a235572d30eb354af3599_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417097"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-forge. This vulnerability allows unauthenticated attackers to bypass downstream cryptographic verifications and security decisions via crafting ASN.1 (Abstract Syntax Notation One) structures to desynchronize schema validations, yielding a semantic divergence.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products due to an interpretation conflict in the node-forge library. An unauthenticated attacker could exploit this flaw by crafting malicious ASN.1 structures, leading to a bypass of cryptographic verifications and security decisions in affected applications. This impacts various Red Hat products that utilize node-forge for cryptographic operations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2b5ba43a096f738c776e4fc95ac5afabbe1b80826c7350f85f0ca5987f412406_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:438b4904d97ca6cd51284955f284c0b078af30859460eb1ed608e20535ccc2c8_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f96217aeff1a39024700537986dca70ce7e94949c91c3da815dc715ef6588044_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:fe5172976364ca5ef1bd83d25b5a51497d51782ef30706ccbceae3db64d10019_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:189126988989d9ea557c1356386ee5a7443d5cb01717e0d974f0603a2b659130_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:452b98b484516602e84835289b97d3ce5bfea4de66996fc66381a74e5f47ab44_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db0681aece90f0ecbd6cebe7dbc60ba59f02258a27cdae938752a7e9dbaf475d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eaea088de3ff04166ec467b67d70f55662a2917441d3d9d4e8dd39677031bc4c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5271f61b08c3c593db3285d7d68014792440944ee38c2fff1839f2d401cc27ad_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:69cbd0e1ffe7abde1ac760e74088a5f98c529fa22b426dd15de013c7308bf325_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:97949783533ac35c4c48c3bdfcb5306853779e82b101e52fdc2f95923d4d071f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:ca3b14d4dc352c45cfab525c2c4e2c703c46a948022634b1d023ac27fbf57f89_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:b22341e8dfba8b10b70f21f3b597c02874bae485c07517402db0930397d82688_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:074255ff15e39c96ccb0dac16df03a8f3066afa4f2f6d81588e11d0cff5f7dd6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:194bed8ce4509622b1802b5b6c528e34c4fa610e7ca2894d2c5a34874e1e393f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f23f9417f4dc4631bb2ab5e51e95d3a28ea7511f96a12f5d717353db4a1b40cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ffc6d43eb11c5cc4672b73597b6cfe0dce6356f40777f4ab2dc26aa1f74cf957_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:678b96caceeb30a64c2f43395ab291e3035fa122d46eb9d2289e77bfc6b4c3b2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:cfa4cd81826c4f945fdb2900aa16028919ad0737beb15c424162a34c1f86a46b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d353cd9e8305138cc186affd8d68256061ca2113208c8969a5b0fa7b4c1eab24_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:dcfa45646e951547da04021f3f35d7262a95f565366a1c5ebbf12532f783f686_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9386cdac44378229ee4bbae348924e496738eadbb30a5a338886280a5361c91a_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b60ce2debac0fa9a6f0a125775df71c175aa1a0d25489cc63e1caf98464fb6b3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:cc3f28d099d73edfd4a234b5c6bdd52299a7b3fec9b25275aca413b64c9320e3_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f5a834aae45dabf73e50ef426ac18c2a4737c99373aa8705b60778cfa6faebe4_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:670450f25d9a48e836d7ea6196f7da036dde40a13c87ac4e56821a6c255820b1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:d480afc91510b9422e2d227813052a6a25a759bdd0fee683e399d3dcfa08ab29_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e292fc02185514b2e246e4ca7e23572bf24d64b72bb503e80b5f43411d6dd585_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb98140ad6ba3fe2b9fee5f59130671b490cf2849f5fb68a2abc51748d97ff8d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:14f23c5a1b81122d6c019ee470617da0e4597b9aac42c008797c0be8a0c14b45_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5180c88b2677bb366aea5af964bf40c1bad8bbf4c33cefaba87ce6c22e9e8e17_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:87359ad896ce3ecce5da9763a34f18b0481cbad50b4f3b0130b948e57645f818_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:c7a63ddb83702fc56250aaf0bf090db1038d7d29eb6025b6e9bc717e3cb3ced4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1ae07e2c03ed0497812c7f716d05358367bcd6aec9f25141658a86cba4f9361e_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8e4a29ad6b0e226e055bc56ef73b751a94f35fe06e83cf021b1a23204fab64cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d5242d47d9ce958769e5986d54eee1522b19341677ef2051bfea3c72b4b86ce5_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:deea39a769a89ac2ac4ea6470d4865de5802331e36b81ac167526b7cd92713fa_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1a3802e374386dd277f1e806a0cc7cdd9327dd57900df2e8af373acb0501a862_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b160193dd2e7612a7cd95e2f3e2863fae06c51b29afe8e67d57fa80ec703884_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e7e8edfbe4e6a55628f4d161d42d375f41e45e9bac792e1d33aadb3dbcafe471_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f7687becdf95ecf98b9fadbc501163c3bc2f4b1906fd59c19ad6717a1897f8e8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:1c5cb619fc844a48f79d2996d8c2239bab7077845d404184515d4e7df7afdc6e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4586e2f4308662e5ff54d15fb4a7839982fd59a74a7e0534b7df0537c65da3e7_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c69235da18dcccc515f64615d6e2313423520cff6c3d32b87b2c3e1f1069ffa3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ec4c412b018affc913dd6e50fa1ecaba47993619102a235572d30eb354af3599_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "RHBZ#2417097",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417097"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-12816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12816"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge",
"url": "https://github.com/digitalbazaar/forge"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/pull/1124",
"url": "https://github.com/digitalbazaar/forge/pull/1124"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq"
},
{
"category": "external",
"summary": "https://kb.cert.org/vuls/id/521113",
"url": "https://kb.cert.org/vuls/id/521113"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/node-forge",
"url": "https://www.npmjs.com/package/node-forge"
}
],
"release_date": "2025-11-25T19:15:50.243000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-28T22:40:02+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2b5ba43a096f738c776e4fc95ac5afabbe1b80826c7350f85f0ca5987f412406_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:438b4904d97ca6cd51284955f284c0b078af30859460eb1ed608e20535ccc2c8_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f96217aeff1a39024700537986dca70ce7e94949c91c3da815dc715ef6588044_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:fe5172976364ca5ef1bd83d25b5a51497d51782ef30706ccbceae3db64d10019_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1517"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:189126988989d9ea557c1356386ee5a7443d5cb01717e0d974f0603a2b659130_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:452b98b484516602e84835289b97d3ce5bfea4de66996fc66381a74e5f47ab44_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db0681aece90f0ecbd6cebe7dbc60ba59f02258a27cdae938752a7e9dbaf475d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eaea088de3ff04166ec467b67d70f55662a2917441d3d9d4e8dd39677031bc4c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5271f61b08c3c593db3285d7d68014792440944ee38c2fff1839f2d401cc27ad_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:69cbd0e1ffe7abde1ac760e74088a5f98c529fa22b426dd15de013c7308bf325_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:97949783533ac35c4c48c3bdfcb5306853779e82b101e52fdc2f95923d4d071f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:ca3b14d4dc352c45cfab525c2c4e2c703c46a948022634b1d023ac27fbf57f89_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2b5ba43a096f738c776e4fc95ac5afabbe1b80826c7350f85f0ca5987f412406_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:438b4904d97ca6cd51284955f284c0b078af30859460eb1ed608e20535ccc2c8_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f96217aeff1a39024700537986dca70ce7e94949c91c3da815dc715ef6588044_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:fe5172976364ca5ef1bd83d25b5a51497d51782ef30706ccbceae3db64d10019_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:b22341e8dfba8b10b70f21f3b597c02874bae485c07517402db0930397d82688_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:074255ff15e39c96ccb0dac16df03a8f3066afa4f2f6d81588e11d0cff5f7dd6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:194bed8ce4509622b1802b5b6c528e34c4fa610e7ca2894d2c5a34874e1e393f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f23f9417f4dc4631bb2ab5e51e95d3a28ea7511f96a12f5d717353db4a1b40cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ffc6d43eb11c5cc4672b73597b6cfe0dce6356f40777f4ab2dc26aa1f74cf957_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:678b96caceeb30a64c2f43395ab291e3035fa122d46eb9d2289e77bfc6b4c3b2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:cfa4cd81826c4f945fdb2900aa16028919ad0737beb15c424162a34c1f86a46b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d353cd9e8305138cc186affd8d68256061ca2113208c8969a5b0fa7b4c1eab24_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:dcfa45646e951547da04021f3f35d7262a95f565366a1c5ebbf12532f783f686_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9386cdac44378229ee4bbae348924e496738eadbb30a5a338886280a5361c91a_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b60ce2debac0fa9a6f0a125775df71c175aa1a0d25489cc63e1caf98464fb6b3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:cc3f28d099d73edfd4a234b5c6bdd52299a7b3fec9b25275aca413b64c9320e3_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f5a834aae45dabf73e50ef426ac18c2a4737c99373aa8705b60778cfa6faebe4_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:670450f25d9a48e836d7ea6196f7da036dde40a13c87ac4e56821a6c255820b1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:d480afc91510b9422e2d227813052a6a25a759bdd0fee683e399d3dcfa08ab29_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e292fc02185514b2e246e4ca7e23572bf24d64b72bb503e80b5f43411d6dd585_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb98140ad6ba3fe2b9fee5f59130671b490cf2849f5fb68a2abc51748d97ff8d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:14f23c5a1b81122d6c019ee470617da0e4597b9aac42c008797c0be8a0c14b45_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5180c88b2677bb366aea5af964bf40c1bad8bbf4c33cefaba87ce6c22e9e8e17_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:87359ad896ce3ecce5da9763a34f18b0481cbad50b4f3b0130b948e57645f818_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:c7a63ddb83702fc56250aaf0bf090db1038d7d29eb6025b6e9bc717e3cb3ced4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1ae07e2c03ed0497812c7f716d05358367bcd6aec9f25141658a86cba4f9361e_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8e4a29ad6b0e226e055bc56ef73b751a94f35fe06e83cf021b1a23204fab64cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d5242d47d9ce958769e5986d54eee1522b19341677ef2051bfea3c72b4b86ce5_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:deea39a769a89ac2ac4ea6470d4865de5802331e36b81ac167526b7cd92713fa_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1a3802e374386dd277f1e806a0cc7cdd9327dd57900df2e8af373acb0501a862_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b160193dd2e7612a7cd95e2f3e2863fae06c51b29afe8e67d57fa80ec703884_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e7e8edfbe4e6a55628f4d161d42d375f41e45e9bac792e1d33aadb3dbcafe471_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f7687becdf95ecf98b9fadbc501163c3bc2f4b1906fd59c19ad6717a1897f8e8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:1c5cb619fc844a48f79d2996d8c2239bab7077845d404184515d4e7df7afdc6e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4586e2f4308662e5ff54d15fb4a7839982fd59a74a7e0534b7df0537c65da3e7_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c69235da18dcccc515f64615d6e2313423520cff6c3d32b87b2c3e1f1069ffa3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ec4c412b018affc913dd6e50fa1ecaba47993619102a235572d30eb354af3599_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:189126988989d9ea557c1356386ee5a7443d5cb01717e0d974f0603a2b659130_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:452b98b484516602e84835289b97d3ce5bfea4de66996fc66381a74e5f47ab44_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db0681aece90f0ecbd6cebe7dbc60ba59f02258a27cdae938752a7e9dbaf475d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eaea088de3ff04166ec467b67d70f55662a2917441d3d9d4e8dd39677031bc4c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5271f61b08c3c593db3285d7d68014792440944ee38c2fff1839f2d401cc27ad_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:69cbd0e1ffe7abde1ac760e74088a5f98c529fa22b426dd15de013c7308bf325_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:97949783533ac35c4c48c3bdfcb5306853779e82b101e52fdc2f95923d4d071f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:ca3b14d4dc352c45cfab525c2c4e2c703c46a948022634b1d023ac27fbf57f89_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2b5ba43a096f738c776e4fc95ac5afabbe1b80826c7350f85f0ca5987f412406_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:438b4904d97ca6cd51284955f284c0b078af30859460eb1ed608e20535ccc2c8_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f96217aeff1a39024700537986dca70ce7e94949c91c3da815dc715ef6588044_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:fe5172976364ca5ef1bd83d25b5a51497d51782ef30706ccbceae3db64d10019_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:b22341e8dfba8b10b70f21f3b597c02874bae485c07517402db0930397d82688_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:074255ff15e39c96ccb0dac16df03a8f3066afa4f2f6d81588e11d0cff5f7dd6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:194bed8ce4509622b1802b5b6c528e34c4fa610e7ca2894d2c5a34874e1e393f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f23f9417f4dc4631bb2ab5e51e95d3a28ea7511f96a12f5d717353db4a1b40cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ffc6d43eb11c5cc4672b73597b6cfe0dce6356f40777f4ab2dc26aa1f74cf957_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:678b96caceeb30a64c2f43395ab291e3035fa122d46eb9d2289e77bfc6b4c3b2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:cfa4cd81826c4f945fdb2900aa16028919ad0737beb15c424162a34c1f86a46b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d353cd9e8305138cc186affd8d68256061ca2113208c8969a5b0fa7b4c1eab24_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:dcfa45646e951547da04021f3f35d7262a95f565366a1c5ebbf12532f783f686_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9386cdac44378229ee4bbae348924e496738eadbb30a5a338886280a5361c91a_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b60ce2debac0fa9a6f0a125775df71c175aa1a0d25489cc63e1caf98464fb6b3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:cc3f28d099d73edfd4a234b5c6bdd52299a7b3fec9b25275aca413b64c9320e3_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f5a834aae45dabf73e50ef426ac18c2a4737c99373aa8705b60778cfa6faebe4_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:670450f25d9a48e836d7ea6196f7da036dde40a13c87ac4e56821a6c255820b1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:d480afc91510b9422e2d227813052a6a25a759bdd0fee683e399d3dcfa08ab29_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e292fc02185514b2e246e4ca7e23572bf24d64b72bb503e80b5f43411d6dd585_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb98140ad6ba3fe2b9fee5f59130671b490cf2849f5fb68a2abc51748d97ff8d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:14f23c5a1b81122d6c019ee470617da0e4597b9aac42c008797c0be8a0c14b45_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5180c88b2677bb366aea5af964bf40c1bad8bbf4c33cefaba87ce6c22e9e8e17_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:87359ad896ce3ecce5da9763a34f18b0481cbad50b4f3b0130b948e57645f818_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:c7a63ddb83702fc56250aaf0bf090db1038d7d29eb6025b6e9bc717e3cb3ced4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1ae07e2c03ed0497812c7f716d05358367bcd6aec9f25141658a86cba4f9361e_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8e4a29ad6b0e226e055bc56ef73b751a94f35fe06e83cf021b1a23204fab64cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d5242d47d9ce958769e5986d54eee1522b19341677ef2051bfea3c72b4b86ce5_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:deea39a769a89ac2ac4ea6470d4865de5802331e36b81ac167526b7cd92713fa_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1a3802e374386dd277f1e806a0cc7cdd9327dd57900df2e8af373acb0501a862_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b160193dd2e7612a7cd95e2f3e2863fae06c51b29afe8e67d57fa80ec703884_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e7e8edfbe4e6a55628f4d161d42d375f41e45e9bac792e1d33aadb3dbcafe471_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f7687becdf95ecf98b9fadbc501163c3bc2f4b1906fd59c19ad6717a1897f8e8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:1c5cb619fc844a48f79d2996d8c2239bab7077845d404184515d4e7df7afdc6e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4586e2f4308662e5ff54d15fb4a7839982fd59a74a7e0534b7df0537c65da3e7_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c69235da18dcccc515f64615d6e2313423520cff6c3d32b87b2c3e1f1069ffa3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ec4c412b018affc913dd6e50fa1ecaba47993619102a235572d30eb354af3599_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications"
},
{
"cve": "CVE-2025-15284",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-29T23:00:58.541337+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:189126988989d9ea557c1356386ee5a7443d5cb01717e0d974f0603a2b659130_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:452b98b484516602e84835289b97d3ce5bfea4de66996fc66381a74e5f47ab44_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db0681aece90f0ecbd6cebe7dbc60ba59f02258a27cdae938752a7e9dbaf475d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eaea088de3ff04166ec467b67d70f55662a2917441d3d9d4e8dd39677031bc4c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5271f61b08c3c593db3285d7d68014792440944ee38c2fff1839f2d401cc27ad_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:69cbd0e1ffe7abde1ac760e74088a5f98c529fa22b426dd15de013c7308bf325_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:97949783533ac35c4c48c3bdfcb5306853779e82b101e52fdc2f95923d4d071f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:ca3b14d4dc352c45cfab525c2c4e2c703c46a948022634b1d023ac27fbf57f89_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:b22341e8dfba8b10b70f21f3b597c02874bae485c07517402db0930397d82688_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:074255ff15e39c96ccb0dac16df03a8f3066afa4f2f6d81588e11d0cff5f7dd6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:194bed8ce4509622b1802b5b6c528e34c4fa610e7ca2894d2c5a34874e1e393f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f23f9417f4dc4631bb2ab5e51e95d3a28ea7511f96a12f5d717353db4a1b40cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ffc6d43eb11c5cc4672b73597b6cfe0dce6356f40777f4ab2dc26aa1f74cf957_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:678b96caceeb30a64c2f43395ab291e3035fa122d46eb9d2289e77bfc6b4c3b2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:cfa4cd81826c4f945fdb2900aa16028919ad0737beb15c424162a34c1f86a46b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d353cd9e8305138cc186affd8d68256061ca2113208c8969a5b0fa7b4c1eab24_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:dcfa45646e951547da04021f3f35d7262a95f565366a1c5ebbf12532f783f686_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9386cdac44378229ee4bbae348924e496738eadbb30a5a338886280a5361c91a_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b60ce2debac0fa9a6f0a125775df71c175aa1a0d25489cc63e1caf98464fb6b3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:cc3f28d099d73edfd4a234b5c6bdd52299a7b3fec9b25275aca413b64c9320e3_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f5a834aae45dabf73e50ef426ac18c2a4737c99373aa8705b60778cfa6faebe4_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:670450f25d9a48e836d7ea6196f7da036dde40a13c87ac4e56821a6c255820b1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:d480afc91510b9422e2d227813052a6a25a759bdd0fee683e399d3dcfa08ab29_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e292fc02185514b2e246e4ca7e23572bf24d64b72bb503e80b5f43411d6dd585_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb98140ad6ba3fe2b9fee5f59130671b490cf2849f5fb68a2abc51748d97ff8d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:14f23c5a1b81122d6c019ee470617da0e4597b9aac42c008797c0be8a0c14b45_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5180c88b2677bb366aea5af964bf40c1bad8bbf4c33cefaba87ce6c22e9e8e17_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:87359ad896ce3ecce5da9763a34f18b0481cbad50b4f3b0130b948e57645f818_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:c7a63ddb83702fc56250aaf0bf090db1038d7d29eb6025b6e9bc717e3cb3ced4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1ae07e2c03ed0497812c7f716d05358367bcd6aec9f25141658a86cba4f9361e_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8e4a29ad6b0e226e055bc56ef73b751a94f35fe06e83cf021b1a23204fab64cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d5242d47d9ce958769e5986d54eee1522b19341677ef2051bfea3c72b4b86ce5_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:deea39a769a89ac2ac4ea6470d4865de5802331e36b81ac167526b7cd92713fa_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1a3802e374386dd277f1e806a0cc7cdd9327dd57900df2e8af373acb0501a862_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b160193dd2e7612a7cd95e2f3e2863fae06c51b29afe8e67d57fa80ec703884_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e7e8edfbe4e6a55628f4d161d42d375f41e45e9bac792e1d33aadb3dbcafe471_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f7687becdf95ecf98b9fadbc501163c3bc2f4b1906fd59c19ad6717a1897f8e8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:1c5cb619fc844a48f79d2996d8c2239bab7077845d404184515d4e7df7afdc6e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4586e2f4308662e5ff54d15fb4a7839982fd59a74a7e0534b7df0537c65da3e7_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c69235da18dcccc515f64615d6e2313423520cff6c3d32b87b2c3e1f1069ffa3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ec4c412b018affc913dd6e50fa1ecaba47993619102a235572d30eb354af3599_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425946"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in qs, a module used for parsing query strings. A remote attacker can exploit an improper input validation vulnerability by sending specially crafted HTTP requests that use bracket notation (e.g., `a[]=value`). This bypasses the `arrayLimit` option, which is designed to limit the size of parsed arrays and prevent resource exhaustion. Successful exploitation can lead to memory exhaustion, causing a Denial of Service (DoS) where the application crashes or becomes unresponsive, making the service unavailable to users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "qs: qs: Denial of Service via improper input validation in array parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products that utilize the `qs` module for parsing query strings, particularly when processing user-controlled input with bracket notation. The `arrayLimit` option, intended to prevent resource exhaustion, is bypassed when bracket notation (`a[]=value`) is used, allowing a remote attacker to cause a denial of service through memory exhaustion. This can lead to application crashes or unresponsiveness, making the service unavailable.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2b5ba43a096f738c776e4fc95ac5afabbe1b80826c7350f85f0ca5987f412406_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:438b4904d97ca6cd51284955f284c0b078af30859460eb1ed608e20535ccc2c8_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f96217aeff1a39024700537986dca70ce7e94949c91c3da815dc715ef6588044_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:fe5172976364ca5ef1bd83d25b5a51497d51782ef30706ccbceae3db64d10019_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:189126988989d9ea557c1356386ee5a7443d5cb01717e0d974f0603a2b659130_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:452b98b484516602e84835289b97d3ce5bfea4de66996fc66381a74e5f47ab44_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db0681aece90f0ecbd6cebe7dbc60ba59f02258a27cdae938752a7e9dbaf475d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eaea088de3ff04166ec467b67d70f55662a2917441d3d9d4e8dd39677031bc4c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5271f61b08c3c593db3285d7d68014792440944ee38c2fff1839f2d401cc27ad_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:69cbd0e1ffe7abde1ac760e74088a5f98c529fa22b426dd15de013c7308bf325_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:97949783533ac35c4c48c3bdfcb5306853779e82b101e52fdc2f95923d4d071f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:ca3b14d4dc352c45cfab525c2c4e2c703c46a948022634b1d023ac27fbf57f89_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:b22341e8dfba8b10b70f21f3b597c02874bae485c07517402db0930397d82688_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:074255ff15e39c96ccb0dac16df03a8f3066afa4f2f6d81588e11d0cff5f7dd6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:194bed8ce4509622b1802b5b6c528e34c4fa610e7ca2894d2c5a34874e1e393f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f23f9417f4dc4631bb2ab5e51e95d3a28ea7511f96a12f5d717353db4a1b40cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ffc6d43eb11c5cc4672b73597b6cfe0dce6356f40777f4ab2dc26aa1f74cf957_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:678b96caceeb30a64c2f43395ab291e3035fa122d46eb9d2289e77bfc6b4c3b2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:cfa4cd81826c4f945fdb2900aa16028919ad0737beb15c424162a34c1f86a46b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d353cd9e8305138cc186affd8d68256061ca2113208c8969a5b0fa7b4c1eab24_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:dcfa45646e951547da04021f3f35d7262a95f565366a1c5ebbf12532f783f686_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9386cdac44378229ee4bbae348924e496738eadbb30a5a338886280a5361c91a_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b60ce2debac0fa9a6f0a125775df71c175aa1a0d25489cc63e1caf98464fb6b3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:cc3f28d099d73edfd4a234b5c6bdd52299a7b3fec9b25275aca413b64c9320e3_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f5a834aae45dabf73e50ef426ac18c2a4737c99373aa8705b60778cfa6faebe4_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:670450f25d9a48e836d7ea6196f7da036dde40a13c87ac4e56821a6c255820b1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:d480afc91510b9422e2d227813052a6a25a759bdd0fee683e399d3dcfa08ab29_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e292fc02185514b2e246e4ca7e23572bf24d64b72bb503e80b5f43411d6dd585_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb98140ad6ba3fe2b9fee5f59130671b490cf2849f5fb68a2abc51748d97ff8d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:14f23c5a1b81122d6c019ee470617da0e4597b9aac42c008797c0be8a0c14b45_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5180c88b2677bb366aea5af964bf40c1bad8bbf4c33cefaba87ce6c22e9e8e17_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:87359ad896ce3ecce5da9763a34f18b0481cbad50b4f3b0130b948e57645f818_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:c7a63ddb83702fc56250aaf0bf090db1038d7d29eb6025b6e9bc717e3cb3ced4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1ae07e2c03ed0497812c7f716d05358367bcd6aec9f25141658a86cba4f9361e_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8e4a29ad6b0e226e055bc56ef73b751a94f35fe06e83cf021b1a23204fab64cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d5242d47d9ce958769e5986d54eee1522b19341677ef2051bfea3c72b4b86ce5_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:deea39a769a89ac2ac4ea6470d4865de5802331e36b81ac167526b7cd92713fa_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1a3802e374386dd277f1e806a0cc7cdd9327dd57900df2e8af373acb0501a862_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b160193dd2e7612a7cd95e2f3e2863fae06c51b29afe8e67d57fa80ec703884_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e7e8edfbe4e6a55628f4d161d42d375f41e45e9bac792e1d33aadb3dbcafe471_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f7687becdf95ecf98b9fadbc501163c3bc2f4b1906fd59c19ad6717a1897f8e8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:1c5cb619fc844a48f79d2996d8c2239bab7077845d404184515d4e7df7afdc6e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4586e2f4308662e5ff54d15fb4a7839982fd59a74a7e0534b7df0537c65da3e7_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c69235da18dcccc515f64615d6e2313423520cff6c3d32b87b2c3e1f1069ffa3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ec4c412b018affc913dd6e50fa1ecaba47993619102a235572d30eb354af3599_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "RHBZ#2425946",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425946"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15284"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9",
"url": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p",
"url": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p"
}
],
"release_date": "2025-12-29T22:56:45.240000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-28T22:40:02+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2b5ba43a096f738c776e4fc95ac5afabbe1b80826c7350f85f0ca5987f412406_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:438b4904d97ca6cd51284955f284c0b078af30859460eb1ed608e20535ccc2c8_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f96217aeff1a39024700537986dca70ce7e94949c91c3da815dc715ef6588044_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:fe5172976364ca5ef1bd83d25b5a51497d51782ef30706ccbceae3db64d10019_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1517"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:189126988989d9ea557c1356386ee5a7443d5cb01717e0d974f0603a2b659130_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:452b98b484516602e84835289b97d3ce5bfea4de66996fc66381a74e5f47ab44_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db0681aece90f0ecbd6cebe7dbc60ba59f02258a27cdae938752a7e9dbaf475d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eaea088de3ff04166ec467b67d70f55662a2917441d3d9d4e8dd39677031bc4c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5271f61b08c3c593db3285d7d68014792440944ee38c2fff1839f2d401cc27ad_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:69cbd0e1ffe7abde1ac760e74088a5f98c529fa22b426dd15de013c7308bf325_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:97949783533ac35c4c48c3bdfcb5306853779e82b101e52fdc2f95923d4d071f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:ca3b14d4dc352c45cfab525c2c4e2c703c46a948022634b1d023ac27fbf57f89_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2b5ba43a096f738c776e4fc95ac5afabbe1b80826c7350f85f0ca5987f412406_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:438b4904d97ca6cd51284955f284c0b078af30859460eb1ed608e20535ccc2c8_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f96217aeff1a39024700537986dca70ce7e94949c91c3da815dc715ef6588044_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:fe5172976364ca5ef1bd83d25b5a51497d51782ef30706ccbceae3db64d10019_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:b22341e8dfba8b10b70f21f3b597c02874bae485c07517402db0930397d82688_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:074255ff15e39c96ccb0dac16df03a8f3066afa4f2f6d81588e11d0cff5f7dd6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:194bed8ce4509622b1802b5b6c528e34c4fa610e7ca2894d2c5a34874e1e393f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f23f9417f4dc4631bb2ab5e51e95d3a28ea7511f96a12f5d717353db4a1b40cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ffc6d43eb11c5cc4672b73597b6cfe0dce6356f40777f4ab2dc26aa1f74cf957_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:678b96caceeb30a64c2f43395ab291e3035fa122d46eb9d2289e77bfc6b4c3b2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:cfa4cd81826c4f945fdb2900aa16028919ad0737beb15c424162a34c1f86a46b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d353cd9e8305138cc186affd8d68256061ca2113208c8969a5b0fa7b4c1eab24_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:dcfa45646e951547da04021f3f35d7262a95f565366a1c5ebbf12532f783f686_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9386cdac44378229ee4bbae348924e496738eadbb30a5a338886280a5361c91a_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b60ce2debac0fa9a6f0a125775df71c175aa1a0d25489cc63e1caf98464fb6b3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:cc3f28d099d73edfd4a234b5c6bdd52299a7b3fec9b25275aca413b64c9320e3_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f5a834aae45dabf73e50ef426ac18c2a4737c99373aa8705b60778cfa6faebe4_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:670450f25d9a48e836d7ea6196f7da036dde40a13c87ac4e56821a6c255820b1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:d480afc91510b9422e2d227813052a6a25a759bdd0fee683e399d3dcfa08ab29_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e292fc02185514b2e246e4ca7e23572bf24d64b72bb503e80b5f43411d6dd585_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb98140ad6ba3fe2b9fee5f59130671b490cf2849f5fb68a2abc51748d97ff8d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:14f23c5a1b81122d6c019ee470617da0e4597b9aac42c008797c0be8a0c14b45_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5180c88b2677bb366aea5af964bf40c1bad8bbf4c33cefaba87ce6c22e9e8e17_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:87359ad896ce3ecce5da9763a34f18b0481cbad50b4f3b0130b948e57645f818_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:c7a63ddb83702fc56250aaf0bf090db1038d7d29eb6025b6e9bc717e3cb3ced4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1ae07e2c03ed0497812c7f716d05358367bcd6aec9f25141658a86cba4f9361e_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8e4a29ad6b0e226e055bc56ef73b751a94f35fe06e83cf021b1a23204fab64cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d5242d47d9ce958769e5986d54eee1522b19341677ef2051bfea3c72b4b86ce5_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:deea39a769a89ac2ac4ea6470d4865de5802331e36b81ac167526b7cd92713fa_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1a3802e374386dd277f1e806a0cc7cdd9327dd57900df2e8af373acb0501a862_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b160193dd2e7612a7cd95e2f3e2863fae06c51b29afe8e67d57fa80ec703884_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e7e8edfbe4e6a55628f4d161d42d375f41e45e9bac792e1d33aadb3dbcafe471_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f7687becdf95ecf98b9fadbc501163c3bc2f4b1906fd59c19ad6717a1897f8e8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:1c5cb619fc844a48f79d2996d8c2239bab7077845d404184515d4e7df7afdc6e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4586e2f4308662e5ff54d15fb4a7839982fd59a74a7e0534b7df0537c65da3e7_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c69235da18dcccc515f64615d6e2313423520cff6c3d32b87b2c3e1f1069ffa3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ec4c412b018affc913dd6e50fa1ecaba47993619102a235572d30eb354af3599_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:189126988989d9ea557c1356386ee5a7443d5cb01717e0d974f0603a2b659130_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:452b98b484516602e84835289b97d3ce5bfea4de66996fc66381a74e5f47ab44_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db0681aece90f0ecbd6cebe7dbc60ba59f02258a27cdae938752a7e9dbaf475d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eaea088de3ff04166ec467b67d70f55662a2917441d3d9d4e8dd39677031bc4c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5271f61b08c3c593db3285d7d68014792440944ee38c2fff1839f2d401cc27ad_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:69cbd0e1ffe7abde1ac760e74088a5f98c529fa22b426dd15de013c7308bf325_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:97949783533ac35c4c48c3bdfcb5306853779e82b101e52fdc2f95923d4d071f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:ca3b14d4dc352c45cfab525c2c4e2c703c46a948022634b1d023ac27fbf57f89_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2b5ba43a096f738c776e4fc95ac5afabbe1b80826c7350f85f0ca5987f412406_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:438b4904d97ca6cd51284955f284c0b078af30859460eb1ed608e20535ccc2c8_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f96217aeff1a39024700537986dca70ce7e94949c91c3da815dc715ef6588044_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:fe5172976364ca5ef1bd83d25b5a51497d51782ef30706ccbceae3db64d10019_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:b22341e8dfba8b10b70f21f3b597c02874bae485c07517402db0930397d82688_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:074255ff15e39c96ccb0dac16df03a8f3066afa4f2f6d81588e11d0cff5f7dd6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:194bed8ce4509622b1802b5b6c528e34c4fa610e7ca2894d2c5a34874e1e393f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f23f9417f4dc4631bb2ab5e51e95d3a28ea7511f96a12f5d717353db4a1b40cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ffc6d43eb11c5cc4672b73597b6cfe0dce6356f40777f4ab2dc26aa1f74cf957_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:678b96caceeb30a64c2f43395ab291e3035fa122d46eb9d2289e77bfc6b4c3b2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:cfa4cd81826c4f945fdb2900aa16028919ad0737beb15c424162a34c1f86a46b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d353cd9e8305138cc186affd8d68256061ca2113208c8969a5b0fa7b4c1eab24_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:dcfa45646e951547da04021f3f35d7262a95f565366a1c5ebbf12532f783f686_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9386cdac44378229ee4bbae348924e496738eadbb30a5a338886280a5361c91a_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b60ce2debac0fa9a6f0a125775df71c175aa1a0d25489cc63e1caf98464fb6b3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:cc3f28d099d73edfd4a234b5c6bdd52299a7b3fec9b25275aca413b64c9320e3_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f5a834aae45dabf73e50ef426ac18c2a4737c99373aa8705b60778cfa6faebe4_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:670450f25d9a48e836d7ea6196f7da036dde40a13c87ac4e56821a6c255820b1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:d480afc91510b9422e2d227813052a6a25a759bdd0fee683e399d3dcfa08ab29_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e292fc02185514b2e246e4ca7e23572bf24d64b72bb503e80b5f43411d6dd585_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb98140ad6ba3fe2b9fee5f59130671b490cf2849f5fb68a2abc51748d97ff8d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:14f23c5a1b81122d6c019ee470617da0e4597b9aac42c008797c0be8a0c14b45_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5180c88b2677bb366aea5af964bf40c1bad8bbf4c33cefaba87ce6c22e9e8e17_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:87359ad896ce3ecce5da9763a34f18b0481cbad50b4f3b0130b948e57645f818_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:c7a63ddb83702fc56250aaf0bf090db1038d7d29eb6025b6e9bc717e3cb3ced4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1ae07e2c03ed0497812c7f716d05358367bcd6aec9f25141658a86cba4f9361e_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8e4a29ad6b0e226e055bc56ef73b751a94f35fe06e83cf021b1a23204fab64cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d5242d47d9ce958769e5986d54eee1522b19341677ef2051bfea3c72b4b86ce5_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:deea39a769a89ac2ac4ea6470d4865de5802331e36b81ac167526b7cd92713fa_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1a3802e374386dd277f1e806a0cc7cdd9327dd57900df2e8af373acb0501a862_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b160193dd2e7612a7cd95e2f3e2863fae06c51b29afe8e67d57fa80ec703884_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e7e8edfbe4e6a55628f4d161d42d375f41e45e9bac792e1d33aadb3dbcafe471_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f7687becdf95ecf98b9fadbc501163c3bc2f4b1906fd59c19ad6717a1897f8e8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:1c5cb619fc844a48f79d2996d8c2239bab7077845d404184515d4e7df7afdc6e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4586e2f4308662e5ff54d15fb4a7839982fd59a74a7e0534b7df0537c65da3e7_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c69235da18dcccc515f64615d6e2313423520cff6c3d32b87b2c3e1f1069ffa3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ec4c412b018affc913dd6e50fa1ecaba47993619102a235572d30eb354af3599_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "qs: qs: Denial of Service via improper input validation in array parsing"
},
{
"cve": "CVE-2025-66031",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2025-11-26T23:01:36.363253+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:189126988989d9ea557c1356386ee5a7443d5cb01717e0d974f0603a2b659130_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:452b98b484516602e84835289b97d3ce5bfea4de66996fc66381a74e5f47ab44_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db0681aece90f0ecbd6cebe7dbc60ba59f02258a27cdae938752a7e9dbaf475d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eaea088de3ff04166ec467b67d70f55662a2917441d3d9d4e8dd39677031bc4c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5271f61b08c3c593db3285d7d68014792440944ee38c2fff1839f2d401cc27ad_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:69cbd0e1ffe7abde1ac760e74088a5f98c529fa22b426dd15de013c7308bf325_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:97949783533ac35c4c48c3bdfcb5306853779e82b101e52fdc2f95923d4d071f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:ca3b14d4dc352c45cfab525c2c4e2c703c46a948022634b1d023ac27fbf57f89_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:b22341e8dfba8b10b70f21f3b597c02874bae485c07517402db0930397d82688_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:074255ff15e39c96ccb0dac16df03a8f3066afa4f2f6d81588e11d0cff5f7dd6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:194bed8ce4509622b1802b5b6c528e34c4fa610e7ca2894d2c5a34874e1e393f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f23f9417f4dc4631bb2ab5e51e95d3a28ea7511f96a12f5d717353db4a1b40cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ffc6d43eb11c5cc4672b73597b6cfe0dce6356f40777f4ab2dc26aa1f74cf957_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:678b96caceeb30a64c2f43395ab291e3035fa122d46eb9d2289e77bfc6b4c3b2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:cfa4cd81826c4f945fdb2900aa16028919ad0737beb15c424162a34c1f86a46b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d353cd9e8305138cc186affd8d68256061ca2113208c8969a5b0fa7b4c1eab24_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:dcfa45646e951547da04021f3f35d7262a95f565366a1c5ebbf12532f783f686_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9386cdac44378229ee4bbae348924e496738eadbb30a5a338886280a5361c91a_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b60ce2debac0fa9a6f0a125775df71c175aa1a0d25489cc63e1caf98464fb6b3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:cc3f28d099d73edfd4a234b5c6bdd52299a7b3fec9b25275aca413b64c9320e3_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f5a834aae45dabf73e50ef426ac18c2a4737c99373aa8705b60778cfa6faebe4_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:670450f25d9a48e836d7ea6196f7da036dde40a13c87ac4e56821a6c255820b1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:d480afc91510b9422e2d227813052a6a25a759bdd0fee683e399d3dcfa08ab29_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e292fc02185514b2e246e4ca7e23572bf24d64b72bb503e80b5f43411d6dd585_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb98140ad6ba3fe2b9fee5f59130671b490cf2849f5fb68a2abc51748d97ff8d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:14f23c5a1b81122d6c019ee470617da0e4597b9aac42c008797c0be8a0c14b45_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5180c88b2677bb366aea5af964bf40c1bad8bbf4c33cefaba87ce6c22e9e8e17_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:87359ad896ce3ecce5da9763a34f18b0481cbad50b4f3b0130b948e57645f818_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:c7a63ddb83702fc56250aaf0bf090db1038d7d29eb6025b6e9bc717e3cb3ced4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1ae07e2c03ed0497812c7f716d05358367bcd6aec9f25141658a86cba4f9361e_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8e4a29ad6b0e226e055bc56ef73b751a94f35fe06e83cf021b1a23204fab64cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d5242d47d9ce958769e5986d54eee1522b19341677ef2051bfea3c72b4b86ce5_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:deea39a769a89ac2ac4ea6470d4865de5802331e36b81ac167526b7cd92713fa_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1a3802e374386dd277f1e806a0cc7cdd9327dd57900df2e8af373acb0501a862_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b160193dd2e7612a7cd95e2f3e2863fae06c51b29afe8e67d57fa80ec703884_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e7e8edfbe4e6a55628f4d161d42d375f41e45e9bac792e1d33aadb3dbcafe471_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f7687becdf95ecf98b9fadbc501163c3bc2f4b1906fd59c19ad6717a1897f8e8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:1c5cb619fc844a48f79d2996d8c2239bab7077845d404184515d4e7df7afdc6e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4586e2f4308662e5ff54d15fb4a7839982fd59a74a7e0534b7df0537c65da3e7_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c69235da18dcccc515f64615d6e2313423520cff6c3d32b87b2c3e1f1069ffa3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ec4c412b018affc913dd6e50fa1ecaba47993619102a235572d30eb354af3599_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417397"
}
],
"notes": [
{
"category": "description",
"text": "An ASN.1 Denial of Service (Dos) vulnerability exists in the node-forge asn1.fromDer function within forge/lib/asn1.js. The ASN.1 DER parser implementation (_fromDer) recurses for every constructed ASN.1 value (SEQUENCE, SET, etc.) and lacks a guard limiting recursion depth. An attacker can craft a small DER blob containing a very large nesting depth of constructed TLVs which causes the Node.js V8 engine to exhaust its call stack and throw RangeError: Maximum call stack size exceeded, crashing or incapacitating the process handling the parse. This is a remote, low-cost Denial-of-Service against applications that parse untrusted ASN.1 objects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: node-forge ASN.1 Unbounded Recursion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2b5ba43a096f738c776e4fc95ac5afabbe1b80826c7350f85f0ca5987f412406_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:438b4904d97ca6cd51284955f284c0b078af30859460eb1ed608e20535ccc2c8_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f96217aeff1a39024700537986dca70ce7e94949c91c3da815dc715ef6588044_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:fe5172976364ca5ef1bd83d25b5a51497d51782ef30706ccbceae3db64d10019_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:189126988989d9ea557c1356386ee5a7443d5cb01717e0d974f0603a2b659130_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:452b98b484516602e84835289b97d3ce5bfea4de66996fc66381a74e5f47ab44_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db0681aece90f0ecbd6cebe7dbc60ba59f02258a27cdae938752a7e9dbaf475d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eaea088de3ff04166ec467b67d70f55662a2917441d3d9d4e8dd39677031bc4c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5271f61b08c3c593db3285d7d68014792440944ee38c2fff1839f2d401cc27ad_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:69cbd0e1ffe7abde1ac760e74088a5f98c529fa22b426dd15de013c7308bf325_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:97949783533ac35c4c48c3bdfcb5306853779e82b101e52fdc2f95923d4d071f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:ca3b14d4dc352c45cfab525c2c4e2c703c46a948022634b1d023ac27fbf57f89_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:b22341e8dfba8b10b70f21f3b597c02874bae485c07517402db0930397d82688_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:074255ff15e39c96ccb0dac16df03a8f3066afa4f2f6d81588e11d0cff5f7dd6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:194bed8ce4509622b1802b5b6c528e34c4fa610e7ca2894d2c5a34874e1e393f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f23f9417f4dc4631bb2ab5e51e95d3a28ea7511f96a12f5d717353db4a1b40cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ffc6d43eb11c5cc4672b73597b6cfe0dce6356f40777f4ab2dc26aa1f74cf957_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:678b96caceeb30a64c2f43395ab291e3035fa122d46eb9d2289e77bfc6b4c3b2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:cfa4cd81826c4f945fdb2900aa16028919ad0737beb15c424162a34c1f86a46b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d353cd9e8305138cc186affd8d68256061ca2113208c8969a5b0fa7b4c1eab24_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:dcfa45646e951547da04021f3f35d7262a95f565366a1c5ebbf12532f783f686_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9386cdac44378229ee4bbae348924e496738eadbb30a5a338886280a5361c91a_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b60ce2debac0fa9a6f0a125775df71c175aa1a0d25489cc63e1caf98464fb6b3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:cc3f28d099d73edfd4a234b5c6bdd52299a7b3fec9b25275aca413b64c9320e3_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f5a834aae45dabf73e50ef426ac18c2a4737c99373aa8705b60778cfa6faebe4_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:670450f25d9a48e836d7ea6196f7da036dde40a13c87ac4e56821a6c255820b1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:d480afc91510b9422e2d227813052a6a25a759bdd0fee683e399d3dcfa08ab29_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e292fc02185514b2e246e4ca7e23572bf24d64b72bb503e80b5f43411d6dd585_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb98140ad6ba3fe2b9fee5f59130671b490cf2849f5fb68a2abc51748d97ff8d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:14f23c5a1b81122d6c019ee470617da0e4597b9aac42c008797c0be8a0c14b45_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5180c88b2677bb366aea5af964bf40c1bad8bbf4c33cefaba87ce6c22e9e8e17_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:87359ad896ce3ecce5da9763a34f18b0481cbad50b4f3b0130b948e57645f818_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:c7a63ddb83702fc56250aaf0bf090db1038d7d29eb6025b6e9bc717e3cb3ced4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1ae07e2c03ed0497812c7f716d05358367bcd6aec9f25141658a86cba4f9361e_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8e4a29ad6b0e226e055bc56ef73b751a94f35fe06e83cf021b1a23204fab64cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d5242d47d9ce958769e5986d54eee1522b19341677ef2051bfea3c72b4b86ce5_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:deea39a769a89ac2ac4ea6470d4865de5802331e36b81ac167526b7cd92713fa_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1a3802e374386dd277f1e806a0cc7cdd9327dd57900df2e8af373acb0501a862_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b160193dd2e7612a7cd95e2f3e2863fae06c51b29afe8e67d57fa80ec703884_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e7e8edfbe4e6a55628f4d161d42d375f41e45e9bac792e1d33aadb3dbcafe471_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f7687becdf95ecf98b9fadbc501163c3bc2f4b1906fd59c19ad6717a1897f8e8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:1c5cb619fc844a48f79d2996d8c2239bab7077845d404184515d4e7df7afdc6e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4586e2f4308662e5ff54d15fb4a7839982fd59a74a7e0534b7df0537c65da3e7_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c69235da18dcccc515f64615d6e2313423520cff6c3d32b87b2c3e1f1069ffa3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ec4c412b018affc913dd6e50fa1ecaba47993619102a235572d30eb354af3599_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66031"
},
{
"category": "external",
"summary": "RHBZ#2417397",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417397"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66031"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66031",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66031"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/commit/260425c6167a38aae038697132483b5517b26451",
"url": "https://github.com/digitalbazaar/forge/commit/260425c6167a38aae038697132483b5517b26451"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-554w-wpv2-vw27",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-554w-wpv2-vw27"
}
],
"release_date": "2025-11-26T22:23:26.013000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-28T22:40:02+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2b5ba43a096f738c776e4fc95ac5afabbe1b80826c7350f85f0ca5987f412406_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:438b4904d97ca6cd51284955f284c0b078af30859460eb1ed608e20535ccc2c8_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f96217aeff1a39024700537986dca70ce7e94949c91c3da815dc715ef6588044_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:fe5172976364ca5ef1bd83d25b5a51497d51782ef30706ccbceae3db64d10019_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1517"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:189126988989d9ea557c1356386ee5a7443d5cb01717e0d974f0603a2b659130_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:452b98b484516602e84835289b97d3ce5bfea4de66996fc66381a74e5f47ab44_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db0681aece90f0ecbd6cebe7dbc60ba59f02258a27cdae938752a7e9dbaf475d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eaea088de3ff04166ec467b67d70f55662a2917441d3d9d4e8dd39677031bc4c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5271f61b08c3c593db3285d7d68014792440944ee38c2fff1839f2d401cc27ad_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:69cbd0e1ffe7abde1ac760e74088a5f98c529fa22b426dd15de013c7308bf325_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:97949783533ac35c4c48c3bdfcb5306853779e82b101e52fdc2f95923d4d071f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:ca3b14d4dc352c45cfab525c2c4e2c703c46a948022634b1d023ac27fbf57f89_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2b5ba43a096f738c776e4fc95ac5afabbe1b80826c7350f85f0ca5987f412406_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:438b4904d97ca6cd51284955f284c0b078af30859460eb1ed608e20535ccc2c8_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f96217aeff1a39024700537986dca70ce7e94949c91c3da815dc715ef6588044_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:fe5172976364ca5ef1bd83d25b5a51497d51782ef30706ccbceae3db64d10019_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:b22341e8dfba8b10b70f21f3b597c02874bae485c07517402db0930397d82688_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:074255ff15e39c96ccb0dac16df03a8f3066afa4f2f6d81588e11d0cff5f7dd6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:194bed8ce4509622b1802b5b6c528e34c4fa610e7ca2894d2c5a34874e1e393f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f23f9417f4dc4631bb2ab5e51e95d3a28ea7511f96a12f5d717353db4a1b40cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ffc6d43eb11c5cc4672b73597b6cfe0dce6356f40777f4ab2dc26aa1f74cf957_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:678b96caceeb30a64c2f43395ab291e3035fa122d46eb9d2289e77bfc6b4c3b2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:cfa4cd81826c4f945fdb2900aa16028919ad0737beb15c424162a34c1f86a46b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d353cd9e8305138cc186affd8d68256061ca2113208c8969a5b0fa7b4c1eab24_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:dcfa45646e951547da04021f3f35d7262a95f565366a1c5ebbf12532f783f686_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9386cdac44378229ee4bbae348924e496738eadbb30a5a338886280a5361c91a_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b60ce2debac0fa9a6f0a125775df71c175aa1a0d25489cc63e1caf98464fb6b3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:cc3f28d099d73edfd4a234b5c6bdd52299a7b3fec9b25275aca413b64c9320e3_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f5a834aae45dabf73e50ef426ac18c2a4737c99373aa8705b60778cfa6faebe4_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:670450f25d9a48e836d7ea6196f7da036dde40a13c87ac4e56821a6c255820b1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:d480afc91510b9422e2d227813052a6a25a759bdd0fee683e399d3dcfa08ab29_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e292fc02185514b2e246e4ca7e23572bf24d64b72bb503e80b5f43411d6dd585_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb98140ad6ba3fe2b9fee5f59130671b490cf2849f5fb68a2abc51748d97ff8d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:14f23c5a1b81122d6c019ee470617da0e4597b9aac42c008797c0be8a0c14b45_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5180c88b2677bb366aea5af964bf40c1bad8bbf4c33cefaba87ce6c22e9e8e17_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:87359ad896ce3ecce5da9763a34f18b0481cbad50b4f3b0130b948e57645f818_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:c7a63ddb83702fc56250aaf0bf090db1038d7d29eb6025b6e9bc717e3cb3ced4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1ae07e2c03ed0497812c7f716d05358367bcd6aec9f25141658a86cba4f9361e_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8e4a29ad6b0e226e055bc56ef73b751a94f35fe06e83cf021b1a23204fab64cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d5242d47d9ce958769e5986d54eee1522b19341677ef2051bfea3c72b4b86ce5_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:deea39a769a89ac2ac4ea6470d4865de5802331e36b81ac167526b7cd92713fa_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1a3802e374386dd277f1e806a0cc7cdd9327dd57900df2e8af373acb0501a862_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b160193dd2e7612a7cd95e2f3e2863fae06c51b29afe8e67d57fa80ec703884_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e7e8edfbe4e6a55628f4d161d42d375f41e45e9bac792e1d33aadb3dbcafe471_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f7687becdf95ecf98b9fadbc501163c3bc2f4b1906fd59c19ad6717a1897f8e8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:1c5cb619fc844a48f79d2996d8c2239bab7077845d404184515d4e7df7afdc6e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4586e2f4308662e5ff54d15fb4a7839982fd59a74a7e0534b7df0537c65da3e7_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c69235da18dcccc515f64615d6e2313423520cff6c3d32b87b2c3e1f1069ffa3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ec4c412b018affc913dd6e50fa1ecaba47993619102a235572d30eb354af3599_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:189126988989d9ea557c1356386ee5a7443d5cb01717e0d974f0603a2b659130_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:452b98b484516602e84835289b97d3ce5bfea4de66996fc66381a74e5f47ab44_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db0681aece90f0ecbd6cebe7dbc60ba59f02258a27cdae938752a7e9dbaf475d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eaea088de3ff04166ec467b67d70f55662a2917441d3d9d4e8dd39677031bc4c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5271f61b08c3c593db3285d7d68014792440944ee38c2fff1839f2d401cc27ad_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:69cbd0e1ffe7abde1ac760e74088a5f98c529fa22b426dd15de013c7308bf325_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:97949783533ac35c4c48c3bdfcb5306853779e82b101e52fdc2f95923d4d071f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:ca3b14d4dc352c45cfab525c2c4e2c703c46a948022634b1d023ac27fbf57f89_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2b5ba43a096f738c776e4fc95ac5afabbe1b80826c7350f85f0ca5987f412406_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:438b4904d97ca6cd51284955f284c0b078af30859460eb1ed608e20535ccc2c8_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f96217aeff1a39024700537986dca70ce7e94949c91c3da815dc715ef6588044_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:fe5172976364ca5ef1bd83d25b5a51497d51782ef30706ccbceae3db64d10019_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:b22341e8dfba8b10b70f21f3b597c02874bae485c07517402db0930397d82688_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:074255ff15e39c96ccb0dac16df03a8f3066afa4f2f6d81588e11d0cff5f7dd6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:194bed8ce4509622b1802b5b6c528e34c4fa610e7ca2894d2c5a34874e1e393f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f23f9417f4dc4631bb2ab5e51e95d3a28ea7511f96a12f5d717353db4a1b40cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ffc6d43eb11c5cc4672b73597b6cfe0dce6356f40777f4ab2dc26aa1f74cf957_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:678b96caceeb30a64c2f43395ab291e3035fa122d46eb9d2289e77bfc6b4c3b2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:cfa4cd81826c4f945fdb2900aa16028919ad0737beb15c424162a34c1f86a46b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d353cd9e8305138cc186affd8d68256061ca2113208c8969a5b0fa7b4c1eab24_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:dcfa45646e951547da04021f3f35d7262a95f565366a1c5ebbf12532f783f686_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9386cdac44378229ee4bbae348924e496738eadbb30a5a338886280a5361c91a_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b60ce2debac0fa9a6f0a125775df71c175aa1a0d25489cc63e1caf98464fb6b3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:cc3f28d099d73edfd4a234b5c6bdd52299a7b3fec9b25275aca413b64c9320e3_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f5a834aae45dabf73e50ef426ac18c2a4737c99373aa8705b60778cfa6faebe4_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:670450f25d9a48e836d7ea6196f7da036dde40a13c87ac4e56821a6c255820b1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:d480afc91510b9422e2d227813052a6a25a759bdd0fee683e399d3dcfa08ab29_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e292fc02185514b2e246e4ca7e23572bf24d64b72bb503e80b5f43411d6dd585_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb98140ad6ba3fe2b9fee5f59130671b490cf2849f5fb68a2abc51748d97ff8d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:14f23c5a1b81122d6c019ee470617da0e4597b9aac42c008797c0be8a0c14b45_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5180c88b2677bb366aea5af964bf40c1bad8bbf4c33cefaba87ce6c22e9e8e17_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:87359ad896ce3ecce5da9763a34f18b0481cbad50b4f3b0130b948e57645f818_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:c7a63ddb83702fc56250aaf0bf090db1038d7d29eb6025b6e9bc717e3cb3ced4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1ae07e2c03ed0497812c7f716d05358367bcd6aec9f25141658a86cba4f9361e_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8e4a29ad6b0e226e055bc56ef73b751a94f35fe06e83cf021b1a23204fab64cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d5242d47d9ce958769e5986d54eee1522b19341677ef2051bfea3c72b4b86ce5_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:deea39a769a89ac2ac4ea6470d4865de5802331e36b81ac167526b7cd92713fa_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1a3802e374386dd277f1e806a0cc7cdd9327dd57900df2e8af373acb0501a862_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b160193dd2e7612a7cd95e2f3e2863fae06c51b29afe8e67d57fa80ec703884_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e7e8edfbe4e6a55628f4d161d42d375f41e45e9bac792e1d33aadb3dbcafe471_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f7687becdf95ecf98b9fadbc501163c3bc2f4b1906fd59c19ad6717a1897f8e8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:1c5cb619fc844a48f79d2996d8c2239bab7077845d404184515d4e7df7afdc6e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4586e2f4308662e5ff54d15fb4a7839982fd59a74a7e0534b7df0537c65da3e7_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c69235da18dcccc515f64615d6e2313423520cff6c3d32b87b2c3e1f1069ffa3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ec4c412b018affc913dd6e50fa1ecaba47993619102a235572d30eb354af3599_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "node-forge: node-forge ASN.1 Unbounded Recursion"
},
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:189126988989d9ea557c1356386ee5a7443d5cb01717e0d974f0603a2b659130_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:452b98b484516602e84835289b97d3ce5bfea4de66996fc66381a74e5f47ab44_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db0681aece90f0ecbd6cebe7dbc60ba59f02258a27cdae938752a7e9dbaf475d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eaea088de3ff04166ec467b67d70f55662a2917441d3d9d4e8dd39677031bc4c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5271f61b08c3c593db3285d7d68014792440944ee38c2fff1839f2d401cc27ad_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:69cbd0e1ffe7abde1ac760e74088a5f98c529fa22b426dd15de013c7308bf325_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:97949783533ac35c4c48c3bdfcb5306853779e82b101e52fdc2f95923d4d071f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:ca3b14d4dc352c45cfab525c2c4e2c703c46a948022634b1d023ac27fbf57f89_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:b22341e8dfba8b10b70f21f3b597c02874bae485c07517402db0930397d82688_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:074255ff15e39c96ccb0dac16df03a8f3066afa4f2f6d81588e11d0cff5f7dd6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:194bed8ce4509622b1802b5b6c528e34c4fa610e7ca2894d2c5a34874e1e393f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f23f9417f4dc4631bb2ab5e51e95d3a28ea7511f96a12f5d717353db4a1b40cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ffc6d43eb11c5cc4672b73597b6cfe0dce6356f40777f4ab2dc26aa1f74cf957_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:678b96caceeb30a64c2f43395ab291e3035fa122d46eb9d2289e77bfc6b4c3b2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:cfa4cd81826c4f945fdb2900aa16028919ad0737beb15c424162a34c1f86a46b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d353cd9e8305138cc186affd8d68256061ca2113208c8969a5b0fa7b4c1eab24_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:dcfa45646e951547da04021f3f35d7262a95f565366a1c5ebbf12532f783f686_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9386cdac44378229ee4bbae348924e496738eadbb30a5a338886280a5361c91a_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b60ce2debac0fa9a6f0a125775df71c175aa1a0d25489cc63e1caf98464fb6b3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:cc3f28d099d73edfd4a234b5c6bdd52299a7b3fec9b25275aca413b64c9320e3_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f5a834aae45dabf73e50ef426ac18c2a4737c99373aa8705b60778cfa6faebe4_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:670450f25d9a48e836d7ea6196f7da036dde40a13c87ac4e56821a6c255820b1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:d480afc91510b9422e2d227813052a6a25a759bdd0fee683e399d3dcfa08ab29_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e292fc02185514b2e246e4ca7e23572bf24d64b72bb503e80b5f43411d6dd585_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb98140ad6ba3fe2b9fee5f59130671b490cf2849f5fb68a2abc51748d97ff8d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:14f23c5a1b81122d6c019ee470617da0e4597b9aac42c008797c0be8a0c14b45_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5180c88b2677bb366aea5af964bf40c1bad8bbf4c33cefaba87ce6c22e9e8e17_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:87359ad896ce3ecce5da9763a34f18b0481cbad50b4f3b0130b948e57645f818_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:c7a63ddb83702fc56250aaf0bf090db1038d7d29eb6025b6e9bc717e3cb3ced4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1ae07e2c03ed0497812c7f716d05358367bcd6aec9f25141658a86cba4f9361e_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8e4a29ad6b0e226e055bc56ef73b751a94f35fe06e83cf021b1a23204fab64cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d5242d47d9ce958769e5986d54eee1522b19341677ef2051bfea3c72b4b86ce5_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:deea39a769a89ac2ac4ea6470d4865de5802331e36b81ac167526b7cd92713fa_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1a3802e374386dd277f1e806a0cc7cdd9327dd57900df2e8af373acb0501a862_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b160193dd2e7612a7cd95e2f3e2863fae06c51b29afe8e67d57fa80ec703884_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e7e8edfbe4e6a55628f4d161d42d375f41e45e9bac792e1d33aadb3dbcafe471_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f7687becdf95ecf98b9fadbc501163c3bc2f4b1906fd59c19ad6717a1897f8e8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:1c5cb619fc844a48f79d2996d8c2239bab7077845d404184515d4e7df7afdc6e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4586e2f4308662e5ff54d15fb4a7839982fd59a74a7e0534b7df0537c65da3e7_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c69235da18dcccc515f64615d6e2313423520cff6c3d32b87b2c3e1f1069ffa3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ec4c412b018affc913dd6e50fa1ecaba47993619102a235572d30eb354af3599_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2b5ba43a096f738c776e4fc95ac5afabbe1b80826c7350f85f0ca5987f412406_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:438b4904d97ca6cd51284955f284c0b078af30859460eb1ed608e20535ccc2c8_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f96217aeff1a39024700537986dca70ce7e94949c91c3da815dc715ef6588044_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:fe5172976364ca5ef1bd83d25b5a51497d51782ef30706ccbceae3db64d10019_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:189126988989d9ea557c1356386ee5a7443d5cb01717e0d974f0603a2b659130_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:452b98b484516602e84835289b97d3ce5bfea4de66996fc66381a74e5f47ab44_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db0681aece90f0ecbd6cebe7dbc60ba59f02258a27cdae938752a7e9dbaf475d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eaea088de3ff04166ec467b67d70f55662a2917441d3d9d4e8dd39677031bc4c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5271f61b08c3c593db3285d7d68014792440944ee38c2fff1839f2d401cc27ad_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:69cbd0e1ffe7abde1ac760e74088a5f98c529fa22b426dd15de013c7308bf325_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:97949783533ac35c4c48c3bdfcb5306853779e82b101e52fdc2f95923d4d071f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:ca3b14d4dc352c45cfab525c2c4e2c703c46a948022634b1d023ac27fbf57f89_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:b22341e8dfba8b10b70f21f3b597c02874bae485c07517402db0930397d82688_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:074255ff15e39c96ccb0dac16df03a8f3066afa4f2f6d81588e11d0cff5f7dd6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:194bed8ce4509622b1802b5b6c528e34c4fa610e7ca2894d2c5a34874e1e393f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f23f9417f4dc4631bb2ab5e51e95d3a28ea7511f96a12f5d717353db4a1b40cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ffc6d43eb11c5cc4672b73597b6cfe0dce6356f40777f4ab2dc26aa1f74cf957_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:678b96caceeb30a64c2f43395ab291e3035fa122d46eb9d2289e77bfc6b4c3b2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:cfa4cd81826c4f945fdb2900aa16028919ad0737beb15c424162a34c1f86a46b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d353cd9e8305138cc186affd8d68256061ca2113208c8969a5b0fa7b4c1eab24_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:dcfa45646e951547da04021f3f35d7262a95f565366a1c5ebbf12532f783f686_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9386cdac44378229ee4bbae348924e496738eadbb30a5a338886280a5361c91a_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b60ce2debac0fa9a6f0a125775df71c175aa1a0d25489cc63e1caf98464fb6b3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:cc3f28d099d73edfd4a234b5c6bdd52299a7b3fec9b25275aca413b64c9320e3_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f5a834aae45dabf73e50ef426ac18c2a4737c99373aa8705b60778cfa6faebe4_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:670450f25d9a48e836d7ea6196f7da036dde40a13c87ac4e56821a6c255820b1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:d480afc91510b9422e2d227813052a6a25a759bdd0fee683e399d3dcfa08ab29_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e292fc02185514b2e246e4ca7e23572bf24d64b72bb503e80b5f43411d6dd585_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb98140ad6ba3fe2b9fee5f59130671b490cf2849f5fb68a2abc51748d97ff8d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:14f23c5a1b81122d6c019ee470617da0e4597b9aac42c008797c0be8a0c14b45_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5180c88b2677bb366aea5af964bf40c1bad8bbf4c33cefaba87ce6c22e9e8e17_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:87359ad896ce3ecce5da9763a34f18b0481cbad50b4f3b0130b948e57645f818_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:c7a63ddb83702fc56250aaf0bf090db1038d7d29eb6025b6e9bc717e3cb3ced4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1ae07e2c03ed0497812c7f716d05358367bcd6aec9f25141658a86cba4f9361e_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8e4a29ad6b0e226e055bc56ef73b751a94f35fe06e83cf021b1a23204fab64cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d5242d47d9ce958769e5986d54eee1522b19341677ef2051bfea3c72b4b86ce5_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:deea39a769a89ac2ac4ea6470d4865de5802331e36b81ac167526b7cd92713fa_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1a3802e374386dd277f1e806a0cc7cdd9327dd57900df2e8af373acb0501a862_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b160193dd2e7612a7cd95e2f3e2863fae06c51b29afe8e67d57fa80ec703884_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e7e8edfbe4e6a55628f4d161d42d375f41e45e9bac792e1d33aadb3dbcafe471_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f7687becdf95ecf98b9fadbc501163c3bc2f4b1906fd59c19ad6717a1897f8e8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:1c5cb619fc844a48f79d2996d8c2239bab7077845d404184515d4e7df7afdc6e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4586e2f4308662e5ff54d15fb4a7839982fd59a74a7e0534b7df0537c65da3e7_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c69235da18dcccc515f64615d6e2313423520cff6c3d32b87b2c3e1f1069ffa3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ec4c412b018affc913dd6e50fa1ecaba47993619102a235572d30eb354af3599_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-28T22:40:02+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2b5ba43a096f738c776e4fc95ac5afabbe1b80826c7350f85f0ca5987f412406_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:438b4904d97ca6cd51284955f284c0b078af30859460eb1ed608e20535ccc2c8_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f96217aeff1a39024700537986dca70ce7e94949c91c3da815dc715ef6588044_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:fe5172976364ca5ef1bd83d25b5a51497d51782ef30706ccbceae3db64d10019_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1517"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:189126988989d9ea557c1356386ee5a7443d5cb01717e0d974f0603a2b659130_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:452b98b484516602e84835289b97d3ce5bfea4de66996fc66381a74e5f47ab44_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db0681aece90f0ecbd6cebe7dbc60ba59f02258a27cdae938752a7e9dbaf475d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eaea088de3ff04166ec467b67d70f55662a2917441d3d9d4e8dd39677031bc4c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5271f61b08c3c593db3285d7d68014792440944ee38c2fff1839f2d401cc27ad_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:69cbd0e1ffe7abde1ac760e74088a5f98c529fa22b426dd15de013c7308bf325_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:97949783533ac35c4c48c3bdfcb5306853779e82b101e52fdc2f95923d4d071f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:ca3b14d4dc352c45cfab525c2c4e2c703c46a948022634b1d023ac27fbf57f89_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2b5ba43a096f738c776e4fc95ac5afabbe1b80826c7350f85f0ca5987f412406_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:438b4904d97ca6cd51284955f284c0b078af30859460eb1ed608e20535ccc2c8_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f96217aeff1a39024700537986dca70ce7e94949c91c3da815dc715ef6588044_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:fe5172976364ca5ef1bd83d25b5a51497d51782ef30706ccbceae3db64d10019_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:b22341e8dfba8b10b70f21f3b597c02874bae485c07517402db0930397d82688_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:074255ff15e39c96ccb0dac16df03a8f3066afa4f2f6d81588e11d0cff5f7dd6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:194bed8ce4509622b1802b5b6c528e34c4fa610e7ca2894d2c5a34874e1e393f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f23f9417f4dc4631bb2ab5e51e95d3a28ea7511f96a12f5d717353db4a1b40cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ffc6d43eb11c5cc4672b73597b6cfe0dce6356f40777f4ab2dc26aa1f74cf957_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:678b96caceeb30a64c2f43395ab291e3035fa122d46eb9d2289e77bfc6b4c3b2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:cfa4cd81826c4f945fdb2900aa16028919ad0737beb15c424162a34c1f86a46b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d353cd9e8305138cc186affd8d68256061ca2113208c8969a5b0fa7b4c1eab24_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:dcfa45646e951547da04021f3f35d7262a95f565366a1c5ebbf12532f783f686_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9386cdac44378229ee4bbae348924e496738eadbb30a5a338886280a5361c91a_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b60ce2debac0fa9a6f0a125775df71c175aa1a0d25489cc63e1caf98464fb6b3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:cc3f28d099d73edfd4a234b5c6bdd52299a7b3fec9b25275aca413b64c9320e3_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f5a834aae45dabf73e50ef426ac18c2a4737c99373aa8705b60778cfa6faebe4_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:670450f25d9a48e836d7ea6196f7da036dde40a13c87ac4e56821a6c255820b1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:d480afc91510b9422e2d227813052a6a25a759bdd0fee683e399d3dcfa08ab29_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e292fc02185514b2e246e4ca7e23572bf24d64b72bb503e80b5f43411d6dd585_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb98140ad6ba3fe2b9fee5f59130671b490cf2849f5fb68a2abc51748d97ff8d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:14f23c5a1b81122d6c019ee470617da0e4597b9aac42c008797c0be8a0c14b45_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5180c88b2677bb366aea5af964bf40c1bad8bbf4c33cefaba87ce6c22e9e8e17_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:87359ad896ce3ecce5da9763a34f18b0481cbad50b4f3b0130b948e57645f818_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:c7a63ddb83702fc56250aaf0bf090db1038d7d29eb6025b6e9bc717e3cb3ced4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1ae07e2c03ed0497812c7f716d05358367bcd6aec9f25141658a86cba4f9361e_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8e4a29ad6b0e226e055bc56ef73b751a94f35fe06e83cf021b1a23204fab64cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d5242d47d9ce958769e5986d54eee1522b19341677ef2051bfea3c72b4b86ce5_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:deea39a769a89ac2ac4ea6470d4865de5802331e36b81ac167526b7cd92713fa_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1a3802e374386dd277f1e806a0cc7cdd9327dd57900df2e8af373acb0501a862_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b160193dd2e7612a7cd95e2f3e2863fae06c51b29afe8e67d57fa80ec703884_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e7e8edfbe4e6a55628f4d161d42d375f41e45e9bac792e1d33aadb3dbcafe471_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f7687becdf95ecf98b9fadbc501163c3bc2f4b1906fd59c19ad6717a1897f8e8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:1c5cb619fc844a48f79d2996d8c2239bab7077845d404184515d4e7df7afdc6e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4586e2f4308662e5ff54d15fb4a7839982fd59a74a7e0534b7df0537c65da3e7_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c69235da18dcccc515f64615d6e2313423520cff6c3d32b87b2c3e1f1069ffa3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ec4c412b018affc913dd6e50fa1ecaba47993619102a235572d30eb354af3599_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
},
{
"cve": "CVE-2025-66564",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:11.786030+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:189126988989d9ea557c1356386ee5a7443d5cb01717e0d974f0603a2b659130_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:452b98b484516602e84835289b97d3ce5bfea4de66996fc66381a74e5f47ab44_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db0681aece90f0ecbd6cebe7dbc60ba59f02258a27cdae938752a7e9dbaf475d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eaea088de3ff04166ec467b67d70f55662a2917441d3d9d4e8dd39677031bc4c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5271f61b08c3c593db3285d7d68014792440944ee38c2fff1839f2d401cc27ad_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:69cbd0e1ffe7abde1ac760e74088a5f98c529fa22b426dd15de013c7308bf325_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:97949783533ac35c4c48c3bdfcb5306853779e82b101e52fdc2f95923d4d071f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:ca3b14d4dc352c45cfab525c2c4e2c703c46a948022634b1d023ac27fbf57f89_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:b22341e8dfba8b10b70f21f3b597c02874bae485c07517402db0930397d82688_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:074255ff15e39c96ccb0dac16df03a8f3066afa4f2f6d81588e11d0cff5f7dd6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:194bed8ce4509622b1802b5b6c528e34c4fa610e7ca2894d2c5a34874e1e393f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f23f9417f4dc4631bb2ab5e51e95d3a28ea7511f96a12f5d717353db4a1b40cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ffc6d43eb11c5cc4672b73597b6cfe0dce6356f40777f4ab2dc26aa1f74cf957_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:678b96caceeb30a64c2f43395ab291e3035fa122d46eb9d2289e77bfc6b4c3b2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:cfa4cd81826c4f945fdb2900aa16028919ad0737beb15c424162a34c1f86a46b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d353cd9e8305138cc186affd8d68256061ca2113208c8969a5b0fa7b4c1eab24_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:dcfa45646e951547da04021f3f35d7262a95f565366a1c5ebbf12532f783f686_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9386cdac44378229ee4bbae348924e496738eadbb30a5a338886280a5361c91a_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b60ce2debac0fa9a6f0a125775df71c175aa1a0d25489cc63e1caf98464fb6b3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:cc3f28d099d73edfd4a234b5c6bdd52299a7b3fec9b25275aca413b64c9320e3_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f5a834aae45dabf73e50ef426ac18c2a4737c99373aa8705b60778cfa6faebe4_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:670450f25d9a48e836d7ea6196f7da036dde40a13c87ac4e56821a6c255820b1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:d480afc91510b9422e2d227813052a6a25a759bdd0fee683e399d3dcfa08ab29_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e292fc02185514b2e246e4ca7e23572bf24d64b72bb503e80b5f43411d6dd585_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb98140ad6ba3fe2b9fee5f59130671b490cf2849f5fb68a2abc51748d97ff8d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:14f23c5a1b81122d6c019ee470617da0e4597b9aac42c008797c0be8a0c14b45_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5180c88b2677bb366aea5af964bf40c1bad8bbf4c33cefaba87ce6c22e9e8e17_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:87359ad896ce3ecce5da9763a34f18b0481cbad50b4f3b0130b948e57645f818_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:c7a63ddb83702fc56250aaf0bf090db1038d7d29eb6025b6e9bc717e3cb3ced4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1ae07e2c03ed0497812c7f716d05358367bcd6aec9f25141658a86cba4f9361e_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8e4a29ad6b0e226e055bc56ef73b751a94f35fe06e83cf021b1a23204fab64cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d5242d47d9ce958769e5986d54eee1522b19341677ef2051bfea3c72b4b86ce5_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:deea39a769a89ac2ac4ea6470d4865de5802331e36b81ac167526b7cd92713fa_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1a3802e374386dd277f1e806a0cc7cdd9327dd57900df2e8af373acb0501a862_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b160193dd2e7612a7cd95e2f3e2863fae06c51b29afe8e67d57fa80ec703884_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e7e8edfbe4e6a55628f4d161d42d375f41e45e9bac792e1d33aadb3dbcafe471_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f7687becdf95ecf98b9fadbc501163c3bc2f4b1906fd59c19ad6717a1897f8e8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:1c5cb619fc844a48f79d2996d8c2239bab7077845d404184515d4e7df7afdc6e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4586e2f4308662e5ff54d15fb4a7839982fd59a74a7e0534b7df0537c65da3e7_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c69235da18dcccc515f64615d6e2313423520cff6c3d32b87b2c3e1f1069ffa3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ec4c412b018affc913dd6e50fa1ecaba47993619102a235572d30eb354af3599_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419054"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Sigstore Timestamp Authority. This vulnerability allows a denial of service via excessive memory allocation when processing a specially crafted Object Identifier or Content-Type header.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/timestamp-authority: Sigstore Timestamp Authority: Denial of Service via excessive OID or Content-Type header parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products. The Sigstore Timestamp Authority, a service for issuing RFC 3161 timestamps, is prone to excessive memory allocation. This occurs when processing untrusted OID payloads with many period characters or malformed Content-Type headers. An unauthenticated attacker could exploit this flaw to trigger a denial of service in affected Red Hat products that utilize this component.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2b5ba43a096f738c776e4fc95ac5afabbe1b80826c7350f85f0ca5987f412406_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:438b4904d97ca6cd51284955f284c0b078af30859460eb1ed608e20535ccc2c8_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f96217aeff1a39024700537986dca70ce7e94949c91c3da815dc715ef6588044_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:fe5172976364ca5ef1bd83d25b5a51497d51782ef30706ccbceae3db64d10019_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:189126988989d9ea557c1356386ee5a7443d5cb01717e0d974f0603a2b659130_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:452b98b484516602e84835289b97d3ce5bfea4de66996fc66381a74e5f47ab44_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db0681aece90f0ecbd6cebe7dbc60ba59f02258a27cdae938752a7e9dbaf475d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eaea088de3ff04166ec467b67d70f55662a2917441d3d9d4e8dd39677031bc4c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5271f61b08c3c593db3285d7d68014792440944ee38c2fff1839f2d401cc27ad_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:69cbd0e1ffe7abde1ac760e74088a5f98c529fa22b426dd15de013c7308bf325_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:97949783533ac35c4c48c3bdfcb5306853779e82b101e52fdc2f95923d4d071f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:ca3b14d4dc352c45cfab525c2c4e2c703c46a948022634b1d023ac27fbf57f89_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:b22341e8dfba8b10b70f21f3b597c02874bae485c07517402db0930397d82688_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:074255ff15e39c96ccb0dac16df03a8f3066afa4f2f6d81588e11d0cff5f7dd6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:194bed8ce4509622b1802b5b6c528e34c4fa610e7ca2894d2c5a34874e1e393f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f23f9417f4dc4631bb2ab5e51e95d3a28ea7511f96a12f5d717353db4a1b40cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ffc6d43eb11c5cc4672b73597b6cfe0dce6356f40777f4ab2dc26aa1f74cf957_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:678b96caceeb30a64c2f43395ab291e3035fa122d46eb9d2289e77bfc6b4c3b2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:cfa4cd81826c4f945fdb2900aa16028919ad0737beb15c424162a34c1f86a46b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d353cd9e8305138cc186affd8d68256061ca2113208c8969a5b0fa7b4c1eab24_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:dcfa45646e951547da04021f3f35d7262a95f565366a1c5ebbf12532f783f686_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9386cdac44378229ee4bbae348924e496738eadbb30a5a338886280a5361c91a_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b60ce2debac0fa9a6f0a125775df71c175aa1a0d25489cc63e1caf98464fb6b3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:cc3f28d099d73edfd4a234b5c6bdd52299a7b3fec9b25275aca413b64c9320e3_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f5a834aae45dabf73e50ef426ac18c2a4737c99373aa8705b60778cfa6faebe4_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:670450f25d9a48e836d7ea6196f7da036dde40a13c87ac4e56821a6c255820b1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:d480afc91510b9422e2d227813052a6a25a759bdd0fee683e399d3dcfa08ab29_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e292fc02185514b2e246e4ca7e23572bf24d64b72bb503e80b5f43411d6dd585_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb98140ad6ba3fe2b9fee5f59130671b490cf2849f5fb68a2abc51748d97ff8d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:14f23c5a1b81122d6c019ee470617da0e4597b9aac42c008797c0be8a0c14b45_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5180c88b2677bb366aea5af964bf40c1bad8bbf4c33cefaba87ce6c22e9e8e17_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:87359ad896ce3ecce5da9763a34f18b0481cbad50b4f3b0130b948e57645f818_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:c7a63ddb83702fc56250aaf0bf090db1038d7d29eb6025b6e9bc717e3cb3ced4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1ae07e2c03ed0497812c7f716d05358367bcd6aec9f25141658a86cba4f9361e_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8e4a29ad6b0e226e055bc56ef73b751a94f35fe06e83cf021b1a23204fab64cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d5242d47d9ce958769e5986d54eee1522b19341677ef2051bfea3c72b4b86ce5_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:deea39a769a89ac2ac4ea6470d4865de5802331e36b81ac167526b7cd92713fa_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1a3802e374386dd277f1e806a0cc7cdd9327dd57900df2e8af373acb0501a862_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b160193dd2e7612a7cd95e2f3e2863fae06c51b29afe8e67d57fa80ec703884_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e7e8edfbe4e6a55628f4d161d42d375f41e45e9bac792e1d33aadb3dbcafe471_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f7687becdf95ecf98b9fadbc501163c3bc2f4b1906fd59c19ad6717a1897f8e8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:1c5cb619fc844a48f79d2996d8c2239bab7077845d404184515d4e7df7afdc6e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4586e2f4308662e5ff54d15fb4a7839982fd59a74a7e0534b7df0537c65da3e7_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c69235da18dcccc515f64615d6e2313423520cff6c3d32b87b2c3e1f1069ffa3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ec4c412b018affc913dd6e50fa1ecaba47993619102a235572d30eb354af3599_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66564"
},
{
"category": "external",
"summary": "RHBZ#2419054",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419054"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66564",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66564"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66564",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66564"
},
{
"category": "external",
"summary": "https://github.com/sigstore/timestamp-authority/commit/0cae34e197d685a14904e0bad135b89d13b69421",
"url": "https://github.com/sigstore/timestamp-authority/commit/0cae34e197d685a14904e0bad135b89d13b69421"
},
{
"category": "external",
"summary": "https://github.com/sigstore/timestamp-authority/security/advisories/GHSA-4qg8-fj49-pxjh",
"url": "https://github.com/sigstore/timestamp-authority/security/advisories/GHSA-4qg8-fj49-pxjh"
}
],
"release_date": "2025-12-04T22:37:13.307000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-28T22:40:02+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2b5ba43a096f738c776e4fc95ac5afabbe1b80826c7350f85f0ca5987f412406_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:438b4904d97ca6cd51284955f284c0b078af30859460eb1ed608e20535ccc2c8_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f96217aeff1a39024700537986dca70ce7e94949c91c3da815dc715ef6588044_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:fe5172976364ca5ef1bd83d25b5a51497d51782ef30706ccbceae3db64d10019_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1517"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:189126988989d9ea557c1356386ee5a7443d5cb01717e0d974f0603a2b659130_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:452b98b484516602e84835289b97d3ce5bfea4de66996fc66381a74e5f47ab44_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db0681aece90f0ecbd6cebe7dbc60ba59f02258a27cdae938752a7e9dbaf475d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eaea088de3ff04166ec467b67d70f55662a2917441d3d9d4e8dd39677031bc4c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5271f61b08c3c593db3285d7d68014792440944ee38c2fff1839f2d401cc27ad_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:69cbd0e1ffe7abde1ac760e74088a5f98c529fa22b426dd15de013c7308bf325_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:97949783533ac35c4c48c3bdfcb5306853779e82b101e52fdc2f95923d4d071f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:ca3b14d4dc352c45cfab525c2c4e2c703c46a948022634b1d023ac27fbf57f89_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2b5ba43a096f738c776e4fc95ac5afabbe1b80826c7350f85f0ca5987f412406_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:438b4904d97ca6cd51284955f284c0b078af30859460eb1ed608e20535ccc2c8_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f96217aeff1a39024700537986dca70ce7e94949c91c3da815dc715ef6588044_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:fe5172976364ca5ef1bd83d25b5a51497d51782ef30706ccbceae3db64d10019_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:b22341e8dfba8b10b70f21f3b597c02874bae485c07517402db0930397d82688_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:074255ff15e39c96ccb0dac16df03a8f3066afa4f2f6d81588e11d0cff5f7dd6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:194bed8ce4509622b1802b5b6c528e34c4fa610e7ca2894d2c5a34874e1e393f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f23f9417f4dc4631bb2ab5e51e95d3a28ea7511f96a12f5d717353db4a1b40cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ffc6d43eb11c5cc4672b73597b6cfe0dce6356f40777f4ab2dc26aa1f74cf957_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:678b96caceeb30a64c2f43395ab291e3035fa122d46eb9d2289e77bfc6b4c3b2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:cfa4cd81826c4f945fdb2900aa16028919ad0737beb15c424162a34c1f86a46b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d353cd9e8305138cc186affd8d68256061ca2113208c8969a5b0fa7b4c1eab24_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:dcfa45646e951547da04021f3f35d7262a95f565366a1c5ebbf12532f783f686_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9386cdac44378229ee4bbae348924e496738eadbb30a5a338886280a5361c91a_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b60ce2debac0fa9a6f0a125775df71c175aa1a0d25489cc63e1caf98464fb6b3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:cc3f28d099d73edfd4a234b5c6bdd52299a7b3fec9b25275aca413b64c9320e3_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f5a834aae45dabf73e50ef426ac18c2a4737c99373aa8705b60778cfa6faebe4_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:670450f25d9a48e836d7ea6196f7da036dde40a13c87ac4e56821a6c255820b1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:d480afc91510b9422e2d227813052a6a25a759bdd0fee683e399d3dcfa08ab29_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e292fc02185514b2e246e4ca7e23572bf24d64b72bb503e80b5f43411d6dd585_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb98140ad6ba3fe2b9fee5f59130671b490cf2849f5fb68a2abc51748d97ff8d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:14f23c5a1b81122d6c019ee470617da0e4597b9aac42c008797c0be8a0c14b45_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5180c88b2677bb366aea5af964bf40c1bad8bbf4c33cefaba87ce6c22e9e8e17_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:87359ad896ce3ecce5da9763a34f18b0481cbad50b4f3b0130b948e57645f818_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:c7a63ddb83702fc56250aaf0bf090db1038d7d29eb6025b6e9bc717e3cb3ced4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1ae07e2c03ed0497812c7f716d05358367bcd6aec9f25141658a86cba4f9361e_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8e4a29ad6b0e226e055bc56ef73b751a94f35fe06e83cf021b1a23204fab64cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d5242d47d9ce958769e5986d54eee1522b19341677ef2051bfea3c72b4b86ce5_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:deea39a769a89ac2ac4ea6470d4865de5802331e36b81ac167526b7cd92713fa_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1a3802e374386dd277f1e806a0cc7cdd9327dd57900df2e8af373acb0501a862_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b160193dd2e7612a7cd95e2f3e2863fae06c51b29afe8e67d57fa80ec703884_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e7e8edfbe4e6a55628f4d161d42d375f41e45e9bac792e1d33aadb3dbcafe471_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f7687becdf95ecf98b9fadbc501163c3bc2f4b1906fd59c19ad6717a1897f8e8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:1c5cb619fc844a48f79d2996d8c2239bab7077845d404184515d4e7df7afdc6e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4586e2f4308662e5ff54d15fb4a7839982fd59a74a7e0534b7df0537c65da3e7_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c69235da18dcccc515f64615d6e2313423520cff6c3d32b87b2c3e1f1069ffa3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ec4c412b018affc913dd6e50fa1ecaba47993619102a235572d30eb354af3599_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/timestamp-authority: Sigstore Timestamp Authority: Denial of Service via excessive OID or Content-Type header parsing"
},
{
"cve": "CVE-2025-68428",
"cwe": {
"id": "CWE-73",
"name": "External Control of File Name or Path"
},
"discovery_date": "2026-01-05T22:01:15.703824+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:189126988989d9ea557c1356386ee5a7443d5cb01717e0d974f0603a2b659130_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:452b98b484516602e84835289b97d3ce5bfea4de66996fc66381a74e5f47ab44_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db0681aece90f0ecbd6cebe7dbc60ba59f02258a27cdae938752a7e9dbaf475d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eaea088de3ff04166ec467b67d70f55662a2917441d3d9d4e8dd39677031bc4c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5271f61b08c3c593db3285d7d68014792440944ee38c2fff1839f2d401cc27ad_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:69cbd0e1ffe7abde1ac760e74088a5f98c529fa22b426dd15de013c7308bf325_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:97949783533ac35c4c48c3bdfcb5306853779e82b101e52fdc2f95923d4d071f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:ca3b14d4dc352c45cfab525c2c4e2c703c46a948022634b1d023ac27fbf57f89_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:b22341e8dfba8b10b70f21f3b597c02874bae485c07517402db0930397d82688_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:074255ff15e39c96ccb0dac16df03a8f3066afa4f2f6d81588e11d0cff5f7dd6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:194bed8ce4509622b1802b5b6c528e34c4fa610e7ca2894d2c5a34874e1e393f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f23f9417f4dc4631bb2ab5e51e95d3a28ea7511f96a12f5d717353db4a1b40cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ffc6d43eb11c5cc4672b73597b6cfe0dce6356f40777f4ab2dc26aa1f74cf957_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:678b96caceeb30a64c2f43395ab291e3035fa122d46eb9d2289e77bfc6b4c3b2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:cfa4cd81826c4f945fdb2900aa16028919ad0737beb15c424162a34c1f86a46b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d353cd9e8305138cc186affd8d68256061ca2113208c8969a5b0fa7b4c1eab24_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:dcfa45646e951547da04021f3f35d7262a95f565366a1c5ebbf12532f783f686_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9386cdac44378229ee4bbae348924e496738eadbb30a5a338886280a5361c91a_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b60ce2debac0fa9a6f0a125775df71c175aa1a0d25489cc63e1caf98464fb6b3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:cc3f28d099d73edfd4a234b5c6bdd52299a7b3fec9b25275aca413b64c9320e3_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f5a834aae45dabf73e50ef426ac18c2a4737c99373aa8705b60778cfa6faebe4_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:670450f25d9a48e836d7ea6196f7da036dde40a13c87ac4e56821a6c255820b1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:d480afc91510b9422e2d227813052a6a25a759bdd0fee683e399d3dcfa08ab29_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e292fc02185514b2e246e4ca7e23572bf24d64b72bb503e80b5f43411d6dd585_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb98140ad6ba3fe2b9fee5f59130671b490cf2849f5fb68a2abc51748d97ff8d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:14f23c5a1b81122d6c019ee470617da0e4597b9aac42c008797c0be8a0c14b45_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5180c88b2677bb366aea5af964bf40c1bad8bbf4c33cefaba87ce6c22e9e8e17_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:87359ad896ce3ecce5da9763a34f18b0481cbad50b4f3b0130b948e57645f818_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:c7a63ddb83702fc56250aaf0bf090db1038d7d29eb6025b6e9bc717e3cb3ced4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1ae07e2c03ed0497812c7f716d05358367bcd6aec9f25141658a86cba4f9361e_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8e4a29ad6b0e226e055bc56ef73b751a94f35fe06e83cf021b1a23204fab64cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d5242d47d9ce958769e5986d54eee1522b19341677ef2051bfea3c72b4b86ce5_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:deea39a769a89ac2ac4ea6470d4865de5802331e36b81ac167526b7cd92713fa_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1a3802e374386dd277f1e806a0cc7cdd9327dd57900df2e8af373acb0501a862_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b160193dd2e7612a7cd95e2f3e2863fae06c51b29afe8e67d57fa80ec703884_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e7e8edfbe4e6a55628f4d161d42d375f41e45e9bac792e1d33aadb3dbcafe471_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f7687becdf95ecf98b9fadbc501163c3bc2f4b1906fd59c19ad6717a1897f8e8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:1c5cb619fc844a48f79d2996d8c2239bab7077845d404184515d4e7df7afdc6e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4586e2f4308662e5ff54d15fb4a7839982fd59a74a7e0534b7df0537c65da3e7_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c69235da18dcccc515f64615d6e2313423520cff6c3d32b87b2c3e1f1069ffa3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ec4c412b018affc913dd6e50fa1ecaba47993619102a235572d30eb354af3599_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427236"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal vulnerability has been discovered in the jdPDF npm library. User control of the first argument of the loadFile method in the node.js build allows local file inclusion/path traversal. If given the possibility to pass unsanitized paths to the loadFile method, a user can retrieve file contents of arbitrary files in the local file system the node process is running in. The file contents are included verbatim in the generated PDFs. Only the node.js builds of the library are affected, namely the `dist/jspdf.node.js` and `dist/jspdf.node.min.js`.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jspdf: jsPDF Local File Inclusion/Path Traversal vulnerability",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2b5ba43a096f738c776e4fc95ac5afabbe1b80826c7350f85f0ca5987f412406_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:438b4904d97ca6cd51284955f284c0b078af30859460eb1ed608e20535ccc2c8_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f96217aeff1a39024700537986dca70ce7e94949c91c3da815dc715ef6588044_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:fe5172976364ca5ef1bd83d25b5a51497d51782ef30706ccbceae3db64d10019_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:189126988989d9ea557c1356386ee5a7443d5cb01717e0d974f0603a2b659130_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:452b98b484516602e84835289b97d3ce5bfea4de66996fc66381a74e5f47ab44_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db0681aece90f0ecbd6cebe7dbc60ba59f02258a27cdae938752a7e9dbaf475d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eaea088de3ff04166ec467b67d70f55662a2917441d3d9d4e8dd39677031bc4c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5271f61b08c3c593db3285d7d68014792440944ee38c2fff1839f2d401cc27ad_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:69cbd0e1ffe7abde1ac760e74088a5f98c529fa22b426dd15de013c7308bf325_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:97949783533ac35c4c48c3bdfcb5306853779e82b101e52fdc2f95923d4d071f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:ca3b14d4dc352c45cfab525c2c4e2c703c46a948022634b1d023ac27fbf57f89_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:b22341e8dfba8b10b70f21f3b597c02874bae485c07517402db0930397d82688_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:074255ff15e39c96ccb0dac16df03a8f3066afa4f2f6d81588e11d0cff5f7dd6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:194bed8ce4509622b1802b5b6c528e34c4fa610e7ca2894d2c5a34874e1e393f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f23f9417f4dc4631bb2ab5e51e95d3a28ea7511f96a12f5d717353db4a1b40cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ffc6d43eb11c5cc4672b73597b6cfe0dce6356f40777f4ab2dc26aa1f74cf957_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:678b96caceeb30a64c2f43395ab291e3035fa122d46eb9d2289e77bfc6b4c3b2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:cfa4cd81826c4f945fdb2900aa16028919ad0737beb15c424162a34c1f86a46b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d353cd9e8305138cc186affd8d68256061ca2113208c8969a5b0fa7b4c1eab24_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:dcfa45646e951547da04021f3f35d7262a95f565366a1c5ebbf12532f783f686_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9386cdac44378229ee4bbae348924e496738eadbb30a5a338886280a5361c91a_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b60ce2debac0fa9a6f0a125775df71c175aa1a0d25489cc63e1caf98464fb6b3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:cc3f28d099d73edfd4a234b5c6bdd52299a7b3fec9b25275aca413b64c9320e3_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f5a834aae45dabf73e50ef426ac18c2a4737c99373aa8705b60778cfa6faebe4_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:670450f25d9a48e836d7ea6196f7da036dde40a13c87ac4e56821a6c255820b1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:d480afc91510b9422e2d227813052a6a25a759bdd0fee683e399d3dcfa08ab29_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e292fc02185514b2e246e4ca7e23572bf24d64b72bb503e80b5f43411d6dd585_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb98140ad6ba3fe2b9fee5f59130671b490cf2849f5fb68a2abc51748d97ff8d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:14f23c5a1b81122d6c019ee470617da0e4597b9aac42c008797c0be8a0c14b45_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5180c88b2677bb366aea5af964bf40c1bad8bbf4c33cefaba87ce6c22e9e8e17_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:87359ad896ce3ecce5da9763a34f18b0481cbad50b4f3b0130b948e57645f818_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:c7a63ddb83702fc56250aaf0bf090db1038d7d29eb6025b6e9bc717e3cb3ced4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1ae07e2c03ed0497812c7f716d05358367bcd6aec9f25141658a86cba4f9361e_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8e4a29ad6b0e226e055bc56ef73b751a94f35fe06e83cf021b1a23204fab64cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d5242d47d9ce958769e5986d54eee1522b19341677ef2051bfea3c72b4b86ce5_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:deea39a769a89ac2ac4ea6470d4865de5802331e36b81ac167526b7cd92713fa_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1a3802e374386dd277f1e806a0cc7cdd9327dd57900df2e8af373acb0501a862_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b160193dd2e7612a7cd95e2f3e2863fae06c51b29afe8e67d57fa80ec703884_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e7e8edfbe4e6a55628f4d161d42d375f41e45e9bac792e1d33aadb3dbcafe471_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f7687becdf95ecf98b9fadbc501163c3bc2f4b1906fd59c19ad6717a1897f8e8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:1c5cb619fc844a48f79d2996d8c2239bab7077845d404184515d4e7df7afdc6e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4586e2f4308662e5ff54d15fb4a7839982fd59a74a7e0534b7df0537c65da3e7_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c69235da18dcccc515f64615d6e2313423520cff6c3d32b87b2c3e1f1069ffa3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ec4c412b018affc913dd6e50fa1ecaba47993619102a235572d30eb354af3599_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68428"
},
{
"category": "external",
"summary": "RHBZ#2427236",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427236"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68428",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68428"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68428",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68428"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/commit/a688c8f479929b24a6543b1fa2d6364abb03066d",
"url": "https://github.com/parallax/jsPDF/commit/a688c8f479929b24a6543b1fa2d6364abb03066d"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/releases/tag/v4.0.0",
"url": "https://github.com/parallax/jsPDF/releases/tag/v4.0.0"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/security/advisories/GHSA-f8cm-6447-x5h2",
"url": "https://github.com/parallax/jsPDF/security/advisories/GHSA-f8cm-6447-x5h2"
}
],
"release_date": "2026-01-05T21:43:55.169000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-28T22:40:02+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2b5ba43a096f738c776e4fc95ac5afabbe1b80826c7350f85f0ca5987f412406_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:438b4904d97ca6cd51284955f284c0b078af30859460eb1ed608e20535ccc2c8_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f96217aeff1a39024700537986dca70ce7e94949c91c3da815dc715ef6588044_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:fe5172976364ca5ef1bd83d25b5a51497d51782ef30706ccbceae3db64d10019_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1517"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:189126988989d9ea557c1356386ee5a7443d5cb01717e0d974f0603a2b659130_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:452b98b484516602e84835289b97d3ce5bfea4de66996fc66381a74e5f47ab44_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db0681aece90f0ecbd6cebe7dbc60ba59f02258a27cdae938752a7e9dbaf475d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eaea088de3ff04166ec467b67d70f55662a2917441d3d9d4e8dd39677031bc4c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5271f61b08c3c593db3285d7d68014792440944ee38c2fff1839f2d401cc27ad_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:69cbd0e1ffe7abde1ac760e74088a5f98c529fa22b426dd15de013c7308bf325_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:97949783533ac35c4c48c3bdfcb5306853779e82b101e52fdc2f95923d4d071f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:ca3b14d4dc352c45cfab525c2c4e2c703c46a948022634b1d023ac27fbf57f89_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2b5ba43a096f738c776e4fc95ac5afabbe1b80826c7350f85f0ca5987f412406_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:438b4904d97ca6cd51284955f284c0b078af30859460eb1ed608e20535ccc2c8_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f96217aeff1a39024700537986dca70ce7e94949c91c3da815dc715ef6588044_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:fe5172976364ca5ef1bd83d25b5a51497d51782ef30706ccbceae3db64d10019_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:b22341e8dfba8b10b70f21f3b597c02874bae485c07517402db0930397d82688_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:074255ff15e39c96ccb0dac16df03a8f3066afa4f2f6d81588e11d0cff5f7dd6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:194bed8ce4509622b1802b5b6c528e34c4fa610e7ca2894d2c5a34874e1e393f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f23f9417f4dc4631bb2ab5e51e95d3a28ea7511f96a12f5d717353db4a1b40cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ffc6d43eb11c5cc4672b73597b6cfe0dce6356f40777f4ab2dc26aa1f74cf957_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:678b96caceeb30a64c2f43395ab291e3035fa122d46eb9d2289e77bfc6b4c3b2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:cfa4cd81826c4f945fdb2900aa16028919ad0737beb15c424162a34c1f86a46b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d353cd9e8305138cc186affd8d68256061ca2113208c8969a5b0fa7b4c1eab24_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:dcfa45646e951547da04021f3f35d7262a95f565366a1c5ebbf12532f783f686_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9386cdac44378229ee4bbae348924e496738eadbb30a5a338886280a5361c91a_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b60ce2debac0fa9a6f0a125775df71c175aa1a0d25489cc63e1caf98464fb6b3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:cc3f28d099d73edfd4a234b5c6bdd52299a7b3fec9b25275aca413b64c9320e3_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f5a834aae45dabf73e50ef426ac18c2a4737c99373aa8705b60778cfa6faebe4_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:670450f25d9a48e836d7ea6196f7da036dde40a13c87ac4e56821a6c255820b1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:d480afc91510b9422e2d227813052a6a25a759bdd0fee683e399d3dcfa08ab29_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e292fc02185514b2e246e4ca7e23572bf24d64b72bb503e80b5f43411d6dd585_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb98140ad6ba3fe2b9fee5f59130671b490cf2849f5fb68a2abc51748d97ff8d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:14f23c5a1b81122d6c019ee470617da0e4597b9aac42c008797c0be8a0c14b45_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5180c88b2677bb366aea5af964bf40c1bad8bbf4c33cefaba87ce6c22e9e8e17_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:87359ad896ce3ecce5da9763a34f18b0481cbad50b4f3b0130b948e57645f818_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:c7a63ddb83702fc56250aaf0bf090db1038d7d29eb6025b6e9bc717e3cb3ced4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1ae07e2c03ed0497812c7f716d05358367bcd6aec9f25141658a86cba4f9361e_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8e4a29ad6b0e226e055bc56ef73b751a94f35fe06e83cf021b1a23204fab64cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d5242d47d9ce958769e5986d54eee1522b19341677ef2051bfea3c72b4b86ce5_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:deea39a769a89ac2ac4ea6470d4865de5802331e36b81ac167526b7cd92713fa_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1a3802e374386dd277f1e806a0cc7cdd9327dd57900df2e8af373acb0501a862_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b160193dd2e7612a7cd95e2f3e2863fae06c51b29afe8e67d57fa80ec703884_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e7e8edfbe4e6a55628f4d161d42d375f41e45e9bac792e1d33aadb3dbcafe471_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f7687becdf95ecf98b9fadbc501163c3bc2f4b1906fd59c19ad6717a1897f8e8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:1c5cb619fc844a48f79d2996d8c2239bab7077845d404184515d4e7df7afdc6e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4586e2f4308662e5ff54d15fb4a7839982fd59a74a7e0534b7df0537c65da3e7_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c69235da18dcccc515f64615d6e2313423520cff6c3d32b87b2c3e1f1069ffa3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ec4c412b018affc913dd6e50fa1ecaba47993619102a235572d30eb354af3599_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:189126988989d9ea557c1356386ee5a7443d5cb01717e0d974f0603a2b659130_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:452b98b484516602e84835289b97d3ce5bfea4de66996fc66381a74e5f47ab44_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db0681aece90f0ecbd6cebe7dbc60ba59f02258a27cdae938752a7e9dbaf475d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eaea088de3ff04166ec467b67d70f55662a2917441d3d9d4e8dd39677031bc4c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5271f61b08c3c593db3285d7d68014792440944ee38c2fff1839f2d401cc27ad_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:69cbd0e1ffe7abde1ac760e74088a5f98c529fa22b426dd15de013c7308bf325_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:97949783533ac35c4c48c3bdfcb5306853779e82b101e52fdc2f95923d4d071f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:ca3b14d4dc352c45cfab525c2c4e2c703c46a948022634b1d023ac27fbf57f89_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2b5ba43a096f738c776e4fc95ac5afabbe1b80826c7350f85f0ca5987f412406_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:438b4904d97ca6cd51284955f284c0b078af30859460eb1ed608e20535ccc2c8_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f96217aeff1a39024700537986dca70ce7e94949c91c3da815dc715ef6588044_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:fe5172976364ca5ef1bd83d25b5a51497d51782ef30706ccbceae3db64d10019_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:b22341e8dfba8b10b70f21f3b597c02874bae485c07517402db0930397d82688_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:074255ff15e39c96ccb0dac16df03a8f3066afa4f2f6d81588e11d0cff5f7dd6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:194bed8ce4509622b1802b5b6c528e34c4fa610e7ca2894d2c5a34874e1e393f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f23f9417f4dc4631bb2ab5e51e95d3a28ea7511f96a12f5d717353db4a1b40cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ffc6d43eb11c5cc4672b73597b6cfe0dce6356f40777f4ab2dc26aa1f74cf957_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:678b96caceeb30a64c2f43395ab291e3035fa122d46eb9d2289e77bfc6b4c3b2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:cfa4cd81826c4f945fdb2900aa16028919ad0737beb15c424162a34c1f86a46b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d353cd9e8305138cc186affd8d68256061ca2113208c8969a5b0fa7b4c1eab24_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:dcfa45646e951547da04021f3f35d7262a95f565366a1c5ebbf12532f783f686_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9386cdac44378229ee4bbae348924e496738eadbb30a5a338886280a5361c91a_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b60ce2debac0fa9a6f0a125775df71c175aa1a0d25489cc63e1caf98464fb6b3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:cc3f28d099d73edfd4a234b5c6bdd52299a7b3fec9b25275aca413b64c9320e3_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f5a834aae45dabf73e50ef426ac18c2a4737c99373aa8705b60778cfa6faebe4_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:670450f25d9a48e836d7ea6196f7da036dde40a13c87ac4e56821a6c255820b1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:d480afc91510b9422e2d227813052a6a25a759bdd0fee683e399d3dcfa08ab29_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e292fc02185514b2e246e4ca7e23572bf24d64b72bb503e80b5f43411d6dd585_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb98140ad6ba3fe2b9fee5f59130671b490cf2849f5fb68a2abc51748d97ff8d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:14f23c5a1b81122d6c019ee470617da0e4597b9aac42c008797c0be8a0c14b45_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5180c88b2677bb366aea5af964bf40c1bad8bbf4c33cefaba87ce6c22e9e8e17_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:87359ad896ce3ecce5da9763a34f18b0481cbad50b4f3b0130b948e57645f818_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:c7a63ddb83702fc56250aaf0bf090db1038d7d29eb6025b6e9bc717e3cb3ced4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1ae07e2c03ed0497812c7f716d05358367bcd6aec9f25141658a86cba4f9361e_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8e4a29ad6b0e226e055bc56ef73b751a94f35fe06e83cf021b1a23204fab64cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d5242d47d9ce958769e5986d54eee1522b19341677ef2051bfea3c72b4b86ce5_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:deea39a769a89ac2ac4ea6470d4865de5802331e36b81ac167526b7cd92713fa_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1a3802e374386dd277f1e806a0cc7cdd9327dd57900df2e8af373acb0501a862_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b160193dd2e7612a7cd95e2f3e2863fae06c51b29afe8e67d57fa80ec703884_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e7e8edfbe4e6a55628f4d161d42d375f41e45e9bac792e1d33aadb3dbcafe471_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f7687becdf95ecf98b9fadbc501163c3bc2f4b1906fd59c19ad6717a1897f8e8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:1c5cb619fc844a48f79d2996d8c2239bab7077845d404184515d4e7df7afdc6e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4586e2f4308662e5ff54d15fb4a7839982fd59a74a7e0534b7df0537c65da3e7_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c69235da18dcccc515f64615d6e2313423520cff6c3d32b87b2c3e1f1069ffa3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ec4c412b018affc913dd6e50fa1ecaba47993619102a235572d30eb354af3599_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jspdf: jsPDF Local File Inclusion/Path Traversal vulnerability"
},
{
"cve": "CVE-2025-68973",
"cwe": {
"id": "CWE-675",
"name": "Multiple Operations on Resource in Single-Operation Context"
},
"discovery_date": "2025-12-28T17:00:44.161022+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:b22341e8dfba8b10b70f21f3b597c02874bae485c07517402db0930397d82688_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:670450f25d9a48e836d7ea6196f7da036dde40a13c87ac4e56821a6c255820b1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:d480afc91510b9422e2d227813052a6a25a759bdd0fee683e399d3dcfa08ab29_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e292fc02185514b2e246e4ca7e23572bf24d64b72bb503e80b5f43411d6dd585_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb98140ad6ba3fe2b9fee5f59130671b490cf2849f5fb68a2abc51748d97ff8d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1ae07e2c03ed0497812c7f716d05358367bcd6aec9f25141658a86cba4f9361e_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8e4a29ad6b0e226e055bc56ef73b751a94f35fe06e83cf021b1a23204fab64cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d5242d47d9ce958769e5986d54eee1522b19341677ef2051bfea3c72b4b86ce5_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:deea39a769a89ac2ac4ea6470d4865de5802331e36b81ac167526b7cd92713fa_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425966"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GnuPG. An attacker can provide crafted input to the `armor_filter` function, which incorrectly increments an index variable, leading to an out-of-bounds write. This memory corruption vulnerability may allow for information disclosure and could potentially lead to arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "GnuPG: GnuPG: Information disclosure and potential arbitrary code execution via out-of-bounds write",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products. The flaw in GnuPG\u0027s `armor_filter` function allows an attacker with local access to provide crafted input, potentially leading to information disclosure and arbitrary code execution due to an out-of-bounds write. Exploitation requires high attack complexity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:189126988989d9ea557c1356386ee5a7443d5cb01717e0d974f0603a2b659130_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:452b98b484516602e84835289b97d3ce5bfea4de66996fc66381a74e5f47ab44_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db0681aece90f0ecbd6cebe7dbc60ba59f02258a27cdae938752a7e9dbaf475d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eaea088de3ff04166ec467b67d70f55662a2917441d3d9d4e8dd39677031bc4c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5271f61b08c3c593db3285d7d68014792440944ee38c2fff1839f2d401cc27ad_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:69cbd0e1ffe7abde1ac760e74088a5f98c529fa22b426dd15de013c7308bf325_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:97949783533ac35c4c48c3bdfcb5306853779e82b101e52fdc2f95923d4d071f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:ca3b14d4dc352c45cfab525c2c4e2c703c46a948022634b1d023ac27fbf57f89_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2b5ba43a096f738c776e4fc95ac5afabbe1b80826c7350f85f0ca5987f412406_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:438b4904d97ca6cd51284955f284c0b078af30859460eb1ed608e20535ccc2c8_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f96217aeff1a39024700537986dca70ce7e94949c91c3da815dc715ef6588044_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:fe5172976364ca5ef1bd83d25b5a51497d51782ef30706ccbceae3db64d10019_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:074255ff15e39c96ccb0dac16df03a8f3066afa4f2f6d81588e11d0cff5f7dd6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:194bed8ce4509622b1802b5b6c528e34c4fa610e7ca2894d2c5a34874e1e393f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f23f9417f4dc4631bb2ab5e51e95d3a28ea7511f96a12f5d717353db4a1b40cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ffc6d43eb11c5cc4672b73597b6cfe0dce6356f40777f4ab2dc26aa1f74cf957_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:678b96caceeb30a64c2f43395ab291e3035fa122d46eb9d2289e77bfc6b4c3b2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:cfa4cd81826c4f945fdb2900aa16028919ad0737beb15c424162a34c1f86a46b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d353cd9e8305138cc186affd8d68256061ca2113208c8969a5b0fa7b4c1eab24_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:dcfa45646e951547da04021f3f35d7262a95f565366a1c5ebbf12532f783f686_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9386cdac44378229ee4bbae348924e496738eadbb30a5a338886280a5361c91a_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b60ce2debac0fa9a6f0a125775df71c175aa1a0d25489cc63e1caf98464fb6b3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:cc3f28d099d73edfd4a234b5c6bdd52299a7b3fec9b25275aca413b64c9320e3_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f5a834aae45dabf73e50ef426ac18c2a4737c99373aa8705b60778cfa6faebe4_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:14f23c5a1b81122d6c019ee470617da0e4597b9aac42c008797c0be8a0c14b45_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5180c88b2677bb366aea5af964bf40c1bad8bbf4c33cefaba87ce6c22e9e8e17_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:87359ad896ce3ecce5da9763a34f18b0481cbad50b4f3b0130b948e57645f818_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:c7a63ddb83702fc56250aaf0bf090db1038d7d29eb6025b6e9bc717e3cb3ced4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1a3802e374386dd277f1e806a0cc7cdd9327dd57900df2e8af373acb0501a862_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b160193dd2e7612a7cd95e2f3e2863fae06c51b29afe8e67d57fa80ec703884_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e7e8edfbe4e6a55628f4d161d42d375f41e45e9bac792e1d33aadb3dbcafe471_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f7687becdf95ecf98b9fadbc501163c3bc2f4b1906fd59c19ad6717a1897f8e8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:1c5cb619fc844a48f79d2996d8c2239bab7077845d404184515d4e7df7afdc6e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4586e2f4308662e5ff54d15fb4a7839982fd59a74a7e0534b7df0537c65da3e7_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c69235da18dcccc515f64615d6e2313423520cff6c3d32b87b2c3e1f1069ffa3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ec4c412b018affc913dd6e50fa1ecaba47993619102a235572d30eb354af3599_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:b22341e8dfba8b10b70f21f3b597c02874bae485c07517402db0930397d82688_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:670450f25d9a48e836d7ea6196f7da036dde40a13c87ac4e56821a6c255820b1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:d480afc91510b9422e2d227813052a6a25a759bdd0fee683e399d3dcfa08ab29_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e292fc02185514b2e246e4ca7e23572bf24d64b72bb503e80b5f43411d6dd585_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb98140ad6ba3fe2b9fee5f59130671b490cf2849f5fb68a2abc51748d97ff8d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1ae07e2c03ed0497812c7f716d05358367bcd6aec9f25141658a86cba4f9361e_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8e4a29ad6b0e226e055bc56ef73b751a94f35fe06e83cf021b1a23204fab64cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d5242d47d9ce958769e5986d54eee1522b19341677ef2051bfea3c72b4b86ce5_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:deea39a769a89ac2ac4ea6470d4865de5802331e36b81ac167526b7cd92713fa_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68973"
},
{
"category": "external",
"summary": "RHBZ#2425966",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425966"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68973",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68973"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68973",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68973"
},
{
"category": "external",
"summary": "https://github.com/gpg/gnupg/blob/ff30683418695f5d2cc9e6cf8c9418e09378ebe4/g10/armor.c#L1305-L1306",
"url": "https://github.com/gpg/gnupg/blob/ff30683418695f5d2cc9e6cf8c9418e09378ebe4/g10/armor.c#L1305-L1306"
},
{
"category": "external",
"summary": "https://github.com/gpg/gnupg/commit/115d138ba599328005c5321c0ef9f00355838ca9",
"url": "https://github.com/gpg/gnupg/commit/115d138ba599328005c5321c0ef9f00355838ca9"
},
{
"category": "external",
"summary": "https://gpg.fail/memcpy",
"url": "https://gpg.fail/memcpy"
},
{
"category": "external",
"summary": "https://news.ycombinator.com/item?id=46403200",
"url": "https://news.ycombinator.com/item?id=46403200"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2025/12/28/5",
"url": "https://www.openwall.com/lists/oss-security/2025/12/28/5"
}
],
"release_date": "2025-12-28T16:19:11.019000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-28T22:40:02+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:189126988989d9ea557c1356386ee5a7443d5cb01717e0d974f0603a2b659130_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:452b98b484516602e84835289b97d3ce5bfea4de66996fc66381a74e5f47ab44_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db0681aece90f0ecbd6cebe7dbc60ba59f02258a27cdae938752a7e9dbaf475d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eaea088de3ff04166ec467b67d70f55662a2917441d3d9d4e8dd39677031bc4c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5271f61b08c3c593db3285d7d68014792440944ee38c2fff1839f2d401cc27ad_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:69cbd0e1ffe7abde1ac760e74088a5f98c529fa22b426dd15de013c7308bf325_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:97949783533ac35c4c48c3bdfcb5306853779e82b101e52fdc2f95923d4d071f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:ca3b14d4dc352c45cfab525c2c4e2c703c46a948022634b1d023ac27fbf57f89_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2b5ba43a096f738c776e4fc95ac5afabbe1b80826c7350f85f0ca5987f412406_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:438b4904d97ca6cd51284955f284c0b078af30859460eb1ed608e20535ccc2c8_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f96217aeff1a39024700537986dca70ce7e94949c91c3da815dc715ef6588044_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:fe5172976364ca5ef1bd83d25b5a51497d51782ef30706ccbceae3db64d10019_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:074255ff15e39c96ccb0dac16df03a8f3066afa4f2f6d81588e11d0cff5f7dd6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:194bed8ce4509622b1802b5b6c528e34c4fa610e7ca2894d2c5a34874e1e393f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f23f9417f4dc4631bb2ab5e51e95d3a28ea7511f96a12f5d717353db4a1b40cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ffc6d43eb11c5cc4672b73597b6cfe0dce6356f40777f4ab2dc26aa1f74cf957_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:678b96caceeb30a64c2f43395ab291e3035fa122d46eb9d2289e77bfc6b4c3b2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:cfa4cd81826c4f945fdb2900aa16028919ad0737beb15c424162a34c1f86a46b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d353cd9e8305138cc186affd8d68256061ca2113208c8969a5b0fa7b4c1eab24_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:dcfa45646e951547da04021f3f35d7262a95f565366a1c5ebbf12532f783f686_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9386cdac44378229ee4bbae348924e496738eadbb30a5a338886280a5361c91a_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b60ce2debac0fa9a6f0a125775df71c175aa1a0d25489cc63e1caf98464fb6b3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:cc3f28d099d73edfd4a234b5c6bdd52299a7b3fec9b25275aca413b64c9320e3_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f5a834aae45dabf73e50ef426ac18c2a4737c99373aa8705b60778cfa6faebe4_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:14f23c5a1b81122d6c019ee470617da0e4597b9aac42c008797c0be8a0c14b45_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5180c88b2677bb366aea5af964bf40c1bad8bbf4c33cefaba87ce6c22e9e8e17_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:87359ad896ce3ecce5da9763a34f18b0481cbad50b4f3b0130b948e57645f818_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:c7a63ddb83702fc56250aaf0bf090db1038d7d29eb6025b6e9bc717e3cb3ced4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1a3802e374386dd277f1e806a0cc7cdd9327dd57900df2e8af373acb0501a862_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b160193dd2e7612a7cd95e2f3e2863fae06c51b29afe8e67d57fa80ec703884_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e7e8edfbe4e6a55628f4d161d42d375f41e45e9bac792e1d33aadb3dbcafe471_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f7687becdf95ecf98b9fadbc501163c3bc2f4b1906fd59c19ad6717a1897f8e8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:1c5cb619fc844a48f79d2996d8c2239bab7077845d404184515d4e7df7afdc6e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4586e2f4308662e5ff54d15fb4a7839982fd59a74a7e0534b7df0537c65da3e7_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c69235da18dcccc515f64615d6e2313423520cff6c3d32b87b2c3e1f1069ffa3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ec4c412b018affc913dd6e50fa1ecaba47993619102a235572d30eb354af3599_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1517"
},
{
"category": "workaround",
"details": "To mitigate this issue, users should avoid processing untrusted or unverified input with GnuPG. Exercise caution when handling GnuPG-encrypted or signed data from unknown or suspicious sources, as specially crafted input could trigger the vulnerability. This operational control reduces the attack surface by limiting exposure to malicious data.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:189126988989d9ea557c1356386ee5a7443d5cb01717e0d974f0603a2b659130_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:452b98b484516602e84835289b97d3ce5bfea4de66996fc66381a74e5f47ab44_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db0681aece90f0ecbd6cebe7dbc60ba59f02258a27cdae938752a7e9dbaf475d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eaea088de3ff04166ec467b67d70f55662a2917441d3d9d4e8dd39677031bc4c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5271f61b08c3c593db3285d7d68014792440944ee38c2fff1839f2d401cc27ad_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:69cbd0e1ffe7abde1ac760e74088a5f98c529fa22b426dd15de013c7308bf325_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:97949783533ac35c4c48c3bdfcb5306853779e82b101e52fdc2f95923d4d071f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:ca3b14d4dc352c45cfab525c2c4e2c703c46a948022634b1d023ac27fbf57f89_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2b5ba43a096f738c776e4fc95ac5afabbe1b80826c7350f85f0ca5987f412406_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:438b4904d97ca6cd51284955f284c0b078af30859460eb1ed608e20535ccc2c8_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f96217aeff1a39024700537986dca70ce7e94949c91c3da815dc715ef6588044_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:fe5172976364ca5ef1bd83d25b5a51497d51782ef30706ccbceae3db64d10019_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:b22341e8dfba8b10b70f21f3b597c02874bae485c07517402db0930397d82688_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:074255ff15e39c96ccb0dac16df03a8f3066afa4f2f6d81588e11d0cff5f7dd6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:194bed8ce4509622b1802b5b6c528e34c4fa610e7ca2894d2c5a34874e1e393f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f23f9417f4dc4631bb2ab5e51e95d3a28ea7511f96a12f5d717353db4a1b40cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ffc6d43eb11c5cc4672b73597b6cfe0dce6356f40777f4ab2dc26aa1f74cf957_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:678b96caceeb30a64c2f43395ab291e3035fa122d46eb9d2289e77bfc6b4c3b2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:cfa4cd81826c4f945fdb2900aa16028919ad0737beb15c424162a34c1f86a46b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d353cd9e8305138cc186affd8d68256061ca2113208c8969a5b0fa7b4c1eab24_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:dcfa45646e951547da04021f3f35d7262a95f565366a1c5ebbf12532f783f686_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9386cdac44378229ee4bbae348924e496738eadbb30a5a338886280a5361c91a_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b60ce2debac0fa9a6f0a125775df71c175aa1a0d25489cc63e1caf98464fb6b3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:cc3f28d099d73edfd4a234b5c6bdd52299a7b3fec9b25275aca413b64c9320e3_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f5a834aae45dabf73e50ef426ac18c2a4737c99373aa8705b60778cfa6faebe4_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:670450f25d9a48e836d7ea6196f7da036dde40a13c87ac4e56821a6c255820b1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:d480afc91510b9422e2d227813052a6a25a759bdd0fee683e399d3dcfa08ab29_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e292fc02185514b2e246e4ca7e23572bf24d64b72bb503e80b5f43411d6dd585_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb98140ad6ba3fe2b9fee5f59130671b490cf2849f5fb68a2abc51748d97ff8d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:14f23c5a1b81122d6c019ee470617da0e4597b9aac42c008797c0be8a0c14b45_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5180c88b2677bb366aea5af964bf40c1bad8bbf4c33cefaba87ce6c22e9e8e17_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:87359ad896ce3ecce5da9763a34f18b0481cbad50b4f3b0130b948e57645f818_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:c7a63ddb83702fc56250aaf0bf090db1038d7d29eb6025b6e9bc717e3cb3ced4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1ae07e2c03ed0497812c7f716d05358367bcd6aec9f25141658a86cba4f9361e_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8e4a29ad6b0e226e055bc56ef73b751a94f35fe06e83cf021b1a23204fab64cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d5242d47d9ce958769e5986d54eee1522b19341677ef2051bfea3c72b4b86ce5_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:deea39a769a89ac2ac4ea6470d4865de5802331e36b81ac167526b7cd92713fa_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1a3802e374386dd277f1e806a0cc7cdd9327dd57900df2e8af373acb0501a862_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b160193dd2e7612a7cd95e2f3e2863fae06c51b29afe8e67d57fa80ec703884_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e7e8edfbe4e6a55628f4d161d42d375f41e45e9bac792e1d33aadb3dbcafe471_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f7687becdf95ecf98b9fadbc501163c3bc2f4b1906fd59c19ad6717a1897f8e8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:1c5cb619fc844a48f79d2996d8c2239bab7077845d404184515d4e7df7afdc6e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4586e2f4308662e5ff54d15fb4a7839982fd59a74a7e0534b7df0537c65da3e7_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c69235da18dcccc515f64615d6e2313423520cff6c3d32b87b2c3e1f1069ffa3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ec4c412b018affc913dd6e50fa1ecaba47993619102a235572d30eb354af3599_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:189126988989d9ea557c1356386ee5a7443d5cb01717e0d974f0603a2b659130_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:452b98b484516602e84835289b97d3ce5bfea4de66996fc66381a74e5f47ab44_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db0681aece90f0ecbd6cebe7dbc60ba59f02258a27cdae938752a7e9dbaf475d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eaea088de3ff04166ec467b67d70f55662a2917441d3d9d4e8dd39677031bc4c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5271f61b08c3c593db3285d7d68014792440944ee38c2fff1839f2d401cc27ad_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:69cbd0e1ffe7abde1ac760e74088a5f98c529fa22b426dd15de013c7308bf325_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:97949783533ac35c4c48c3bdfcb5306853779e82b101e52fdc2f95923d4d071f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:ca3b14d4dc352c45cfab525c2c4e2c703c46a948022634b1d023ac27fbf57f89_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2b5ba43a096f738c776e4fc95ac5afabbe1b80826c7350f85f0ca5987f412406_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:438b4904d97ca6cd51284955f284c0b078af30859460eb1ed608e20535ccc2c8_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f96217aeff1a39024700537986dca70ce7e94949c91c3da815dc715ef6588044_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:fe5172976364ca5ef1bd83d25b5a51497d51782ef30706ccbceae3db64d10019_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:b22341e8dfba8b10b70f21f3b597c02874bae485c07517402db0930397d82688_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:074255ff15e39c96ccb0dac16df03a8f3066afa4f2f6d81588e11d0cff5f7dd6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:194bed8ce4509622b1802b5b6c528e34c4fa610e7ca2894d2c5a34874e1e393f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f23f9417f4dc4631bb2ab5e51e95d3a28ea7511f96a12f5d717353db4a1b40cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ffc6d43eb11c5cc4672b73597b6cfe0dce6356f40777f4ab2dc26aa1f74cf957_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:678b96caceeb30a64c2f43395ab291e3035fa122d46eb9d2289e77bfc6b4c3b2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:cfa4cd81826c4f945fdb2900aa16028919ad0737beb15c424162a34c1f86a46b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d353cd9e8305138cc186affd8d68256061ca2113208c8969a5b0fa7b4c1eab24_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:dcfa45646e951547da04021f3f35d7262a95f565366a1c5ebbf12532f783f686_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9386cdac44378229ee4bbae348924e496738eadbb30a5a338886280a5361c91a_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b60ce2debac0fa9a6f0a125775df71c175aa1a0d25489cc63e1caf98464fb6b3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:cc3f28d099d73edfd4a234b5c6bdd52299a7b3fec9b25275aca413b64c9320e3_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f5a834aae45dabf73e50ef426ac18c2a4737c99373aa8705b60778cfa6faebe4_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:670450f25d9a48e836d7ea6196f7da036dde40a13c87ac4e56821a6c255820b1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:d480afc91510b9422e2d227813052a6a25a759bdd0fee683e399d3dcfa08ab29_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e292fc02185514b2e246e4ca7e23572bf24d64b72bb503e80b5f43411d6dd585_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb98140ad6ba3fe2b9fee5f59130671b490cf2849f5fb68a2abc51748d97ff8d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:14f23c5a1b81122d6c019ee470617da0e4597b9aac42c008797c0be8a0c14b45_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5180c88b2677bb366aea5af964bf40c1bad8bbf4c33cefaba87ce6c22e9e8e17_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:87359ad896ce3ecce5da9763a34f18b0481cbad50b4f3b0130b948e57645f818_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:c7a63ddb83702fc56250aaf0bf090db1038d7d29eb6025b6e9bc717e3cb3ced4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1ae07e2c03ed0497812c7f716d05358367bcd6aec9f25141658a86cba4f9361e_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8e4a29ad6b0e226e055bc56ef73b751a94f35fe06e83cf021b1a23204fab64cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d5242d47d9ce958769e5986d54eee1522b19341677ef2051bfea3c72b4b86ce5_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:deea39a769a89ac2ac4ea6470d4865de5802331e36b81ac167526b7cd92713fa_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1a3802e374386dd277f1e806a0cc7cdd9327dd57900df2e8af373acb0501a862_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b160193dd2e7612a7cd95e2f3e2863fae06c51b29afe8e67d57fa80ec703884_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e7e8edfbe4e6a55628f4d161d42d375f41e45e9bac792e1d33aadb3dbcafe471_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f7687becdf95ecf98b9fadbc501163c3bc2f4b1906fd59c19ad6717a1897f8e8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:1c5cb619fc844a48f79d2996d8c2239bab7077845d404184515d4e7df7afdc6e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4586e2f4308662e5ff54d15fb4a7839982fd59a74a7e0534b7df0537c65da3e7_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c69235da18dcccc515f64615d6e2313423520cff6c3d32b87b2c3e1f1069ffa3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ec4c412b018affc913dd6e50fa1ecaba47993619102a235572d30eb354af3599_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "GnuPG: GnuPG: Information disclosure and potential arbitrary code execution via out-of-bounds write"
},
{
"cve": "CVE-2026-22029",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-01-10T04:01:03.694749+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:189126988989d9ea557c1356386ee5a7443d5cb01717e0d974f0603a2b659130_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:452b98b484516602e84835289b97d3ce5bfea4de66996fc66381a74e5f47ab44_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db0681aece90f0ecbd6cebe7dbc60ba59f02258a27cdae938752a7e9dbaf475d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eaea088de3ff04166ec467b67d70f55662a2917441d3d9d4e8dd39677031bc4c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5271f61b08c3c593db3285d7d68014792440944ee38c2fff1839f2d401cc27ad_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:69cbd0e1ffe7abde1ac760e74088a5f98c529fa22b426dd15de013c7308bf325_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:97949783533ac35c4c48c3bdfcb5306853779e82b101e52fdc2f95923d4d071f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:ca3b14d4dc352c45cfab525c2c4e2c703c46a948022634b1d023ac27fbf57f89_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:b22341e8dfba8b10b70f21f3b597c02874bae485c07517402db0930397d82688_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:074255ff15e39c96ccb0dac16df03a8f3066afa4f2f6d81588e11d0cff5f7dd6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:194bed8ce4509622b1802b5b6c528e34c4fa610e7ca2894d2c5a34874e1e393f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f23f9417f4dc4631bb2ab5e51e95d3a28ea7511f96a12f5d717353db4a1b40cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ffc6d43eb11c5cc4672b73597b6cfe0dce6356f40777f4ab2dc26aa1f74cf957_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:678b96caceeb30a64c2f43395ab291e3035fa122d46eb9d2289e77bfc6b4c3b2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:cfa4cd81826c4f945fdb2900aa16028919ad0737beb15c424162a34c1f86a46b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d353cd9e8305138cc186affd8d68256061ca2113208c8969a5b0fa7b4c1eab24_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:dcfa45646e951547da04021f3f35d7262a95f565366a1c5ebbf12532f783f686_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9386cdac44378229ee4bbae348924e496738eadbb30a5a338886280a5361c91a_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b60ce2debac0fa9a6f0a125775df71c175aa1a0d25489cc63e1caf98464fb6b3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:cc3f28d099d73edfd4a234b5c6bdd52299a7b3fec9b25275aca413b64c9320e3_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f5a834aae45dabf73e50ef426ac18c2a4737c99373aa8705b60778cfa6faebe4_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:670450f25d9a48e836d7ea6196f7da036dde40a13c87ac4e56821a6c255820b1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:d480afc91510b9422e2d227813052a6a25a759bdd0fee683e399d3dcfa08ab29_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e292fc02185514b2e246e4ca7e23572bf24d64b72bb503e80b5f43411d6dd585_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb98140ad6ba3fe2b9fee5f59130671b490cf2849f5fb68a2abc51748d97ff8d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:14f23c5a1b81122d6c019ee470617da0e4597b9aac42c008797c0be8a0c14b45_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5180c88b2677bb366aea5af964bf40c1bad8bbf4c33cefaba87ce6c22e9e8e17_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:87359ad896ce3ecce5da9763a34f18b0481cbad50b4f3b0130b948e57645f818_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:c7a63ddb83702fc56250aaf0bf090db1038d7d29eb6025b6e9bc717e3cb3ced4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1ae07e2c03ed0497812c7f716d05358367bcd6aec9f25141658a86cba4f9361e_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8e4a29ad6b0e226e055bc56ef73b751a94f35fe06e83cf021b1a23204fab64cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d5242d47d9ce958769e5986d54eee1522b19341677ef2051bfea3c72b4b86ce5_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:deea39a769a89ac2ac4ea6470d4865de5802331e36b81ac167526b7cd92713fa_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1a3802e374386dd277f1e806a0cc7cdd9327dd57900df2e8af373acb0501a862_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b160193dd2e7612a7cd95e2f3e2863fae06c51b29afe8e67d57fa80ec703884_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e7e8edfbe4e6a55628f4d161d42d375f41e45e9bac792e1d33aadb3dbcafe471_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f7687becdf95ecf98b9fadbc501163c3bc2f4b1906fd59c19ad6717a1897f8e8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:1c5cb619fc844a48f79d2996d8c2239bab7077845d404184515d4e7df7afdc6e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4586e2f4308662e5ff54d15fb4a7839982fd59a74a7e0534b7df0537c65da3e7_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c69235da18dcccc515f64615d6e2313423520cff6c3d32b87b2c3e1f1069ffa3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ec4c412b018affc913dd6e50fa1ecaba47993619102a235572d30eb354af3599_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2428412"
}
],
"notes": [
{
"category": "description",
"text": "A cross site scripting flaw has been discovered in the npm react-router and @remix-run/router packages. React Router (and Remix v1/v2) SPA open navigation redirects originating from loaders or actions in Framework Mode, Data Mode, or the unstable RSC modes can result in unsafe URLs causing unintended javascript execution on the client. This is only an issue if you are creating redirect paths from untrusted content or via an open redirect.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "@remix-run/router: react-router: React Router vulnerable to XSS via Open Redirects",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2b5ba43a096f738c776e4fc95ac5afabbe1b80826c7350f85f0ca5987f412406_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:438b4904d97ca6cd51284955f284c0b078af30859460eb1ed608e20535ccc2c8_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f96217aeff1a39024700537986dca70ce7e94949c91c3da815dc715ef6588044_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:fe5172976364ca5ef1bd83d25b5a51497d51782ef30706ccbceae3db64d10019_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:189126988989d9ea557c1356386ee5a7443d5cb01717e0d974f0603a2b659130_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:452b98b484516602e84835289b97d3ce5bfea4de66996fc66381a74e5f47ab44_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db0681aece90f0ecbd6cebe7dbc60ba59f02258a27cdae938752a7e9dbaf475d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eaea088de3ff04166ec467b67d70f55662a2917441d3d9d4e8dd39677031bc4c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5271f61b08c3c593db3285d7d68014792440944ee38c2fff1839f2d401cc27ad_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:69cbd0e1ffe7abde1ac760e74088a5f98c529fa22b426dd15de013c7308bf325_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:97949783533ac35c4c48c3bdfcb5306853779e82b101e52fdc2f95923d4d071f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:ca3b14d4dc352c45cfab525c2c4e2c703c46a948022634b1d023ac27fbf57f89_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:b22341e8dfba8b10b70f21f3b597c02874bae485c07517402db0930397d82688_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:074255ff15e39c96ccb0dac16df03a8f3066afa4f2f6d81588e11d0cff5f7dd6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:194bed8ce4509622b1802b5b6c528e34c4fa610e7ca2894d2c5a34874e1e393f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f23f9417f4dc4631bb2ab5e51e95d3a28ea7511f96a12f5d717353db4a1b40cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ffc6d43eb11c5cc4672b73597b6cfe0dce6356f40777f4ab2dc26aa1f74cf957_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:678b96caceeb30a64c2f43395ab291e3035fa122d46eb9d2289e77bfc6b4c3b2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:cfa4cd81826c4f945fdb2900aa16028919ad0737beb15c424162a34c1f86a46b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d353cd9e8305138cc186affd8d68256061ca2113208c8969a5b0fa7b4c1eab24_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:dcfa45646e951547da04021f3f35d7262a95f565366a1c5ebbf12532f783f686_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9386cdac44378229ee4bbae348924e496738eadbb30a5a338886280a5361c91a_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b60ce2debac0fa9a6f0a125775df71c175aa1a0d25489cc63e1caf98464fb6b3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:cc3f28d099d73edfd4a234b5c6bdd52299a7b3fec9b25275aca413b64c9320e3_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f5a834aae45dabf73e50ef426ac18c2a4737c99373aa8705b60778cfa6faebe4_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:670450f25d9a48e836d7ea6196f7da036dde40a13c87ac4e56821a6c255820b1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:d480afc91510b9422e2d227813052a6a25a759bdd0fee683e399d3dcfa08ab29_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e292fc02185514b2e246e4ca7e23572bf24d64b72bb503e80b5f43411d6dd585_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb98140ad6ba3fe2b9fee5f59130671b490cf2849f5fb68a2abc51748d97ff8d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:14f23c5a1b81122d6c019ee470617da0e4597b9aac42c008797c0be8a0c14b45_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5180c88b2677bb366aea5af964bf40c1bad8bbf4c33cefaba87ce6c22e9e8e17_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:87359ad896ce3ecce5da9763a34f18b0481cbad50b4f3b0130b948e57645f818_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:c7a63ddb83702fc56250aaf0bf090db1038d7d29eb6025b6e9bc717e3cb3ced4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1ae07e2c03ed0497812c7f716d05358367bcd6aec9f25141658a86cba4f9361e_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8e4a29ad6b0e226e055bc56ef73b751a94f35fe06e83cf021b1a23204fab64cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d5242d47d9ce958769e5986d54eee1522b19341677ef2051bfea3c72b4b86ce5_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:deea39a769a89ac2ac4ea6470d4865de5802331e36b81ac167526b7cd92713fa_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1a3802e374386dd277f1e806a0cc7cdd9327dd57900df2e8af373acb0501a862_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b160193dd2e7612a7cd95e2f3e2863fae06c51b29afe8e67d57fa80ec703884_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e7e8edfbe4e6a55628f4d161d42d375f41e45e9bac792e1d33aadb3dbcafe471_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f7687becdf95ecf98b9fadbc501163c3bc2f4b1906fd59c19ad6717a1897f8e8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:1c5cb619fc844a48f79d2996d8c2239bab7077845d404184515d4e7df7afdc6e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4586e2f4308662e5ff54d15fb4a7839982fd59a74a7e0534b7df0537c65da3e7_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c69235da18dcccc515f64615d6e2313423520cff6c3d32b87b2c3e1f1069ffa3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ec4c412b018affc913dd6e50fa1ecaba47993619102a235572d30eb354af3599_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22029"
},
{
"category": "external",
"summary": "RHBZ#2428412",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2428412"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22029",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22029"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22029",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22029"
},
{
"category": "external",
"summary": "https://github.com/remix-run/react-router/security/advisories/GHSA-2w69-qvjg-hvjx",
"url": "https://github.com/remix-run/react-router/security/advisories/GHSA-2w69-qvjg-hvjx"
}
],
"release_date": "2026-01-10T02:42:32.736000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-28T22:40:02+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2b5ba43a096f738c776e4fc95ac5afabbe1b80826c7350f85f0ca5987f412406_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:438b4904d97ca6cd51284955f284c0b078af30859460eb1ed608e20535ccc2c8_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f96217aeff1a39024700537986dca70ce7e94949c91c3da815dc715ef6588044_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:fe5172976364ca5ef1bd83d25b5a51497d51782ef30706ccbceae3db64d10019_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1517"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:189126988989d9ea557c1356386ee5a7443d5cb01717e0d974f0603a2b659130_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:452b98b484516602e84835289b97d3ce5bfea4de66996fc66381a74e5f47ab44_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db0681aece90f0ecbd6cebe7dbc60ba59f02258a27cdae938752a7e9dbaf475d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eaea088de3ff04166ec467b67d70f55662a2917441d3d9d4e8dd39677031bc4c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5271f61b08c3c593db3285d7d68014792440944ee38c2fff1839f2d401cc27ad_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:69cbd0e1ffe7abde1ac760e74088a5f98c529fa22b426dd15de013c7308bf325_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:97949783533ac35c4c48c3bdfcb5306853779e82b101e52fdc2f95923d4d071f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:ca3b14d4dc352c45cfab525c2c4e2c703c46a948022634b1d023ac27fbf57f89_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2b5ba43a096f738c776e4fc95ac5afabbe1b80826c7350f85f0ca5987f412406_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:438b4904d97ca6cd51284955f284c0b078af30859460eb1ed608e20535ccc2c8_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f96217aeff1a39024700537986dca70ce7e94949c91c3da815dc715ef6588044_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:fe5172976364ca5ef1bd83d25b5a51497d51782ef30706ccbceae3db64d10019_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:b22341e8dfba8b10b70f21f3b597c02874bae485c07517402db0930397d82688_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:074255ff15e39c96ccb0dac16df03a8f3066afa4f2f6d81588e11d0cff5f7dd6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:194bed8ce4509622b1802b5b6c528e34c4fa610e7ca2894d2c5a34874e1e393f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f23f9417f4dc4631bb2ab5e51e95d3a28ea7511f96a12f5d717353db4a1b40cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ffc6d43eb11c5cc4672b73597b6cfe0dce6356f40777f4ab2dc26aa1f74cf957_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:678b96caceeb30a64c2f43395ab291e3035fa122d46eb9d2289e77bfc6b4c3b2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:cfa4cd81826c4f945fdb2900aa16028919ad0737beb15c424162a34c1f86a46b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d353cd9e8305138cc186affd8d68256061ca2113208c8969a5b0fa7b4c1eab24_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:dcfa45646e951547da04021f3f35d7262a95f565366a1c5ebbf12532f783f686_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9386cdac44378229ee4bbae348924e496738eadbb30a5a338886280a5361c91a_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b60ce2debac0fa9a6f0a125775df71c175aa1a0d25489cc63e1caf98464fb6b3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:cc3f28d099d73edfd4a234b5c6bdd52299a7b3fec9b25275aca413b64c9320e3_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f5a834aae45dabf73e50ef426ac18c2a4737c99373aa8705b60778cfa6faebe4_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:670450f25d9a48e836d7ea6196f7da036dde40a13c87ac4e56821a6c255820b1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:d480afc91510b9422e2d227813052a6a25a759bdd0fee683e399d3dcfa08ab29_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e292fc02185514b2e246e4ca7e23572bf24d64b72bb503e80b5f43411d6dd585_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb98140ad6ba3fe2b9fee5f59130671b490cf2849f5fb68a2abc51748d97ff8d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:14f23c5a1b81122d6c019ee470617da0e4597b9aac42c008797c0be8a0c14b45_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5180c88b2677bb366aea5af964bf40c1bad8bbf4c33cefaba87ce6c22e9e8e17_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:87359ad896ce3ecce5da9763a34f18b0481cbad50b4f3b0130b948e57645f818_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:c7a63ddb83702fc56250aaf0bf090db1038d7d29eb6025b6e9bc717e3cb3ced4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1ae07e2c03ed0497812c7f716d05358367bcd6aec9f25141658a86cba4f9361e_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8e4a29ad6b0e226e055bc56ef73b751a94f35fe06e83cf021b1a23204fab64cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d5242d47d9ce958769e5986d54eee1522b19341677ef2051bfea3c72b4b86ce5_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:deea39a769a89ac2ac4ea6470d4865de5802331e36b81ac167526b7cd92713fa_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1a3802e374386dd277f1e806a0cc7cdd9327dd57900df2e8af373acb0501a862_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b160193dd2e7612a7cd95e2f3e2863fae06c51b29afe8e67d57fa80ec703884_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e7e8edfbe4e6a55628f4d161d42d375f41e45e9bac792e1d33aadb3dbcafe471_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f7687becdf95ecf98b9fadbc501163c3bc2f4b1906fd59c19ad6717a1897f8e8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:1c5cb619fc844a48f79d2996d8c2239bab7077845d404184515d4e7df7afdc6e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4586e2f4308662e5ff54d15fb4a7839982fd59a74a7e0534b7df0537c65da3e7_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c69235da18dcccc515f64615d6e2313423520cff6c3d32b87b2c3e1f1069ffa3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ec4c412b018affc913dd6e50fa1ecaba47993619102a235572d30eb354af3599_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:189126988989d9ea557c1356386ee5a7443d5cb01717e0d974f0603a2b659130_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:452b98b484516602e84835289b97d3ce5bfea4de66996fc66381a74e5f47ab44_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:db0681aece90f0ecbd6cebe7dbc60ba59f02258a27cdae938752a7e9dbaf475d_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:eaea088de3ff04166ec467b67d70f55662a2917441d3d9d4e8dd39677031bc4c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:5271f61b08c3c593db3285d7d68014792440944ee38c2fff1839f2d401cc27ad_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:69cbd0e1ffe7abde1ac760e74088a5f98c529fa22b426dd15de013c7308bf325_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:97949783533ac35c4c48c3bdfcb5306853779e82b101e52fdc2f95923d4d071f_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:ca3b14d4dc352c45cfab525c2c4e2c703c46a948022634b1d023ac27fbf57f89_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2b5ba43a096f738c776e4fc95ac5afabbe1b80826c7350f85f0ca5987f412406_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:438b4904d97ca6cd51284955f284c0b078af30859460eb1ed608e20535ccc2c8_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:f96217aeff1a39024700537986dca70ce7e94949c91c3da815dc715ef6588044_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:fe5172976364ca5ef1bd83d25b5a51497d51782ef30706ccbceae3db64d10019_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:b22341e8dfba8b10b70f21f3b597c02874bae485c07517402db0930397d82688_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:074255ff15e39c96ccb0dac16df03a8f3066afa4f2f6d81588e11d0cff5f7dd6_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:194bed8ce4509622b1802b5b6c528e34c4fa610e7ca2894d2c5a34874e1e393f_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:f23f9417f4dc4631bb2ab5e51e95d3a28ea7511f96a12f5d717353db4a1b40cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:ffc6d43eb11c5cc4672b73597b6cfe0dce6356f40777f4ab2dc26aa1f74cf957_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:678b96caceeb30a64c2f43395ab291e3035fa122d46eb9d2289e77bfc6b4c3b2_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:cfa4cd81826c4f945fdb2900aa16028919ad0737beb15c424162a34c1f86a46b_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d353cd9e8305138cc186affd8d68256061ca2113208c8969a5b0fa7b4c1eab24_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:dcfa45646e951547da04021f3f35d7262a95f565366a1c5ebbf12532f783f686_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:9386cdac44378229ee4bbae348924e496738eadbb30a5a338886280a5361c91a_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b60ce2debac0fa9a6f0a125775df71c175aa1a0d25489cc63e1caf98464fb6b3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:cc3f28d099d73edfd4a234b5c6bdd52299a7b3fec9b25275aca413b64c9320e3_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f5a834aae45dabf73e50ef426ac18c2a4737c99373aa8705b60778cfa6faebe4_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:670450f25d9a48e836d7ea6196f7da036dde40a13c87ac4e56821a6c255820b1_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:d480afc91510b9422e2d227813052a6a25a759bdd0fee683e399d3dcfa08ab29_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e292fc02185514b2e246e4ca7e23572bf24d64b72bb503e80b5f43411d6dd585_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:eb98140ad6ba3fe2b9fee5f59130671b490cf2849f5fb68a2abc51748d97ff8d_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:14f23c5a1b81122d6c019ee470617da0e4597b9aac42c008797c0be8a0c14b45_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5180c88b2677bb366aea5af964bf40c1bad8bbf4c33cefaba87ce6c22e9e8e17_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:87359ad896ce3ecce5da9763a34f18b0481cbad50b4f3b0130b948e57645f818_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:c7a63ddb83702fc56250aaf0bf090db1038d7d29eb6025b6e9bc717e3cb3ced4_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1ae07e2c03ed0497812c7f716d05358367bcd6aec9f25141658a86cba4f9361e_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:8e4a29ad6b0e226e055bc56ef73b751a94f35fe06e83cf021b1a23204fab64cd_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d5242d47d9ce958769e5986d54eee1522b19341677ef2051bfea3c72b4b86ce5_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:deea39a769a89ac2ac4ea6470d4865de5802331e36b81ac167526b7cd92713fa_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1a3802e374386dd277f1e806a0cc7cdd9327dd57900df2e8af373acb0501a862_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b160193dd2e7612a7cd95e2f3e2863fae06c51b29afe8e67d57fa80ec703884_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:e7e8edfbe4e6a55628f4d161d42d375f41e45e9bac792e1d33aadb3dbcafe471_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f7687becdf95ecf98b9fadbc501163c3bc2f4b1906fd59c19ad6717a1897f8e8_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:1c5cb619fc844a48f79d2996d8c2239bab7077845d404184515d4e7df7afdc6e_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:4586e2f4308662e5ff54d15fb4a7839982fd59a74a7e0534b7df0537c65da3e7_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c69235da18dcccc515f64615d6e2313423520cff6c3d32b87b2c3e1f1069ffa3_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.8:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:ec4c412b018affc913dd6e50fa1ecaba47993619102a235572d30eb354af3599_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "@remix-run/router: react-router: React Router vulnerable to XSS via Open Redirects"
}
]
}
RHSA-2026:2924
Vulnerability from csaf_redhat - Published: 2026-02-18 12:35 - Updated: 2026-03-18 20:46Notes
{
"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": "The 1.2.2 release of Red Hat Trusted Artifact Signer OpenShift Operator.\nFor more details please visit the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.2",
"title": "Topic"
},
{
"category": "general",
"text": "The RHTAS Operator can be used with OpenShift Container Platform 4.15, 4.16, 4.17, 4.18 and 4.19",
"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-2026:2924",
"url": "https://access.redhat.com/errata/RHSA-2026:2924"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.2",
"url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.2"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.2/html-single/release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.2/html-single/release_notes/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66418",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66471",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-21441",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22772",
"url": "https://access.redhat.com/security/cve/CVE-2026-22772"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_2924.json"
}
],
"title": "Red Hat Security Advisory: RHTAS 1.2.2 - Red Hat Trusted Artifact Signer Release",
"tracking": {
"current_release_date": "2026-03-18T20:46:26+00:00",
"generator": {
"date": "2026-03-18T20:46:26+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2026:2924",
"initial_release_date": "2026-02-18T12:35:32+00:00",
"revision_history": [
{
"date": "2026-02-18T12:35:32+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-18T12:35:37+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T20:46:26+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Trusted Artifact Signer 1.2",
"product": {
"name": "Red Hat Trusted Artifact Signer 1.2",
"product_id": "Red Hat Trusted Artifact Signer 1.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:trusted_artifact_signer:1.2::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Trusted Artifact Signer"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/client-server-rhel9@sha256:47071a0613d6d262110af4ce6703ce99db72c7ab58e3a6051b82f3098b372a49_amd64",
"product": {
"name": "registry.redhat.io/rhtas/client-server-rhel9@sha256:47071a0613d6d262110af4ce6703ce99db72c7ab58e3a6051b82f3098b372a49_amd64",
"product_id": "registry.redhat.io/rhtas/client-server-rhel9@sha256:47071a0613d6d262110af4ce6703ce99db72c7ab58e3a6051b82f3098b372a49_amd64",
"product_identification_helper": {
"purl": "pkg:oci/client-server-rhel9@sha256%3A47071a0613d6d262110af4ce6703ce99db72c7ab58e3a6051b82f3098b372a49?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1770789792"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/client-server-rhel9@sha256:47071a0613d6d262110af4ce6703ce99db72c7ab58e3a6051b82f3098b372a49_amd64 as a component of Red Hat Trusted Artifact Signer 1.2",
"product_id": "Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/client-server-rhel9@sha256:47071a0613d6d262110af4ce6703ce99db72c7ab58e3a6051b82f3098b372a49_amd64"
},
"product_reference": "registry.redhat.io/rhtas/client-server-rhel9@sha256:47071a0613d6d262110af4ce6703ce99db72c7ab58e3a6051b82f3098b372a49_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-66418",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-05T17:01:20.277857+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419455"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3 Python library that could lead to a Denial of Service condition. A remote, malicious server can exploit this flaw by responding to a client request with an HTTP message that uses an excessive number of chained compression algorithms. This unlimited decompression chain causes the client system to consume a virtually unbounded amount of CPU resources and memory. The high resource usage leads to service disruption, making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/client-server-rhel9@sha256:47071a0613d6d262110af4ce6703ce99db72c7ab58e3a6051b82f3098b372a49_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "RHBZ#2419455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66418"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8",
"url": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53"
}
],
"release_date": "2025-12-05T16:02:15.271000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-18T12:35:32+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.2\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.2/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/client-server-rhel9@sha256:47071a0613d6d262110af4ce6703ce99db72c7ab58e3a6051b82f3098b372a49_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2924"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/client-server-rhel9@sha256:47071a0613d6d262110af4ce6703ce99db72c7ab58e3a6051b82f3098b372a49_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion"
},
{
"cve": "CVE-2025-66471",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2025-12-05T17:02:21.597728+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419467"
}
],
"notes": [
{
"category": "description",
"text": "A decompression handling flaw has been discovered in urllib3. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data; CWE-409) on the client side, even if the application only requested a small chunk of data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 Streaming API improperly handles highly compressed data",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/client-server-rhel9@sha256:47071a0613d6d262110af4ce6703ce99db72c7ab58e3a6051b82f3098b372a49_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "RHBZ#2419467",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419467"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66471"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7",
"url": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37"
}
],
"release_date": "2025-12-05T16:06:08.531000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-18T12:35:32+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.2\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.2/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/client-server-rhel9@sha256:47071a0613d6d262110af4ce6703ce99db72c7ab58e3a6051b82f3098b372a49_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2924"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/client-server-rhel9@sha256:47071a0613d6d262110af4ce6703ce99db72c7ab58e3a6051b82f3098b372a49_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/client-server-rhel9@sha256:47071a0613d6d262110af4ce6703ce99db72c7ab58e3a6051b82f3098b372a49_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 Streaming API improperly handles highly compressed data"
},
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/client-server-rhel9@sha256:47071a0613d6d262110af4ce6703ce99db72c7ab58e3a6051b82f3098b372a49_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-18T12:35:32+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.2\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.2/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/client-server-rhel9@sha256:47071a0613d6d262110af4ce6703ce99db72c7ab58e3a6051b82f3098b372a49_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2924"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/client-server-rhel9@sha256:47071a0613d6d262110af4ce6703ce99db72c7ab58e3a6051b82f3098b372a49_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
},
{
"cve": "CVE-2026-21441",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-01-07T23:01:59.422078+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427726"
}
],
"notes": [
{
"category": "description",
"text": "urllib3 is an HTTP client library for Python. urllib3\u0027s streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. urllib3 can perform decoding or decompression based on the HTTP `Content-Encoding` header (e.g., `gzip`, `deflate`, `br`, or `zstd`). When using the streaming API, the library decompresses only the necessary bytes, enabling partial content consumption. Starting in version 1.22 and prior to version 2.6.3, for HTTP redirect responses, the library would read the entire response body to drain the connection and decompress the content unnecessarily. This decompression occurred even before any read methods were called, and configured read limits did not restrict the amount of decompressed data. As a result, there was no safeguard against decompression bombs. A malicious server could exploit this to trigger excessive resource consumption on the client. Applications and libraries are affected when they stream content from untrusted sources by setting `preload_content=False` when they do not disable redirects. Users should upgrade to at least urllib3 v2.6.3, in which the library does not decode content of redirect responses when `preload_content=False`. If upgrading is not immediately possible, disable redirects by setting `redirect=False` for requests to untrusted source.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/client-server-rhel9@sha256:47071a0613d6d262110af4ce6703ce99db72c7ab58e3a6051b82f3098b372a49_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "RHBZ#2427726",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427726"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b",
"url": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99"
}
],
"release_date": "2026-01-07T22:09:01.936000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-18T12:35:32+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.2\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.2/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/client-server-rhel9@sha256:47071a0613d6d262110af4ce6703ce99db72c7ab58e3a6051b82f3098b372a49_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2924"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/client-server-rhel9@sha256:47071a0613d6d262110af4ce6703ce99db72c7ab58e3a6051b82f3098b372a49_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)"
},
{
"cve": "CVE-2026-22772",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2026-01-12T22:01:21.336171+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2428808"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a certificate authority for issuing code signing certificates. A remote attacker could exploit this by bypassing MetaIssuer URL validation due to unanchored regular expressions (regex) in the `metaRegex()` function. This vulnerability could lead to Server-Side Request Forgery (SSRF), allowing the attacker to probe internal network services. While the flaw only permits GET requests, preventing state changes or data exfiltration, it still poses a risk for internal network reconnaissance.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fulcio: Fulcio: Server-Side Request Forgery (SSRF) via unanchored regex in MetaIssuer URL validation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat products. A flaw in Fulcio\u0027s URL validation allows attackers to bypass security checks, leading to Server-Side Request Forgery (SSRF). This could enable internal network reconnaissance within affected Red Hat OpenShift and Ansible Automation Platform deployments, though it does not permit state changes or data exfiltration.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/client-server-rhel9@sha256:47071a0613d6d262110af4ce6703ce99db72c7ab58e3a6051b82f3098b372a49_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22772"
},
{
"category": "external",
"summary": "RHBZ#2428808",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2428808"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22772",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22772"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22772",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22772"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/eaae2f2be56df9dea5f9b439ec81bedae4c0978d",
"url": "https://github.com/sigstore/fulcio/commit/eaae2f2be56df9dea5f9b439ec81bedae4c0978d"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-59jp-pj84-45mr",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-59jp-pj84-45mr"
}
],
"release_date": "2026-01-12T20:58:53.659000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-18T12:35:32+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.2\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.2/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/client-server-rhel9@sha256:47071a0613d6d262110af4ce6703ce99db72c7ab58e3a6051b82f3098b372a49_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2924"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/client-server-rhel9@sha256:47071a0613d6d262110af4ce6703ce99db72c7ab58e3a6051b82f3098b372a49_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.2:registry.redhat.io/rhtas/client-server-rhel9@sha256:47071a0613d6d262110af4ce6703ce99db72c7ab58e3a6051b82f3098b372a49_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "fulcio: Fulcio: Server-Side Request Forgery (SSRF) via unanchored regex in MetaIssuer URL validation"
}
]
}
RHSA-2026:2136
Vulnerability from csaf_redhat - Published: 2026-02-05 15:17 - Updated: 2026-03-18 21:16Notes
{
"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": "The 1.3.2 release of Red Hat Trusted Artifact Signer OpenShift Operator.\nFor more details please visit the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3",
"title": "Topic"
},
{
"category": "general",
"text": "The RHTAS Operator can be used with OpenShift Container Platform 4.16, 4.17, 4.18, 4.19, and 4.20",
"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-2026:2136",
"url": "https://access.redhat.com/errata/RHSA-2026:2136"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3",
"url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3/html-single/release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3/html-single/release_notes/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47913",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22772",
"url": "https://access.redhat.com/security/cve/CVE-2026-22772"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_2136.json"
}
],
"title": "Red Hat Security Advisory: RHTAS 1.3.2 - Red Hat Trusted Artifact Signer Release",
"tracking": {
"current_release_date": "2026-03-18T21:16:52+00:00",
"generator": {
"date": "2026-03-18T21:16:52+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2026:2136",
"initial_release_date": "2026-02-05T15:17:09+00:00",
"revision_history": [
{
"date": "2026-02-05T15:17:09+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-05T15:17:23+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T21:16:52+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Trusted Artifact Signer 1.3",
"product": {
"name": "Red Hat Trusted Artifact Signer 1.3",
"product_id": "Red Hat Trusted Artifact Signer 1.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:trusted_artifact_signer:1.3::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Trusted Artifact Signer"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/cosign-rhel9@sha256:a8289d488491991d454a32784de19476f2c984917eb7a33b4544e55512f2747c_amd64",
"product": {
"name": "registry.redhat.io/rhtas/cosign-rhel9@sha256:a8289d488491991d454a32784de19476f2c984917eb7a33b4544e55512f2747c_amd64",
"product_id": "registry.redhat.io/rhtas/cosign-rhel9@sha256:a8289d488491991d454a32784de19476f2c984917eb7a33b4544e55512f2747c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cosign-rhel9@sha256%3Aa8289d488491991d454a32784de19476f2c984917eb7a33b4544e55512f2747c?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1770107585"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:358e6addb56ff342bc8d850399b872f039bb9cbd7f108f0838e8e50d54b24857_amd64",
"product": {
"name": "registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:358e6addb56ff342bc8d850399b872f039bb9cbd7f108f0838e8e50d54b24857_amd64",
"product_id": "registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:358e6addb56ff342bc8d850399b872f039bb9cbd7f108f0838e8e50d54b24857_amd64",
"product_identification_helper": {
"purl": "pkg:oci/fetch-tsa-certs-rhel9@sha256%3A358e6addb56ff342bc8d850399b872f039bb9cbd7f108f0838e8e50d54b24857?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1770107440"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:3c39718e61d13648afcb5b0f5741aa771caf9b2f8c52e4af9dfa0635d5b05894_amd64",
"product": {
"name": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:3c39718e61d13648afcb5b0f5741aa771caf9b2f8c52e4af9dfa0635d5b05894_amd64",
"product_id": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:3c39718e61d13648afcb5b0f5741aa771caf9b2f8c52e4af9dfa0635d5b05894_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gitsign-rhel9@sha256%3A3c39718e61d13648afcb5b0f5741aa771caf9b2f8c52e4af9dfa0635d5b05894?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1770108193"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:63db8fe95e158a74d31bcfca03a4c8d505012870d594e8fd97cc0cb2af13fe65_amd64",
"product": {
"name": "registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:63db8fe95e158a74d31bcfca03a4c8d505012870d594e8fd97cc0cb2af13fe65_amd64",
"product_id": "registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:63db8fe95e158a74d31bcfca03a4c8d505012870d594e8fd97cc0cb2af13fe65_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rekor-cli-rhel9@sha256%3A63db8fe95e158a74d31bcfca03a4c8d505012870d594e8fd97cc0cb2af13fe65?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1770106163"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/updatetree-rhel9@sha256:67ff8332c09e00cb370355d16f1d06c16ff482e7a8857cdff4f556fae298f951_amd64",
"product": {
"name": "registry.redhat.io/rhtas/updatetree-rhel9@sha256:67ff8332c09e00cb370355d16f1d06c16ff482e7a8857cdff4f556fae298f951_amd64",
"product_id": "registry.redhat.io/rhtas/updatetree-rhel9@sha256:67ff8332c09e00cb370355d16f1d06c16ff482e7a8857cdff4f556fae298f951_amd64",
"product_identification_helper": {
"purl": "pkg:oci/updatetree-rhel9@sha256%3A67ff8332c09e00cb370355d16f1d06c16ff482e7a8857cdff4f556fae298f951?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1770106156"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/cosign-rhel9@sha256:a8289d488491991d454a32784de19476f2c984917eb7a33b4544e55512f2747c_amd64 as a component of Red Hat Trusted Artifact Signer 1.3",
"product_id": "Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/cosign-rhel9@sha256:a8289d488491991d454a32784de19476f2c984917eb7a33b4544e55512f2747c_amd64"
},
"product_reference": "registry.redhat.io/rhtas/cosign-rhel9@sha256:a8289d488491991d454a32784de19476f2c984917eb7a33b4544e55512f2747c_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:358e6addb56ff342bc8d850399b872f039bb9cbd7f108f0838e8e50d54b24857_amd64 as a component of Red Hat Trusted Artifact Signer 1.3",
"product_id": "Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:358e6addb56ff342bc8d850399b872f039bb9cbd7f108f0838e8e50d54b24857_amd64"
},
"product_reference": "registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:358e6addb56ff342bc8d850399b872f039bb9cbd7f108f0838e8e50d54b24857_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:3c39718e61d13648afcb5b0f5741aa771caf9b2f8c52e4af9dfa0635d5b05894_amd64 as a component of Red Hat Trusted Artifact Signer 1.3",
"product_id": "Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/gitsign-rhel9@sha256:3c39718e61d13648afcb5b0f5741aa771caf9b2f8c52e4af9dfa0635d5b05894_amd64"
},
"product_reference": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:3c39718e61d13648afcb5b0f5741aa771caf9b2f8c52e4af9dfa0635d5b05894_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:63db8fe95e158a74d31bcfca03a4c8d505012870d594e8fd97cc0cb2af13fe65_amd64 as a component of Red Hat Trusted Artifact Signer 1.3",
"product_id": "Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:63db8fe95e158a74d31bcfca03a4c8d505012870d594e8fd97cc0cb2af13fe65_amd64"
},
"product_reference": "registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:63db8fe95e158a74d31bcfca03a4c8d505012870d594e8fd97cc0cb2af13fe65_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/updatetree-rhel9@sha256:67ff8332c09e00cb370355d16f1d06c16ff482e7a8857cdff4f556fae298f951_amd64 as a component of Red Hat Trusted Artifact Signer 1.3",
"product_id": "Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/updatetree-rhel9@sha256:67ff8332c09e00cb370355d16f1d06c16ff482e7a8857cdff4f556fae298f951_amd64"
},
"product_reference": "registry.redhat.io/rhtas/updatetree-rhel9@sha256:67ff8332c09e00cb370355d16f1d06c16ff482e7a8857cdff4f556fae298f951_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47913",
"discovery_date": "2025-11-13T22:01:26.092452+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/cosign-rhel9@sha256:a8289d488491991d454a32784de19476f2c984917eb7a33b4544e55512f2747c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:358e6addb56ff342bc8d850399b872f039bb9cbd7f108f0838e8e50d54b24857_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:63db8fe95e158a74d31bcfca03a4c8d505012870d594e8fd97cc0cb2af13fe65_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/updatetree-rhel9@sha256:67ff8332c09e00cb370355d16f1d06c16ff482e7a8857cdff4f556fae298f951_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2414943"
}
],
"notes": [
{
"category": "description",
"text": "A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic(\"unreachable\") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important because it allows any malicious or misbehaving SSH agent to force a crash in the client process using a single valid protocol byte. The panic occurs before the client has a chance to validate message structure or recover, which means an attacker controlling\u2014or intercepting\u2014SSH agent traffic can reliably terminate processes that rely on agent interactions. In environments where SSH agents operate over forwarded sockets, shared workspaces, or CI/CD runners, this turns into a reliable, unauthenticated remote denial of service against critical automation or developer tooling. The flaw also stems from unsafe assumptions in the unmarshalling logic, where unexpected but protocol-legal message types drop into \u201cunreachable\u201d code paths instead of being handled gracefully\u2014making it a design-level reliability break rather than a simple error-handling bug. For this reason, it is rated as an important availability-impacting vulnerability rather than a moderate issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/gitsign-rhel9@sha256:3c39718e61d13648afcb5b0f5741aa771caf9b2f8c52e4af9dfa0635d5b05894_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/cosign-rhel9@sha256:a8289d488491991d454a32784de19476f2c984917eb7a33b4544e55512f2747c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:358e6addb56ff342bc8d850399b872f039bb9cbd7f108f0838e8e50d54b24857_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:63db8fe95e158a74d31bcfca03a4c8d505012870d594e8fd97cc0cb2af13fe65_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/updatetree-rhel9@sha256:67ff8332c09e00cb370355d16f1d06c16ff482e7a8857cdff4f556fae298f951_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "RHBZ#2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47913"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-hcg3-q754-cr77",
"url": "https://github.com/advisories/GHSA-hcg3-q754-cr77"
},
{
"category": "external",
"summary": "https://go.dev/cl/700295",
"url": "https://go.dev/cl/700295"
},
{
"category": "external",
"summary": "https://go.dev/issue/75178",
"url": "https://go.dev/issue/75178"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4116",
"url": "https://pkg.go.dev/vuln/GO-2025-4116"
}
],
"release_date": "2025-11-13T21:29:39.907000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T15:17:09+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/gitsign-rhel9@sha256:3c39718e61d13648afcb5b0f5741aa771caf9b2f8c52e4af9dfa0635d5b05894_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2136"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/cosign-rhel9@sha256:a8289d488491991d454a32784de19476f2c984917eb7a33b4544e55512f2747c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:358e6addb56ff342bc8d850399b872f039bb9cbd7f108f0838e8e50d54b24857_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/gitsign-rhel9@sha256:3c39718e61d13648afcb5b0f5741aa771caf9b2f8c52e4af9dfa0635d5b05894_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:63db8fe95e158a74d31bcfca03a4c8d505012870d594e8fd97cc0cb2af13fe65_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/updatetree-rhel9@sha256:67ff8332c09e00cb370355d16f1d06c16ff482e7a8857cdff4f556fae298f951_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/cosign-rhel9@sha256:a8289d488491991d454a32784de19476f2c984917eb7a33b4544e55512f2747c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:358e6addb56ff342bc8d850399b872f039bb9cbd7f108f0838e8e50d54b24857_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/gitsign-rhel9@sha256:3c39718e61d13648afcb5b0f5741aa771caf9b2f8c52e4af9dfa0635d5b05894_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:63db8fe95e158a74d31bcfca03a4c8d505012870d594e8fd97cc0cb2af13fe65_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/updatetree-rhel9@sha256:67ff8332c09e00cb370355d16f1d06c16ff482e7a8857cdff4f556fae298f951_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:358e6addb56ff342bc8d850399b872f039bb9cbd7f108f0838e8e50d54b24857_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/cosign-rhel9@sha256:a8289d488491991d454a32784de19476f2c984917eb7a33b4544e55512f2747c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/gitsign-rhel9@sha256:3c39718e61d13648afcb5b0f5741aa771caf9b2f8c52e4af9dfa0635d5b05894_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:63db8fe95e158a74d31bcfca03a4c8d505012870d594e8fd97cc0cb2af13fe65_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/updatetree-rhel9@sha256:67ff8332c09e00cb370355d16f1d06c16ff482e7a8857cdff4f556fae298f951_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:358e6addb56ff342bc8d850399b872f039bb9cbd7f108f0838e8e50d54b24857_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T15:17:09+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/cosign-rhel9@sha256:a8289d488491991d454a32784de19476f2c984917eb7a33b4544e55512f2747c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/gitsign-rhel9@sha256:3c39718e61d13648afcb5b0f5741aa771caf9b2f8c52e4af9dfa0635d5b05894_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:63db8fe95e158a74d31bcfca03a4c8d505012870d594e8fd97cc0cb2af13fe65_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/updatetree-rhel9@sha256:67ff8332c09e00cb370355d16f1d06c16ff482e7a8857cdff4f556fae298f951_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2136"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/cosign-rhel9@sha256:a8289d488491991d454a32784de19476f2c984917eb7a33b4544e55512f2747c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:358e6addb56ff342bc8d850399b872f039bb9cbd7f108f0838e8e50d54b24857_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/gitsign-rhel9@sha256:3c39718e61d13648afcb5b0f5741aa771caf9b2f8c52e4af9dfa0635d5b05894_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:63db8fe95e158a74d31bcfca03a4c8d505012870d594e8fd97cc0cb2af13fe65_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/updatetree-rhel9@sha256:67ff8332c09e00cb370355d16f1d06c16ff482e7a8857cdff4f556fae298f951_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:358e6addb56ff342bc8d850399b872f039bb9cbd7f108f0838e8e50d54b24857_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:63db8fe95e158a74d31bcfca03a4c8d505012870d594e8fd97cc0cb2af13fe65_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/updatetree-rhel9@sha256:67ff8332c09e00cb370355d16f1d06c16ff482e7a8857cdff4f556fae298f951_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/cosign-rhel9@sha256:a8289d488491991d454a32784de19476f2c984917eb7a33b4544e55512f2747c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/gitsign-rhel9@sha256:3c39718e61d13648afcb5b0f5741aa771caf9b2f8c52e4af9dfa0635d5b05894_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:358e6addb56ff342bc8d850399b872f039bb9cbd7f108f0838e8e50d54b24857_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:63db8fe95e158a74d31bcfca03a4c8d505012870d594e8fd97cc0cb2af13fe65_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/updatetree-rhel9@sha256:67ff8332c09e00cb370355d16f1d06c16ff482e7a8857cdff4f556fae298f951_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T15:17:09+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/cosign-rhel9@sha256:a8289d488491991d454a32784de19476f2c984917eb7a33b4544e55512f2747c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/gitsign-rhel9@sha256:3c39718e61d13648afcb5b0f5741aa771caf9b2f8c52e4af9dfa0635d5b05894_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2136"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/cosign-rhel9@sha256:a8289d488491991d454a32784de19476f2c984917eb7a33b4544e55512f2747c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:358e6addb56ff342bc8d850399b872f039bb9cbd7f108f0838e8e50d54b24857_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/gitsign-rhel9@sha256:3c39718e61d13648afcb5b0f5741aa771caf9b2f8c52e4af9dfa0635d5b05894_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:63db8fe95e158a74d31bcfca03a4c8d505012870d594e8fd97cc0cb2af13fe65_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/updatetree-rhel9@sha256:67ff8332c09e00cb370355d16f1d06c16ff482e7a8857cdff4f556fae298f951_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
},
{
"cve": "CVE-2026-22772",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2026-01-12T22:01:21.336171+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:358e6addb56ff342bc8d850399b872f039bb9cbd7f108f0838e8e50d54b24857_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:63db8fe95e158a74d31bcfca03a4c8d505012870d594e8fd97cc0cb2af13fe65_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/updatetree-rhel9@sha256:67ff8332c09e00cb370355d16f1d06c16ff482e7a8857cdff4f556fae298f951_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2428808"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a certificate authority for issuing code signing certificates. A remote attacker could exploit this by bypassing MetaIssuer URL validation due to unanchored regular expressions (regex) in the `metaRegex()` function. This vulnerability could lead to Server-Side Request Forgery (SSRF), allowing the attacker to probe internal network services. While the flaw only permits GET requests, preventing state changes or data exfiltration, it still poses a risk for internal network reconnaissance.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fulcio: Fulcio: Server-Side Request Forgery (SSRF) via unanchored regex in MetaIssuer URL validation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat products. A flaw in Fulcio\u0027s URL validation allows attackers to bypass security checks, leading to Server-Side Request Forgery (SSRF). This could enable internal network reconnaissance within affected Red Hat OpenShift and Ansible Automation Platform deployments, though it does not permit state changes or data exfiltration.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/cosign-rhel9@sha256:a8289d488491991d454a32784de19476f2c984917eb7a33b4544e55512f2747c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/gitsign-rhel9@sha256:3c39718e61d13648afcb5b0f5741aa771caf9b2f8c52e4af9dfa0635d5b05894_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:358e6addb56ff342bc8d850399b872f039bb9cbd7f108f0838e8e50d54b24857_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:63db8fe95e158a74d31bcfca03a4c8d505012870d594e8fd97cc0cb2af13fe65_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/updatetree-rhel9@sha256:67ff8332c09e00cb370355d16f1d06c16ff482e7a8857cdff4f556fae298f951_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22772"
},
{
"category": "external",
"summary": "RHBZ#2428808",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2428808"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22772",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22772"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22772",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22772"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/eaae2f2be56df9dea5f9b439ec81bedae4c0978d",
"url": "https://github.com/sigstore/fulcio/commit/eaae2f2be56df9dea5f9b439ec81bedae4c0978d"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-59jp-pj84-45mr",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-59jp-pj84-45mr"
}
],
"release_date": "2026-01-12T20:58:53.659000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T15:17:09+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/cosign-rhel9@sha256:a8289d488491991d454a32784de19476f2c984917eb7a33b4544e55512f2747c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/gitsign-rhel9@sha256:3c39718e61d13648afcb5b0f5741aa771caf9b2f8c52e4af9dfa0635d5b05894_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2136"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/cosign-rhel9@sha256:a8289d488491991d454a32784de19476f2c984917eb7a33b4544e55512f2747c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:358e6addb56ff342bc8d850399b872f039bb9cbd7f108f0838e8e50d54b24857_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/gitsign-rhel9@sha256:3c39718e61d13648afcb5b0f5741aa771caf9b2f8c52e4af9dfa0635d5b05894_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:63db8fe95e158a74d31bcfca03a4c8d505012870d594e8fd97cc0cb2af13fe65_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/updatetree-rhel9@sha256:67ff8332c09e00cb370355d16f1d06c16ff482e7a8857cdff4f556fae298f951_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/cosign-rhel9@sha256:a8289d488491991d454a32784de19476f2c984917eb7a33b4544e55512f2747c_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/fetch-tsa-certs-rhel9@sha256:358e6addb56ff342bc8d850399b872f039bb9cbd7f108f0838e8e50d54b24857_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/gitsign-rhel9@sha256:3c39718e61d13648afcb5b0f5741aa771caf9b2f8c52e4af9dfa0635d5b05894_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:63db8fe95e158a74d31bcfca03a4c8d505012870d594e8fd97cc0cb2af13fe65_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/updatetree-rhel9@sha256:67ff8332c09e00cb370355d16f1d06c16ff482e7a8857cdff4f556fae298f951_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "fulcio: Fulcio: Server-Side Request Forgery (SSRF) via unanchored regex in MetaIssuer URL validation"
}
]
}
RHSA-2026:2106
Vulnerability from csaf_redhat - Published: 2026-02-05 13:38 - Updated: 2026-03-18 20:46Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Updated images are now available for Red Hat OpenShift AI.",
"title": "Topic"
},
{
"category": "general",
"text": "Release of RHOAI 2.25.2 provides these changes:",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:2106",
"url": "https://access.redhat.com/errata/RHSA-2026:2106"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-12805",
"url": "https://access.redhat.com/security/cve/CVE-2025-12805"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-12816",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-52881",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66034",
"url": "https://access.redhat.com/security/cve/CVE-2025-66034"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66418",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66471",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66626",
"url": "https://access.redhat.com/security/cve/CVE-2025-66626"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-67725",
"url": "https://access.redhat.com/security/cve/CVE-2025-67725"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-67726",
"url": "https://access.redhat.com/security/cve/CVE-2025-67726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68156",
"url": "https://access.redhat.com/security/cve/CVE-2025-68156"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68476",
"url": "https://access.redhat.com/security/cve/CVE-2025-68476"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69223",
"url": "https://access.redhat.com/security/cve/CVE-2025-69223"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-21441",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24049",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"url": "https://docs.redhat.com/en/documentation/red_hat_openshift_ai/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_2106.json"
}
],
"title": "Red Hat Security Advisory: RHOAI 2.25.2 - Red Hat OpenShift AI",
"tracking": {
"current_release_date": "2026-03-18T20:46:11+00:00",
"generator": {
"date": "2026-03-18T20:46:11+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2026:2106",
"initial_release_date": "2026-02-05T13:38:32+00:00",
"revision_history": [
{
"date": "2026-02-05T13:38:32+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-05T13:38:45+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T20:46:11+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift AI 2.25",
"product": {
"name": "Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_ai:2.25::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift AI"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"product_id": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-built-in-detector-rhel9@sha256%3A5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770054761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"product_id": "registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-caikit-nlp-rhel9@sha256%3A11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770053939"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"product_id": "registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-caikit-tgis-serving-rhel9@sha256%3A81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770053804"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"product_id": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-codeflare-operator-rhel9@sha256%3A6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770223637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"product_id": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-dashboard-rhel9@sha256%3A24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770209922"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-argoexec-rhel9@sha256%3A873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770224105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256%3Aaf3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770224104"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-operator-controller-rhel9@sha256%3A4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770224116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"product_id": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-feast-operator-rhel9@sha256%3Abf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770060524"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"product_id": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-feature-server-rhel9@sha256%3A915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770061564"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"product_id": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-fms-guardrails-orchestrator-rhel9@sha256%3A4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770230497"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"product_id": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-guardrails-detector-huggingface-runtime-rhel9@sha256%3A77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770103233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kf-notebook-controller-rhel9@sha256%3Aa990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770224123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-agent-rhel9@sha256%3Ad88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055852"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-controller-rhel9@sha256%3A5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-router-rhel9@sha256%3A173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055874"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-storage-initializer-rhel9@sha256%3Afb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055932"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kuberay-operator-controller-rhel9@sha256%3Adeb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770224357"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kueue-controller-rhel9@sha256%3Aa1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770224400"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"product_id": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-llama-stack-core-rhel9@sha256%3A4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770237759"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"product_id": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-llama-stack-k8s-operator-rhel9@sha256%3Afa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770224279"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"product_id": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-llm-d-inference-scheduler-rhel9@sha256%3Ab491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770054097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"product_id": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-llm-d-routing-sidecar-rhel9@sha256%3Ad60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770053694"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-api-server-v2-rhel9@sha256%3A468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770224177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-driver-rhel9@sha256%3Ab9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770223791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-launcher-rhel9@sha256%3Abf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770223799"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256%3A20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770223796"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-runtime-generic-rhel9@sha256%3A93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770103375"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256%3Aed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770223798"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"product_id": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mlmd-grpc-server-rhel9@sha256%3A01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770254750"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"product_id": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mm-rest-proxy-rhel9@sha256%3A47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770211368"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"product_id": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mod-arch-model-registry-rhel9@sha256%3A41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770210287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-controller-rhel9@sha256%3A1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770056184"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-metadata-collection-rhel9@sha256%3A4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770054675"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-job-async-upload-rhel9@sha256%3Aeadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770103418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-operator-rhel9@sha256%3A4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770211398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-rhel9@sha256%3Abc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770240648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-runtime-adapter-rhel9@sha256%3Af2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055278"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-serving-controller-rhel9@sha256%3A4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770211530"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-rhel9@sha256%3A6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770053928"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"product_id": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-must-gather-rhel9@sha256%3A6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770056306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"product_id": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-notebook-controller-rhel9@sha256%3Ad87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770224116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"product_id": "registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-openvino-model-server-rhel9@sha256%3Afbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770054044"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"product_id": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-operator-bundle@sha256%3A241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770268016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"product_id": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-rhel9-operator@sha256%3Ac16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770266840"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256%3Ad17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256%3Ac35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770103255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256%3A0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770053703"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256%3Aa202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770053831"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256%3Ae18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770053721"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256%3A6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770053740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256%3A3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770053864"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ta-lmes-driver-rhel9@sha256%3Afb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055751"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ta-lmes-job-rhel9@sha256%3A616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770245096"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"product_id": "registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-cuda121-torch24-py311-rhel9@sha256%3A3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770053627"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"product_id": "registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-cuda124-torch25-py311-rhel9@sha256%3A67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770053626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"product_id": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-operator-rhel9@sha256%3A77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770212592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"product_id": "registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-rocm62-torch24-py311-rhel9@sha256%3A2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770053822"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"product_id": "registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-rocm62-torch25-py311-rhel9@sha256%3A96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770053784"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-operator-rhel9@sha256%3A9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055796"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-rhel9@sha256%3Aa5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770056349"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256%3A90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055923"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"product_id": "registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-vllm-cuda-rhel9@sha256%3A1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770059269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"product_id": "registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-vllm-gaudi-rhel9@sha256%3Aa2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770053799"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"product_id": "registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-vllm-rocm-rhel9@sha256%3A7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770053785"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256%3A2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055550"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256%3A62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055405"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256%3Accb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055397"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256%3A47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770053733"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256%3A158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770053728"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256%3Afbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770053730"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256%3Afec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770053829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256%3Ab19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770053864"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256%3Abcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770053748"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256%3A85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770053723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256%3Ab14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055425"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"product_id": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-built-in-detector-rhel9@sha256%3A88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770054761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"product_id": "registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-caikit-nlp-rhel9@sha256%3A70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770053939"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"product_id": "registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-caikit-tgis-serving-rhel9@sha256%3A4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770053804"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"product_id": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-codeflare-operator-rhel9@sha256%3A66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770223637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"product_id": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-dashboard-rhel9@sha256%3A91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770209922"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-argoexec-rhel9@sha256%3Ac8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770224105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256%3A81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770224104"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-operator-controller-rhel9@sha256%3A3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770224116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"product_id": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-feast-operator-rhel9@sha256%3A14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770060524"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"product_id": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-feature-server-rhel9@sha256%3A1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770061564"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"product_id": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-fms-guardrails-orchestrator-rhel9@sha256%3A6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770230497"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"product_id": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-guardrails-detector-huggingface-runtime-rhel9@sha256%3A91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770103233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"product_id": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kf-notebook-controller-rhel9@sha256%3A3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770224123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"product_id": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-agent-rhel9@sha256%3Aa8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055852"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"product_id": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-controller-rhel9@sha256%3A8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"product_id": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-router-rhel9@sha256%3A280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055874"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"product_id": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-storage-initializer-rhel9@sha256%3A509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055932"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"product_id": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kuberay-operator-controller-rhel9@sha256%3A50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770224357"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"product_id": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kueue-controller-rhel9@sha256%3Acd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770224400"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"product_id": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-llama-stack-core-rhel9@sha256%3Aef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770237759"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"product_id": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-llama-stack-k8s-operator-rhel9@sha256%3Ac0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770224279"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"product_id": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-llm-d-inference-scheduler-rhel9@sha256%3Ab6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770054097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"product_id": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-llm-d-routing-sidecar-rhel9@sha256%3A9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770053694"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-api-server-v2-rhel9@sha256%3Abe7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770224177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-driver-rhel9@sha256%3A52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770223791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-launcher-rhel9@sha256%3A67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770223799"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256%3Ac3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770223796"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-runtime-generic-rhel9@sha256%3A91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770103375"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256%3Af3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770223798"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"product_id": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mlmd-grpc-server-rhel9@sha256%3Aab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770254750"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"product_id": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mm-rest-proxy-rhel9@sha256%3A45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770211368"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"product_id": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mod-arch-model-registry-rhel9@sha256%3Af632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770210287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"product_id": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-controller-rhel9@sha256%3Ad4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770056184"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"product_id": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-metadata-collection-rhel9@sha256%3A189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770054675"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-job-async-upload-rhel9@sha256%3Ad4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770103418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-operator-rhel9@sha256%3Aa977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770211398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-rhel9@sha256%3A419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770240648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-runtime-adapter-rhel9@sha256%3Ac05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055278"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-serving-controller-rhel9@sha256%3Aef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770211530"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-rhel9@sha256%3Ad0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770053928"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"product_id": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-must-gather-rhel9@sha256%3A314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770056306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"product_id": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-notebook-controller-rhel9@sha256%3Aab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770224116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"product_id": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-rhel9-operator@sha256%3Ae6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770266840"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256%3A7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256%3A00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770103255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256%3Afa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770053740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ta-lmes-driver-rhel9@sha256%3A7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055751"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ta-lmes-job-rhel9@sha256%3A521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770245096"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"product_id": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-operator-rhel9@sha256%3A2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770212592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-operator-rhel9@sha256%3Ac0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055796"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-rhel9@sha256%3A7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770056349"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256%3A75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055923"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"product_id": "registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-vllm-cuda-rhel9@sha256%3A78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770059269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256%3A012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055550"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256%3Ab15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055405"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256%3A267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055397"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256%3A0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770053733"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256%3A1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770053748"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256%3A992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055425"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-built-in-detector-rhel9@sha256%3Aa389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770054761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-dashboard-rhel9@sha256%3A7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770209922"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-argoexec-rhel9@sha256%3Af7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770224105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256%3A36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770224104"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-operator-controller-rhel9@sha256%3A2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770224116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-feast-operator-rhel9@sha256%3A81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770060524"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-feature-server-rhel9@sha256%3A0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770061564"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-fms-guardrails-orchestrator-rhel9@sha256%3A1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770230497"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-guardrails-detector-huggingface-runtime-rhel9@sha256%3A51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770103233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-kf-notebook-controller-rhel9@sha256%3A7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770224123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-agent-rhel9@sha256%3A2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055852"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-controller-rhel9@sha256%3A8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-router-rhel9@sha256%3A584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055874"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-storage-initializer-rhel9@sha256%3A50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055932"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-kueue-controller-rhel9@sha256%3Aa7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770224400"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-api-server-v2-rhel9@sha256%3A80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770224177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-driver-rhel9@sha256%3A91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770223791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-launcher-rhel9@sha256%3Abef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770223799"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256%3Aebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770223796"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-runtime-generic-rhel9@sha256%3Ae15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770103375"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256%3Af77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770223798"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-mlmd-grpc-server-rhel9@sha256%3A39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770254750"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-mod-arch-model-registry-rhel9@sha256%3A21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770210287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-controller-rhel9@sha256%3A981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770056184"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-metadata-collection-rhel9@sha256%3Ae465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770054675"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-job-async-upload-rhel9@sha256%3A994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770103418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-operator-rhel9@sha256%3A49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770211398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-rhel9@sha256%3A723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770240648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-must-gather-rhel9@sha256%3Aa4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770056306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-notebook-controller-rhel9@sha256%3A8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770224116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-rhel9-operator@sha256%3Aef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770266840"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256%3A88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256%3Ad017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770103255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ta-lmes-driver-rhel9@sha256%3A67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055751"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ta-lmes-job-rhel9@sha256%3A8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770245096"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-operator-rhel9@sha256%3Abcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770212592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-operator-rhel9@sha256%3Ad0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055796"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-rhel9@sha256%3A74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770056349"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256%3Ab5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055923"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-vllm-cpu-rhel9@sha256%3Ad2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770116416"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256%3Ab1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055550"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256%3A8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055405"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256%3A7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055397"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256%3Adc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055425"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"product_id": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-built-in-detector-rhel9@sha256%3A51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770054761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"product_id": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-dashboard-rhel9@sha256%3A8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770209922"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"product_id": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-fms-guardrails-orchestrator-rhel9@sha256%3A20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770230497"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"product_id": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-guardrails-detector-huggingface-runtime-rhel9@sha256%3A960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770103233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"product_id": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-kf-notebook-controller-rhel9@sha256%3Ac73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770224123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"product_id": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-agent-rhel9@sha256%3Abdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055852"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"product_id": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-controller-rhel9@sha256%3Af2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"product_id": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-router-rhel9@sha256%3Abd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055874"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"product_id": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-storage-initializer-rhel9@sha256%3A26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055932"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"product_id": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-kueue-controller-rhel9@sha256%3Ae440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770224400"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"product_id": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-mod-arch-model-registry-rhel9@sha256%3Aa17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770210287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"product_id": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-controller-rhel9@sha256%3A434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770056184"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"product_id": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-metadata-collection-rhel9@sha256%3A90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770054675"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-job-async-upload-rhel9@sha256%3A1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770103418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-operator-rhel9@sha256%3A2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770211398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-rhel9@sha256%3A2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770240648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"product_id": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-must-gather-rhel9@sha256%3A16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770056306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"product_id": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-notebook-controller-rhel9@sha256%3A72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770224116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"product_id": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-rhel9-operator@sha256%3A16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770266840"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256%3A360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256%3A9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770103255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"product_id": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-ta-lmes-driver-rhel9@sha256%3Aaf384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055751"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"product_id": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-ta-lmes-job-rhel9@sha256%3Aeed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770245096"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-operator-rhel9@sha256%3A4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055796"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-rhel9@sha256%3A8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770056349"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256%3A5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055923"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"product_id": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-vllm-cpu-rhel9@sha256%3A2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770116416"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256%3A6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055405"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256%3A300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770055397"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-12805",
"cwe": {
"id": "CWE-653",
"name": "Improper Isolation or Compartmentalization"
},
"discovery_date": "2025-11-06T13:38:39.035000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2413101"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Red Hat OpenShift AI (RHOAI) llama-stack-operator. This vulnerability allows unauthorized access to Llama Stack services deployed in other namespaces via direct network requests, because no NetworkPolicy restricts access to the llama-stack service endpoint. As a result, a user in one namespace can access another user\u2019s Llama Stack instance and potentially view or manipulate sensitive data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "llama-stack-k8s-operator: Llama Stack service exposed across namespaces due to missing NetworkPolicy",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an IMPORTANT flaw in Red Hat OpenShift AI (RHOAI). The `llama-stack-operator` fails to implement a `NetworkPolicy`, enabling unauthorized access to Llama Stack services across different namespaces. This allows users to potentially view or manipulate sensitive data belonging to other users within the same RHOAI instance.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-12805"
},
{
"category": "external",
"summary": "RHBZ#2413101",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2413101"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-12805",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12805"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-12805",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12805"
}
],
"release_date": "2025-12-31T23:59:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T13:38:32+00:00",
"details": "For Red Hat OpenShift AI 2.25.2 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2106"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "llama-stack-k8s-operator: Llama Stack service exposed across namespaces due to missing NetworkPolicy"
},
{
"cve": "CVE-2025-12816",
"cwe": {
"id": "CWE-179",
"name": "Incorrect Behavior Order: Early Validation"
},
"discovery_date": "2025-11-25T20:01:05.875196+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417097"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-forge. This vulnerability allows unauthenticated attackers to bypass downstream cryptographic verifications and security decisions via crafting ASN.1 (Abstract Syntax Notation One) structures to desynchronize schema validations, yielding a semantic divergence.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products due to an interpretation conflict in the node-forge library. An unauthenticated attacker could exploit this flaw by crafting malicious ASN.1 structures, leading to a bypass of cryptographic verifications and security decisions in affected applications. This impacts various Red Hat products that utilize node-forge for cryptographic operations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "RHBZ#2417097",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417097"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-12816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12816"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge",
"url": "https://github.com/digitalbazaar/forge"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/pull/1124",
"url": "https://github.com/digitalbazaar/forge/pull/1124"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq"
},
{
"category": "external",
"summary": "https://kb.cert.org/vuls/id/521113",
"url": "https://kb.cert.org/vuls/id/521113"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/node-forge",
"url": "https://www.npmjs.com/package/node-forge"
}
],
"release_date": "2025-11-25T19:15:50.243000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T13:38:32+00:00",
"details": "For Red Hat OpenShift AI 2.25.2 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2106"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications"
},
{
"cve": "CVE-2025-52881",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.652000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404715"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "RHBZ#2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/selinux/pull/237",
"url": "https://github.com/opencontainers/selinux/pull/237"
}
],
"release_date": "2025-11-05T09:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T13:38:32+00:00",
"details": "For Red Hat OpenShift AI 2.25.2 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2106"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using rootless containers, as doing so will block most of the inadvertent writes (runc would run with reduced privileges, making attempts to write to procfs files ineffective).\n* Based on our analysis, neither AppArmor or SELinux can protect against the full version of the redirected write attack. The container runtime is generally privileged enough to write to arbitrary procfs files, which is more than sufficient to cause a container breakout.",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects"
},
{
"cve": "CVE-2025-66034",
"cwe": {
"id": "CWE-91",
"name": "XML Injection (aka Blind XPath Injection)"
},
"discovery_date": "2025-11-29T02:01:04.281026+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417780"
}
],
"notes": [
{
"category": "description",
"text": "This vulnerability in fontTools varLib allows a crafted .designspace file to trigger arbitrary file writes and XML-based content injection during variable-font generation. Because filenames are not sanitized, an attacker can use path traversal to overwrite files anywhere on the filesystem, and malicious payloads embedded in XML labelname elements can be injected directly into the generated output. When these overwritten files reside in executable or web-served locations, this can enable local remote-code execution or corruption of application or configuration files. The issue affects the varLib CLI and any code that invokes fontTools.varLib.main().",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fonttools: fontTools: Arbitrary file write leading to remote code execution via malicious .designspace file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is rated Moderate rather than Important because the exploitability hinges on several limiting technical factors despite the high integrity impact. The arbitrary file-write and XML-injection pathways are only reachable when a user or automated workflow locally processes a malicious .designspace file, giving the flaw a local attack vector (AV:L) and requiring explicit user interaction (UI:R)\u2014meaning an attacker cannot trigger it remotely over the network. The attack also involves high complexity (AC:H), as it depends on crafted designspace structures, controlled font sources, and specific invocation of fonttools varLib or code that directly calls varLib.main(). Additionally, the vulnerability does not expose confidentiality, and availability effects are limited to potential file corruption. These constraints significantly narrow real-world exposure, keeping the risk profile in the Moderate range despite the possibility of high local integrity impact when exploited.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66034"
},
{
"category": "external",
"summary": "RHBZ#2417780",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417780"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66034",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66034"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66034",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66034"
},
{
"category": "external",
"summary": "https://github.com/fonttools/fonttools/commit/a696d5ba93270d5954f98e7cab5ddca8a02c1e32",
"url": "https://github.com/fonttools/fonttools/commit/a696d5ba93270d5954f98e7cab5ddca8a02c1e32"
},
{
"category": "external",
"summary": "https://github.com/fonttools/fonttools/security/advisories/GHSA-768j-98cg-p3fv",
"url": "https://github.com/fonttools/fonttools/security/advisories/GHSA-768j-98cg-p3fv"
}
],
"release_date": "2025-11-29T01:07:12.193000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T13:38:32+00:00",
"details": "For Red Hat OpenShift AI 2.25.2 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2106"
},
{
"category": "workaround",
"details": "To mitigate this issue, avoid processing untrusted .designspace files with the fontTools varLib script or any application that invokes fontTools.varLib.main(). Restrict the execution environment of processes handling .designspace files to minimize potential impact from arbitrary file writes. If the fonttools package is not required, consider removing it.",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:N/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "fonttools: fontTools: Arbitrary file write leading to remote code execution via malicious .designspace file"
},
{
"cve": "CVE-2025-66418",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-05T17:01:20.277857+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419455"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3 Python library that could lead to a Denial of Service condition. A remote, malicious server can exploit this flaw by responding to a client request with an HTTP message that uses an excessive number of chained compression algorithms. This unlimited decompression chain causes the client system to consume a virtually unbounded amount of CPU resources and memory. The high resource usage leads to service disruption, making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "RHBZ#2419455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66418"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8",
"url": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53"
}
],
"release_date": "2025-12-05T16:02:15.271000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T13:38:32+00:00",
"details": "For Red Hat OpenShift AI 2.25.2 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2106"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion"
},
{
"cve": "CVE-2025-66471",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2025-12-05T17:02:21.597728+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419467"
}
],
"notes": [
{
"category": "description",
"text": "A decompression handling flaw has been discovered in urllib3. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data; CWE-409) on the client side, even if the application only requested a small chunk of data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 Streaming API improperly handles highly compressed data",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "RHBZ#2419467",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419467"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66471"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7",
"url": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37"
}
],
"release_date": "2025-12-05T16:06:08.531000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T13:38:32+00:00",
"details": "For Red Hat OpenShift AI 2.25.2 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2106"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 Streaming API improperly handles highly compressed data"
},
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T13:38:32+00:00",
"details": "For Red Hat OpenShift AI 2.25.2 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2106"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
},
{
"cve": "CVE-2025-66626",
"cwe": {
"id": "CWE-73",
"name": "External Control of File Name or Path"
},
"discovery_date": "2025-12-09T21:01:10.560389+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2420818"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal and arbitrary file overwrite vulnerability has been identified in Argo Workflows during the extraction of archived artifacts, where symbolic links inside a crafted archive are not safely validated before file extraction. An attacker could exploit this flaw by submitting a malicious archive containing symbolic links that point outside the intended extraction directory, causing files to be written or overwritten in unintended locations within the workflow pod. Successful exploitation may allow an attacker to overwrite execution control files and achieve arbitrary command execution during pod startup.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/argoproj/argo-workflows: argoproj/argo-workflows is vulnerable to RCE via ZipSlip and symbolic links",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security has rated this issue as High severity (CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:H, 8.3) because an attacker with basic workflow submission privileges can supply a specially crafted archive that is automatically extracted without proper validation. The attack complexity is low and does not require user interaction once the malicious workflow is submitted. Successful exploitation allows arbitrary file overwrite within the affected pod, including critical execution files, which can result in code execution at pod startup. While the impact is generally limited to the compromised pod and does not directly lead to host-level compromise, the integrity and availability impacts within the container are significant, justifying a High severity rating.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66626"
},
{
"category": "external",
"summary": "RHBZ#2420818",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2420818"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66626",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66626"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66626",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66626"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-p84v-gxvw-73pf",
"url": "https://github.com/advisories/GHSA-p84v-gxvw-73pf"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-workflows/blob/5291e0b01f94ba864f96f795bb500f2cfc5ad799/workflow/executor/executor.go#L1034-L1037",
"url": "https://github.com/argoproj/argo-workflows/blob/5291e0b01f94ba864f96f795bb500f2cfc5ad799/workflow/executor/executor.go#L1034-L1037"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-workflows/commit/6b92af23f35aed4d4de8b04adcaf19d68f006de1",
"url": "https://github.com/argoproj/argo-workflows/commit/6b92af23f35aed4d4de8b04adcaf19d68f006de1"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-workflows/security/advisories/GHSA-xrqc-7xgx-c9vh",
"url": "https://github.com/argoproj/argo-workflows/security/advisories/GHSA-xrqc-7xgx-c9vh"
}
],
"release_date": "2025-12-09T20:19:14.680000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T13:38:32+00:00",
"details": "For Red Hat OpenShift AI 2.25.2 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2106"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/argoproj/argo-workflows: argoproj/argo-workflows is vulnerable to RCE via ZipSlip and symbolic links"
},
{
"cve": "CVE-2025-67725",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-12-12T09:44:25.333328+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2421722"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Tornado networking library. In Tornado, a single maliciously crafted HTTP request can block the server\u0027s event loop for an extended period, caused by the HTTPHeaders.add method. The function accumulates values using string concatenation when the same header name is repeated, causing a Denial of Service (DoS). Due to Python string immutability, each concatenation copies the entire string, resulting in O(n\u00b2) time complexity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "tornado: Tornado Quadratic DoS via Repeated Header Coalescing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The availability impact of this flaw is partially mitigated on Red Hat products as the host systems are not at risk.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-67725"
},
{
"category": "external",
"summary": "RHBZ#2421722",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2421722"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-67725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67725"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-67725",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-67725"
},
{
"category": "external",
"summary": "https://github.com/tornadoweb/tornado/commit/771472cfdaeebc0d89a9cc46e249f8891a6b29cd",
"url": "https://github.com/tornadoweb/tornado/commit/771472cfdaeebc0d89a9cc46e249f8891a6b29cd"
},
{
"category": "external",
"summary": "https://github.com/tornadoweb/tornado/releases/tag/v6.5.3",
"url": "https://github.com/tornadoweb/tornado/releases/tag/v6.5.3"
},
{
"category": "external",
"summary": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-c98p-7wgm-6p64",
"url": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-c98p-7wgm-6p64"
}
],
"release_date": "2025-12-12T05:49:41.523000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T13:38:32+00:00",
"details": "For Red Hat OpenShift AI 2.25.2 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2106"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "tornado: Tornado Quadratic DoS via Repeated Header Coalescing"
},
{
"cve": "CVE-2025-67726",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2025-12-12T09:45:15.366983+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2421733"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Tornado networking library. Affected versions of Tornado us an inefficient algorithm when parsing parameters for HTTP header values, potentially causing a DoS. The _parseparam function in httputil.py is used to parse specific HTTP header values, such as those in multipart/form-data and repeatedly calls string.count() within a nested loop while processing quoted semicolons. If an attacker sends a request with a large number of maliciously crafted parameters in a Content-Disposition header, the server\u0027s CPU usage increases quadratically (O(n\u00b2)) during parsing. Due to Tornado\u0027s single event loop architecture, a single malicious request can cause the entire server to become unresponsive for an extended period.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "tornado: Tornado Quadratic DoS via Crafted Multipart Parameters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The availability impact of this flaw is partially mitigated on Red Hat products as the host systems are not at risk.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-67726"
},
{
"category": "external",
"summary": "RHBZ#2421733",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2421733"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-67726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-67726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-67726"
},
{
"category": "external",
"summary": "https://github.com/tornadoweb/tornado/commit/771472cfdaeebc0d89a9cc46e249f8891a6b29cd",
"url": "https://github.com/tornadoweb/tornado/commit/771472cfdaeebc0d89a9cc46e249f8891a6b29cd"
},
{
"category": "external",
"summary": "https://github.com/tornadoweb/tornado/releases/tag/v6.5.3",
"url": "https://github.com/tornadoweb/tornado/releases/tag/v6.5.3"
},
{
"category": "external",
"summary": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-jhmp-mqwm-3gq8",
"url": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-jhmp-mqwm-3gq8"
}
],
"release_date": "2025-12-12T06:13:51.336000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T13:38:32+00:00",
"details": "For Red Hat OpenShift AI 2.25.2 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2106"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "tornado: Tornado Quadratic DoS via Crafted Multipart Parameters"
},
{
"cve": "CVE-2025-68156",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-16T19:01:42.049157+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2422891"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Expr, an expression language and expression evaluation for Go. This vulnerability allows a denial of service (DoS) via recursive traversal over user-provided deeply nested or cyclic data structures without enforcing a maximum recursion depth, leading to a stack overflow panic and application crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/expr-lang/expr: Expr: Denial of Service via uncontrolled recursion in expression evaluation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products utilizing the `Expr` Go library because it can lead to a denial-of-service. Exploitation requires an application to evaluate expressions against untrusted or insufficiently validated data structures containing deeply nested or cyclic references, which can cause a stack overflow and application crash. Products that do not process untrusted input with `Expr` are not affected.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68156"
},
{
"category": "external",
"summary": "RHBZ#2422891",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2422891"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68156",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68156"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68156",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68156"
},
{
"category": "external",
"summary": "https://github.com/expr-lang/expr/pull/870",
"url": "https://github.com/expr-lang/expr/pull/870"
},
{
"category": "external",
"summary": "https://github.com/expr-lang/expr/security/advisories/GHSA-cfpf-hrx2-8rv6",
"url": "https://github.com/expr-lang/expr/security/advisories/GHSA-cfpf-hrx2-8rv6"
}
],
"release_date": "2025-12-16T18:24:11.648000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T13:38:32+00:00",
"details": "For Red Hat OpenShift AI 2.25.2 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2106"
},
{
"category": "workaround",
"details": "To mitigate this issue, applications using the `Expr` library should ensure that evaluation environments do not contain cyclic references. Additionally, externally supplied data structures must be validated or sanitized before being passed to `Expr` for evaluation. As a last-resort defensive measure, expression evaluation can be wrapped with panic recovery to prevent a full process crash.",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/expr-lang/expr: Expr: Denial of Service via uncontrolled recursion in expression evaluation"
},
{
"cve": "CVE-2025-68476",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-12-22T22:03:38.850390+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2424509"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in KEDA, a Kubernetes-based Event Driven Autoscaling component. This arbitrary file read vulnerability allows an attacker with permissions to create or modify a TriggerAuthentication resource to read any file from the node\u0027s filesystem where the KEDA pod resides. This is due to insufficient path validation when handling Service Account Tokens during HashiCorp Vault authentication. Successful exploitation can lead to the exfiltration of sensitive system information, such as secrets or configuration files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/kedacore/keda: KEDA: Arbitrary file read vulnerability in Vault authentication",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important because an attacker with permissions to create or modify a KEDA TriggerAuthentication resource can perform arbitrary file reads from the node\u0027s filesystem. This impacts Red Hat OpenShift products that utilize KEDA with HashiCorp Vault authentication.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68476"
},
{
"category": "external",
"summary": "RHBZ#2424509",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2424509"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68476",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68476"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68476",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68476"
},
{
"category": "external",
"summary": "https://github.com/kedacore/keda/commit/15c5677f65f809b9b6b59a52f4cf793db0a510fd",
"url": "https://github.com/kedacore/keda/commit/15c5677f65f809b9b6b59a52f4cf793db0a510fd"
},
{
"category": "external",
"summary": "https://github.com/kedacore/keda/security/advisories/GHSA-c4p6-qg4m-9jmr",
"url": "https://github.com/kedacore/keda/security/advisories/GHSA-c4p6-qg4m-9jmr"
}
],
"release_date": "2025-12-22T21:35:00.480000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T13:38:32+00:00",
"details": "For Red Hat OpenShift AI 2.25.2 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2106"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/kedacore/keda: KEDA: Arbitrary file read vulnerability in Vault authentication"
},
{
"cve": "CVE-2025-69223",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-06T20:01:19.831548+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427456"
}
],
"notes": [
{
"category": "description",
"text": "A decompression based denial of service flaw has been discovered in the AIOHTTP python library. Library versions 3.13.2 and below allow a zip bomb to be used to execute a DoS against the AIOHTTP server. An attacker may be able to send a compressed request that when decompressed by AIOHTTP could exhaust the host\u0027s memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aiohttp: AIOHTTP\u0027s HTTP Parser auto_decompress feature is vulnerable to zip bomb",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69223"
},
{
"category": "external",
"summary": "RHBZ#2427456",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427456"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69223",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69223"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69223",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69223"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/commit/2b920c39002cee0ec5b402581779bbaaf7c9138a",
"url": "https://github.com/aio-libs/aiohttp/commit/2b920c39002cee0ec5b402581779bbaaf7c9138a"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-6mq8-rvhq-8wgg",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-6mq8-rvhq-8wgg"
}
],
"release_date": "2026-01-05T22:00:17.715000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T13:38:32+00:00",
"details": "For Red Hat OpenShift AI 2.25.2 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2106"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "aiohttp: AIOHTTP\u0027s HTTP Parser auto_decompress feature is vulnerable to zip bomb"
},
{
"cve": "CVE-2026-21441",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-01-07T23:01:59.422078+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427726"
}
],
"notes": [
{
"category": "description",
"text": "urllib3 is an HTTP client library for Python. urllib3\u0027s streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. urllib3 can perform decoding or decompression based on the HTTP `Content-Encoding` header (e.g., `gzip`, `deflate`, `br`, or `zstd`). When using the streaming API, the library decompresses only the necessary bytes, enabling partial content consumption. Starting in version 1.22 and prior to version 2.6.3, for HTTP redirect responses, the library would read the entire response body to drain the connection and decompress the content unnecessarily. This decompression occurred even before any read methods were called, and configured read limits did not restrict the amount of decompressed data. As a result, there was no safeguard against decompression bombs. A malicious server could exploit this to trigger excessive resource consumption on the client. Applications and libraries are affected when they stream content from untrusted sources by setting `preload_content=False` when they do not disable redirects. Users should upgrade to at least urllib3 v2.6.3, in which the library does not decode content of redirect responses when `preload_content=False`. If upgrading is not immediately possible, disable redirects by setting `redirect=False` for requests to untrusted source.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "RHBZ#2427726",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427726"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b",
"url": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99"
}
],
"release_date": "2026-01-07T22:09:01.936000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T13:38:32+00:00",
"details": "For Red Hat OpenShift AI 2.25.2 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2106"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)"
},
{
"cve": "CVE-2026-24049",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-01-22T05:00:54.709179+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431959"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw has been discovered in the python wheel too. The unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the filename from the archive header for the chmod operation, even though the extraction process itself might have sanitized the path. Attackers can craft a malicious wheel file that, when unpacked, changes the permissions of critical system files (e.g., /etc/passwd, SSH keys, config files), allowing for Privilege Escalation or arbitrary code execution by modifying now-writable scripts.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "RHBZ#2431959",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431959"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24049"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef",
"url": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/releases/tag/0.46.2",
"url": "https://github.com/pypa/wheel/releases/tag/0.46.2"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx",
"url": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx"
}
],
"release_date": "2026-01-22T04:02:08.706000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-05T13:38:32+00:00",
"details": "For Red Hat OpenShift AI 2.25.2 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2106"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:51403d59dbd78a41d75e7545b1e4aabd8d1bc0b2ccaafe529c4f48e1963a2035_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5ad2b6d2f8d4904a0191fa5ccc18411a786e6579d188489fa12faf9fc068cc9c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:88949919f0aabc891dad1fd98ab58df3a08790765295741a8645f3b5d8a285db_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:a389155782f92006e5bba65e46a895f7cf452686543a14b7b1fa52406f9058cd_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:11e5cb6b52e2184b332d632d8d7ad2c6976a034f270274d37b28ce712bd2cc36_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:70a961b976ef12b9986a68034d127cb9ba998ff75b64e877f9ee3a10f06f0106_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:4c34b2d480f5ebd149fc4a0d1d6091a408cc7f1b258445805a1e4cbef3d7d0d2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:81157ed2f613acec8425198f643fc55071792deffce6d9aee3542c8ea07c4d1a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:6331e14388d919390d1af6585eeff151b65ad4c9860745134def57dba26bb97e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:66615f22e0deca10743431636bad74e3ed4fb112dee8d0c3c8f27a380e38ae70_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:24f8d43160dc19c70e41cbbba12f688e1ac84a21077bf932aae7fea2ec24afb5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:7c4110fe722576a3e8f65c4e6ae155be27e805b43e8ac8ca7ef82f3990a99874_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:8adc9de681e4d883ee9eac8b0fdcd2f2b1a22cb92ce90f8a63d46e30a7e5f61e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91389e1c6b30eebfc2f4a5c48bb2d499942b33d89a5419fc1903c180f0087cee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:873dbf82b3b38ae1518019c143e403bed9dc1ecac199f850edff82b2b0f95231_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:c8fba2ae05c577c06c90364b6d94d92d5470c3150f07c001bbdfed40707220e2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:f7933e6dc10f8169ae87369a3ff62bee34d43d8d1c838f7ae833d0908d54a45d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:36e001b965f7eebd64b872def5c57231de0819469d7a26ea86df744f28c2785a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:81ce7ecaafd32d352a24ac27dafd6afba1f124f734df7c4fa1864b757759a6bc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:af3fa2677f47b424b7e8712505ef30e7ead5c445c77bc32360c4ff5c2ea24b93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2295017f41d6d273157b8f094074690f49521d3e0680580e26e37a9ab545d6fc_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:3eb5049152b666d5cf4bce10957e8ac31bc0a2e74a846d56f9fa15196108f1c2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:4e4dc115dcb1061785653fcecbd2e81ff6089b62cf9ee0fda10eb87466047e39_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:14fde57a474874674cfafad3a508ac5645cd50c12c2a267d0235944a77803640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:81c034b0d7ca5042b273697e7ff6a58c913cc1f9b514df46d44774b6346883a1_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:bf6ebf0abb38d3d5787f6e3ddf6e7ec2fd30d36c7607986cd8067b1099cbf571_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:0ea130b6f98f7addc0128ac96e373dd685556ef1dbc8fa5400683f4b91425940_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:1e921ff8d31f51a8cf001e62f8ec3d4b999260ac0c6eafcc601d09a4ec4bdf3a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:915cb9d745de85847cb147bc34a8c95453bf54cd5c3747fbaefad66bba32b9d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:1ac518cbe7ed66f94fa11d48c19e1fc4c4a6972d070ec2e4ce8699c0d33a7c56_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:20c912ccbfe525ee8850e818255cc46549b734b4befda1bc5876f4d46dfa36ae_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4c5adfffb316f3dd40499fb17c38f761c5b364639cd7cd30a49d7621b4ca4c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:6b74c03967d50504a813c8c3c5fa48c7cb30cd09c98bb0bac0b6148d63aebcdc_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:51866ab99ca80fa1090ae4b10254f4c73362c0136187b8459e290be8392e0a1e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:77715e48401fe876d99dbfcc4c198afdc5c290b7510960896ba1622ed6ca7f79_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:91b8c0b48fa8e0704b6d16b516e08b0fe39614b9b089e1f15102288bf5d60959_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:960ec175b82072a4c88af0ba47f2a9b2a0b15895cf2571c0bb442caee71bc221_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:3b365965099e17509fffd095610bd58e709feb1cf3e35ad118c5a8aa52ff8f12_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:7293f49b5919ab43d2e8f6ff3a6dea6c88e34fdfaf2570c43ad221a94c03e8ee_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:a990326e7004c46de55e42f5944d0105b6d04da2dd1ce94d342869407bb98807_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:c73e6521aa644290a8848db4a8953192d3a527843560ca80424a1323133aaea2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:2a9e4f6b7abbb962922ecdb473ff44902a7b6ef811bdbc08c27db2460dde515d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:a8935624aae93ce1ede521508a9148e8ed0d4ada0c8ccd36c3cfcb3971cb2b29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:bdc7caa4dfa31d3ab73f6dab5f96af60fc47f8175066eb117bc5bfed1eb6413a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d88abafc4a46463442434b6622577fdb3ba938496a50c7afe3af3fbb0b2b091e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5b2d40d8d71e583e1bb3f374b724b58ee78a04b8c15e3fc13a249adc3b4c37c0_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8a3021116d34e958681022873a7a249f9331031df1659181a593c9abc48ca697_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:8cfd70b3f0864c54c1bcc0ae9f11337c4570aa2c6ced8140810a997b7a842c93_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:f2c8c8a8198292184c29dc3de0b0d341fca30d42191e5e86caa43eaae46eff7c_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:173c0c8ed96e35def73f92bff784eb332de45924502f04b2d9c7a191581fdbeb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:280c53068de6bd3bad6a5d32dd50f322b8d1f92615097fa15f63188bedfed00d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:584315e5697664ba0a6814033c7bc179bf400aac665627bf1291b83c527ab5d2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:bd4d9178fa38f29972af15da5dc663f9636c033f10b7503616adbfea78f7f1ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:26beb55e89fe94805cad1d718d64000a61ccef6510a360d57af7f4300a25ed49_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:50731e11aab49e36bb9e5cf23b88ac8591c22df1f98a11c9e65ff0e47f8ae2f9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:509b53d9ccd21683c81b4e42770dc0d90e9c05de5f20df7edf1fa0c7591b8ae2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:fb25360c741915fa13d4b43049d369a7de295a97417e5401382f95701f463935_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:50d35e3e4c759fc9b61934b099d412cf0dee4e491965d4db8c4589ccc68eee49_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:deb42642848d93134455de3ae6a6f3f9378076ef9c038029cb1f302fb29dda07_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a1b8003cb89c9bf7d51c857b27b53965fa62abb0ce24fb1cda89f34a9d1c2e46_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a7b50a2e83fb514f43e1887e965e13652396a576785964fe6173babdee638b05_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:cd682edaf2fe812615d6b3d98f6a9b4ff66d57f79169eeb192b0c9c5b05ccba1_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:e440d95feb1bd619c099d1e5460812287c7072d07d9d1e13fd9cbbbf09aceb82_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:4f3e402082fd9064ef612b4306ba1da62f7b142d82b0f184b4b6ad65540927a9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:ef279e1fd560d020a552e75c43a762c9b8facc78aae067122f9f37af95652af5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:c0d95dfbae20e87113ffb81026d379bb63ad300447df98b27d1bf9a83b084744_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fa16b7eff701a70f7548fdcd6cfe1f691c70f61031ffd62b9af12921e21e831e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b491af7175d76a2633083e737142965ffa27ce91547eacaeb56412e4df811872_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:b6da3e72cb8a8168fc0379d8af5514fac5ddf991b39486e20a700c60e23704a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:9908cfe2d50b00ee658382256af0a738cb0f719dfb37f5a1cdb5af1ca4500344_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d60a0e26725789985f6c2b5b0b68cecbe45f27089f5192a6e957caf2f6cdbdb2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:468cd1ec5882a82f2e3d7a0c5634d80bc272908703194e5950e3eebf5b2f6b54_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:80da179d8cc59245c6424ebe7bc4b25fd23bb9c83a71c1d22b3b4ee5d5a7b37a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:be7d70ba27a9c09b4fb4e6bae222f7e58cb3c813407d5a9dd3219a4a82cb55b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:52f55f3225d0f4d0f7ea2017f5138344cf9f206398546ce8e1598764111935a4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:91add789382d1e87ef73f6df4275e0dea8d24330a785c99c5292832341ad5266_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:b9d03b00198d04bee1f7c5f83f90f556c7eab3a462a926d7170bedc7a22b7520_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:67deadc75f0552f04b3815ba81615edfa7909e03b1505cf74c315db6e5a8ca76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bef83517710b3137f5004c13870c6af61f4e6c78dc81a7f2cfe2ffa1dd46c524_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:bf7638364b0afc379e25aa8ad6a6f8cc0d6cfc7fbd597831c9537472f9925d98_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:20647b054e2518ebe50745506932e2af1cc247b5e2876e36142cf25b318980fa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:c3e8c04fad71e76381e05f43d9277f6fd523d9aada895bd0ca20bca48944ff68_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:ebef4624564bb028554772ffafca61c2d74137d453566b7b1c04ac2e3015bb90_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:91aab4a10d8cc1340044c6297ae1bd0a5744c41164a3d83b3bf455a275f9f5cd_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:93436f429cc5fd089a464f22ed51a00505db398fe90c02565c83a6f72f265f45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:e15c9c336a37dc83afbb1b0a69a9b5dd50ac515f0cde2560a4d00ed6bba7d244_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ed02fb5e34ac2c6debd735b55af998d453d1cad29a108e924837bdee9b832a08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f3fbc2fd0ac0b4677fdef170818c25235369103d2123dffb55d3d42bacd76663_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:f77a24d488369ffa73ac4275f3b600c149279c0cea6304d3d4333d2d49b5baea_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:01433193ce362a8165862b72f9a095184673a77ae802f125ca18c7aa42ac9333_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:39a05ceaeecda6fa31e5bec7eb2613451db74190d9f466344f6694fa9fb02b5c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ab93a3d6489d5f64c6193748091c7c07f75cc25ec0a83abcb0605d4919281640_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:45a875b1e295421cfce026f3f02388f0782613fcd4ffa5b3a4f143dc317739b0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:47c2b0fddc529f3eac61fcf4fec9afe61fd63e711994c72b1d84adf8fa46986e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:21dbe80b1a0ba0f54219f6349737e9647f2f07e4d8c293b8841853ba184cf978_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:41443496092034e0591f625f6bb25fc2da592bc316878426aa286d6b9d8a5f20_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a17ebde45f294859d21882537c89af095a5893716f965f4866ac2acb307bc4a8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:f632916f22e58f24a4e7a731f62921f13f4c1d0e946f7ac983acbfe671e390b7_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:1c985e860d986a8f7be4fe2afc7176d9a905f187252cdb61206c81cf8389aa45_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:434c592a3457d383532303e4ca608ec7a99a3ae517a00bc3af1d2d80028609fe_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:981a2ea3d88b08e312e521c87dca79497991d7cf66304a279e9ca0a50fec5774_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:d4687faf278546087f07a091d654f5a3723985b28ace8632249a8dd6b81a644f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:189397a122e85b746a45993fc6e1a4e4f65d748fb92138d2048b88f919a6d5e4_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:4eb742df1df9bb754adac6df9ea0c6150da2548d4e4f8df2841815a4ca3ff0fb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:90ea3f8de580cddc460c62e4777dfddb7ec3ec98d22ee1a2ec39766d3f323af3_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e465a23c2107028933200f1d4286f7183a514237dfb678074f61b0c0ce3b673a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:1eaaf44444a5c06551ab4ed08d1f63e58bbaf6f99d72cd5e6045dc0e4f784e14_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:994e2cf04a3fac9c9d3002a1e09cb1d7ddc39ace4083efcdf797ff406dbd2480_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:d4d70a9fd8dcea2315b29ea36c085b6a37bd317fb7df6688993f4e7b62a2a47e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:eadabd1ca3be57aa8e3e92795d8dcd40985e841dc4e164d0ebc4e272b40bac3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:2c0f9298efa8fcae81f129122b8cdf2e2391a7042cf4a9b44faf125b1f0e0f73_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:49944a86d30194982f92a0bba70e02682715bc3bd8ae72fcf855b7509f993496_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:4de60e3690b5cd87a4057b7818f888e2bd97ef5b96b99c4c7dd249c1fff7ca38_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:a977560da71f539a5e7076deb6d374afba36121c877f59e85310895f2045d3ee_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2be50d667e5c0f2e06e60e4f62d744aea9116332ae728919b7cf7a246b618664_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:419c6ec3e5fea5d957a8e4cd5510995d2f4a6b0537fe94ea82dfebab975a42a2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:723112cb61845745edf0d9ef5354c4845be6fbe5cb11ab3166c17b207130a943_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:bc3041ddf8d7b7b2289cc5e4e1220b600ee0b34a6d3d8a85b8bd3761abea7e0d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6c53139b9dfc9dca16c31f9fd78cbb338a79311d42a823b344f9bdefb99733e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:d0c2eaa242cedd58d0810f5a326b8dc4ce54a38a8579c5fdfda3bd8e30e74e75_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:c05de2381d517323b0ae164f7b3cf23d9f8c641ea47e2cd0a897224429ed5533_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f2f82d2a1a33b36097d7bf16fa53cde6baebfcd170def12f75d3da6fe292a78c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:4fe3535468b5d6b49d08056ccd51284887baf1fc4a1cb7e7291057c2cf85f5f2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:ef5b9e57765b47b45c682075fcd8017f1eff985de28c1baad33617964c006a52_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:16b8ccd7cb2600a2225eee5317bf7250c37f45a7e58a43ffbdaf862e9066f0a0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:314e3ae61356b86a365bace1060f7cd6013e46ff88dace6bb2b61c281c287827_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:6f96d9a820c7cc7aa4f4b64a6b2910fd37949c9c941620ad274ee015d8276613_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a4e9cfc29cf740ac5914cca780fa2384646990c043048fa55151ff4f5df00fa2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:72278a1be67fa3887019782dbbcbfe9399dbb3eb6a02ee1d55010fd7bad464f5_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:8aa7ebdea91590ecfab30e333dc62577a8e873fe014f21628fee904c040da3c6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:ab51ed9b5aea2919f8a62c0d99c6e3f7defe69056290b3062a636f4a1a8aecc2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:d87a20577e08cbc139f48ab3154cc94b15597c67ff1351899fa4ca59d04bff58_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:fbfd2e7078a290dc240310e34bdf65eaf4b4fec5f6d5440e400b5481960ef448_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:241f14acf737b23def38e8ad03707c575ddb20772a20995ee90b55b74c6e5557_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:360b97cfa5cc929c7fd33172eb80f7f71c298335c4271030fa124cc33a6cb1d8_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:7a354b91b17b33b26c57c3b8a90747c31569bb7c40ce473534a5ba5f173d7322_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:88fbe21741f4052b4fb118c652e5f39ae28937e8b60fad930945be8ac3351eec_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d17199ec02f3f62ed061a5d51d8a9f7497dcade091a7b3c01ad14a781f6e97df_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:00390c9d7dc34d84a819429e0b881e5fae11a659f2dde48689e102c8eddb3fe2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:9414a3f5c38ef2fe7ed73f70bb2cf7c3f271ea75c941bce2561e74b81251c153_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c35c95fa0511503853770594040357cba04649739f4a61f862f6ac4de8b636eb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:d017ace8b157f711e269dd0a1f073235eaa9f4c58a7ff8fc974ae3d05efb80a6_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:0780f52efa6c68ea2fb6371edfbd8b703157c38911803985bb1a676c84e073b5_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a202c9ec6be34c4be1793e4f9f348077f345c450e0fcd04071d5092f266df9b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:e18d2d006c8cd4e3d3816540e154f421e7550a96f73901a799c15a5b4fe576db_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:6e8f2fc28114e00d6f46450f111916b5b4efbdc1cee78596d36cd24baaea0c1c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fa2b62d5001452ad077383bc63124f021bbef766fb104203a9a05bba87332d8e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:3bdeae6f78230e1d966cf7a3f35ea821c808f40cc4c2abb7af9b1748f5611826_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:16d6fcea2a0d24da26ee5e784d20a5d2af9db6e99e804bf2c6b8c2d88fd41485_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:c16728de5b7bf18f51d480dec3a6b398c738c6bc6e144cb42d3c89bc6ecb9df2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e6399638e0138333e4493d200bde94039c097773b677a1d0e4d07e81cee9ef00_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:ef1dbf4b3d733bca3f599ef8a3a5173650ef26dd1f422e464d637b41dadb1f1d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:67fce9de4e734d3e32c1cbdc60831ad54fe10d9265333535590d7b154281ead8_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:7a8408dd838cc49f46ddbab416ded7f0e17cdf70fd53c4989aced80735401e23_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:af384a9f034c11f7bb2a4acdf3bcd6087282c1a18b6817a82abed5b8638c6951_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:fb238efd1812752a8ce8b47a9418f71c434d2560e0b06ad2cd8437d64a98498f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:521682a029cda192fdd8ebde9245c7eba540c8f97bca2cbb3e84189a9897572e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:616eb0426a428db355c82ef6763290c4e493be44b0b4c5411a55f57e9d0f13aa_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:8dd600e003d1b6395f1406fc31c17f7204ec6cce0e067dac8c2f3cbed4534c49_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:eed2ac205ef82e2534e721cb23e9e4c2e7ceb41dcd3bf98267c2cf987112db19_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:3a8dd739be30f5d682f3a05e4f34644039458dcb630d172548b2bb4b15877ecb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:67731cbfb492941b8711b0c602726070859222026006a43e6c2277355e7a27da_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:2980f5cddc9a58ad489e9e2beca20f1d8c8a75f814be7ce673db003f0e6de579_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:77a27c980f9882272734739b5f6a8635e1acd303a4ca69a5635add956a4fe89f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:bcebd560c77cf1a02e70a26fda256d1af078d7aafe57fed52c96b699f7381876_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:2c412361f470d93c05cb1bf0f38380b31cac8f48b21983c9709b9f6edd0ad5e1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:96cfb8aa1789dac69f6f6e91d66073f2757a04329c5b9ff4be6d506f370f5d5d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:4c61c28b243a1e6d0f765fd37281f5e7abbb85fd2f09b5a1963aedf3b359fb9a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:9b24fa0cbf418b4531a5c57eb302a4235bcc15008727a857b63b8a9a54315e08_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c0558782a9ce1fcd3530aaa0e83f330f15c7e76f5543876fe72c420bfe970d59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:d0549a90f03c87bb0d2e811123b56f71caee1df38ea8016a6338cba3b0a060c5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:74f401ef1af1ee81c4f09de1c2874e9b1a9667c847e01a09b224f6e6628f3860_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:7ab2029ebe7ade1697ad33ab5ec7552eff355cb09d2fcbcc0fee938c39c5eb98_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:8ee4bfb7fbb1e28c1678f2471c1eec5451f4833a4c6c7c791a08c4872c330137_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a5f954cd1f5e59220266e5aad4446d5cc923253606b2c3a4ce303d74a6885604_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:5957a6eee180b64492d9203571a0466c0da23cd275f1778927dd94a54f27b93b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:75a6fdf619836b3da7198a2d6588cf8d8f895b8db7507318370c316d37616df8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:90c886f732e038e7c7394d490dbb0d5e69433cdb2b020bea26d26e02fb1ea30e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:b5fe5f528b0a9c8fb45beba3a4b4fccdf132285febc41291fdc5f9d648098b60_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:2e62aca12b975fa68c15bf7a4f7cde9c45f4843e2b464646832cda8e1787e952_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d2ce36d1f2d19fef64320af65a24fe313432ccd8f0fbf205f981fdba5a4e6bc3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1e8b4f9fdc32213a45824c441171218fd4814ff5ea718b31fc0f74d9322f1a3f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:78ccc2cef82e18943e3d9f3433597a77c3430814ab9f042c5b2a9e907049f8de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:a2d2b3da2877d3857b6e4dd3685ae12631b847fb4daf7a56234a4655e45cde0f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:7cf5a595faf09636baa94db52be028d4d4d1e2be0fc4748d276719387b2de3b4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:012089e186f66a139d3dbab861f2c88e18c7953b81381872fb5ccf78465ab641_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:2b6b580b98ece481ae56d3106d1f555502482e158747dbfa696f5b8b01e69732_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b1ae091d2676b195a4fe49130d26d28bb1ecd6b346533ebfafd04e438d9787a3_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6061305164604c2715095f95b8a5ffad2acebb8e7e9db1483c7f9305626f396e_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:62a04dfef095c14dcf8ae37af42f49ad410d0525eb47c509d53c0469cdf09b8c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8f3cfa79c68587c251805f01acc84a6a24bc08505a7548a9b3aebc8f58ed8a25_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b15df9b9947b193cf648102945059587d5f56353b3a2f97e148ec30c34ec3953_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:267b5f0d8edc1ffa3cb8f069fd83483712c17de02d0d8568cd9bda0b2389ebf0_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:300d59e66dee9bfc24d53cc14428c1fd95ea714e34a1b75b1317bd5a7f182150_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:7ea4b2d6a2da83adf6680f65621575c4cae8ac246d52c6a59c1bebc6d7c73295_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:ccb50d7b1baa491283897be4f3c2a4bf9d8e3d2e7aa6fb3b18874abe9d43ea44_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:0a10e0df52a41f7ca9053f3292befde92ab9e1c2965bc3a2bdbe51eaeb5b8e48_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:47ebda63b857cae1475cb195d372db7a7a4ee729d286e1da386bdf5972d81482_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:158c783d59cdbdb9028c4dd760632edd7295330b5dcebbe0017bff4089635c3a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:fbe346eafcfbb867f595cbad5ea0190fabbabc61ad80a4be2265e0e2b0149f68_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:fec8bf2d539fd00df8854a723bae98b7e173c43153c3132ba459bc0e9a86ae35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:b19482e4008ac03a39b432fb3056bb1ab372ef1617df5bbfe784bc2910b6827a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1213d9e9a56ec3fddb887082d95c2ac168876eee8592aba265aeadd7ffad3898_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:bcb20d34a700e232c713123cc3b55ab538261d4f185f5ec532ba8c432a91676c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:85abac79e8d09b61a9fffb0b5d3fd2a3f9da65bad9573a72cecb878a81357dcf_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:992d644dbe23533126eee70cf983e9afdf31efa558b7a435cc08ad3e14923090_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:b14e6b2a5f4b66dacfcd6c336e2a9e057b1d3ce7de902f0090d9a150a8292a84_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:dc4a277cebbdc373534b73a432085d3a4b502e3c189fe75da8f0441ff9d3ce2c_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking"
}
]
}
RHSA-2026:2568
Vulnerability from csaf_redhat - Published: 2026-02-11 15:09 - Updated: 2026-03-18 20:53Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Updated images are now available for Red Hat Advanced Cluster Security\n(RHACS), which typically include new features, bug fixes, and/or\nsecurity patches.",
"title": "Topic"
},
{
"category": "general",
"text": "See the release notes (link in the references section) for a\ndescription of the fixes and enhancements in this particular release.",
"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-2026:2568",
"url": "https://access.redhat.com/errata/RHSA-2026:2568"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-12816",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-15284",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66031",
"url": "https://access.redhat.com/security/cve/CVE-2025-66031"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66564",
"url": "https://access.redhat.com/security/cve/CVE-2025-66564"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68428",
"url": "https://access.redhat.com/security/cve/CVE-2025-68428"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68973",
"url": "https://access.redhat.com/security/cve/CVE-2025-68973"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22029",
"url": "https://access.redhat.com/security/cve/CVE-2026-22029"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_security_for_kubernetes/4.9/html-single/release_notes/index#about-this-release-493_release-notes-49",
"url": "https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_security_for_kubernetes/4.9/html-single/release_notes/index#about-this-release-493_release-notes-49"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_2568.json"
}
],
"title": "Red Hat Security Advisory: RHACS 4.9.3 security and bug fix update",
"tracking": {
"current_release_date": "2026-03-18T20:53:51+00:00",
"generator": {
"date": "2026-03-18T20:53:51+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2026:2568",
"initial_release_date": "2026-02-11T15:09:41+00:00",
"revision_history": [
{
"date": "2026-02-11T15:09:41+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-11T15:09:46+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T20:53:51+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product": {
"name": "Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:advanced_cluster_security:4.9::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Advanced Cluster Security for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:fdc9b12b9ee45dd85e277f21f5219c8900b7c0a684090937a9a4cf69a3d22061_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:fdc9b12b9ee45dd85e277f21f5219c8900b7c0a684090937a9a4cf69a3d22061_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:fdc9b12b9ee45dd85e277f21f5219c8900b7c0a684090937a9a4cf69a3d22061_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256%3Afdc9b12b9ee45dd85e277f21f5219c8900b7c0a684090937a9a4cf69a3d22061?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770074713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:f5bbdaab3899347f0199211c97f3643bc0aed644d7f2117b22bce1bb61ea7838_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:f5bbdaab3899347f0199211c97f3643bc0aed644d7f2117b22bce1bb61ea7838_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:f5bbdaab3899347f0199211c97f3643bc0aed644d7f2117b22bce1bb61ea7838_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256%3Af5bbdaab3899347f0199211c97f3643bc0aed644d7f2117b22bce1bb61ea7838?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769100379"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896bba113fa4ba5eab3bc944d58f7492b55945e2802845edee9362b0682ab419_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896bba113fa4ba5eab3bc944d58f7492b55945e2802845edee9362b0682ab419_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896bba113fa4ba5eab3bc944d58f7492b55945e2802845edee9362b0682ab419_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256%3A896bba113fa4ba5eab3bc944d58f7492b55945e2802845edee9362b0682ab419?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770074713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:2d7d654755857e5a164827f2bbc022d1c23f7229b4164faa5c61e852c1706800_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:2d7d654755857e5a164827f2bbc022d1c23f7229b4164faa5c61e852c1706800_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:2d7d654755857e5a164827f2bbc022d1c23f7229b4164faa5c61e852c1706800_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256%3A2d7d654755857e5a164827f2bbc022d1c23f7229b4164faa5c61e852c1706800?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770074713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:4293e169ce795c57143e5a37e0b909ba19d702d26830c749f960ce4ec77c0897_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:4293e169ce795c57143e5a37e0b909ba19d702d26830c749f960ce4ec77c0897_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:4293e169ce795c57143e5a37e0b909ba19d702d26830c749f960ce4ec77c0897_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256%3A4293e169ce795c57143e5a37e0b909ba19d702d26830c749f960ce4ec77c0897?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770074713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b604aabc30af38b467a1679352a1bf76297520d028ddde8555bcc920887641b3_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b604aabc30af38b467a1679352a1bf76297520d028ddde8555bcc920887641b3_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b604aabc30af38b467a1679352a1bf76297520d028ddde8555bcc920887641b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256%3Ab604aabc30af38b467a1679352a1bf76297520d028ddde8555bcc920887641b3?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770074713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:effcbf4f105173a4725b450706db3297b77bcfd4a9d7b0b9f7b2f8a88436a50c_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:effcbf4f105173a4725b450706db3297b77bcfd4a9d7b0b9f7b2f8a88436a50c_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:effcbf4f105173a4725b450706db3297b77bcfd4a9d7b0b9f7b2f8a88436a50c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256%3Aeffcbf4f105173a4725b450706db3297b77bcfd4a9d7b0b9f7b2f8a88436a50c?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769577723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b42e39f651d32f6f3d52496904a6837571b41bd4f104164f7c7e53f7866f2e74_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b42e39f651d32f6f3d52496904a6837571b41bd4f104164f7c7e53f7866f2e74_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b42e39f651d32f6f3d52496904a6837571b41bd4f104164f7c7e53f7866f2e74_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256%3Ab42e39f651d32f6f3d52496904a6837571b41bd4f104164f7c7e53f7866f2e74?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769577723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c399ab5c8f1c0702788c49bd02cdc3495e44ae777c5e89771798eff2ac32c96e_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c399ab5c8f1c0702788c49bd02cdc3495e44ae777c5e89771798eff2ac32c96e_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c399ab5c8f1c0702788c49bd02cdc3495e44ae777c5e89771798eff2ac32c96e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256%3Ac399ab5c8f1c0702788c49bd02cdc3495e44ae777c5e89771798eff2ac32c96e?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769577723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bff622e8cdc9fa5f697816e1f8aaa86a1dd12bf018906257403907f8896dc649_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bff622e8cdc9fa5f697816e1f8aaa86a1dd12bf018906257403907f8896dc649_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bff622e8cdc9fa5f697816e1f8aaa86a1dd12bf018906257403907f8896dc649_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256%3Abff622e8cdc9fa5f697816e1f8aaa86a1dd12bf018906257403907f8896dc649?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769577723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0f5f88357d4d95c1ffa397cbc346bf9f5dc2db8f4e5579abad88c0ad2963d162_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0f5f88357d4d95c1ffa397cbc346bf9f5dc2db8f4e5579abad88c0ad2963d162_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0f5f88357d4d95c1ffa397cbc346bf9f5dc2db8f4e5579abad88c0ad2963d162_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256%3A0f5f88357d4d95c1ffa397cbc346bf9f5dc2db8f4e5579abad88c0ad2963d162?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770074713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f8412ae382a83aa6be858ead781b6303cfa39c2574800ca181d62355c023ef6b_amd64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f8412ae382a83aa6be858ead781b6303cfa39c2574800ca181d62355c023ef6b_amd64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f8412ae382a83aa6be858ead781b6303cfa39c2574800ca181d62355c023ef6b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256%3Af8412ae382a83aa6be858ead781b6303cfa39c2574800ca181d62355c023ef6b?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770074713"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:883829bc4863879bfa6f1a73b18a7dca659a699664a3851f24e2b08cc15cf0e0_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:883829bc4863879bfa6f1a73b18a7dca659a699664a3851f24e2b08cc15cf0e0_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:883829bc4863879bfa6f1a73b18a7dca659a699664a3851f24e2b08cc15cf0e0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256%3A883829bc4863879bfa6f1a73b18a7dca659a699664a3851f24e2b08cc15cf0e0?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770074713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:9bdd97f707c4ce105262bd4891d9f644f4ede21005409251051e670045e61e37_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:9bdd97f707c4ce105262bd4891d9f644f4ede21005409251051e670045e61e37_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:9bdd97f707c4ce105262bd4891d9f644f4ede21005409251051e670045e61e37_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256%3A9bdd97f707c4ce105262bd4891d9f644f4ede21005409251051e670045e61e37?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769100379"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:68ec422055d5c2bd25e891853a5871e57f2c3a175ccea404be52a84c5b470e8f_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:68ec422055d5c2bd25e891853a5871e57f2c3a175ccea404be52a84c5b470e8f_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:68ec422055d5c2bd25e891853a5871e57f2c3a175ccea404be52a84c5b470e8f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256%3A68ec422055d5c2bd25e891853a5871e57f2c3a175ccea404be52a84c5b470e8f?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770074713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:817f1ffbf4d8917fdb02f33a5ffd72e16f73952897356cb4d21f1daf1b6e3d88_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:817f1ffbf4d8917fdb02f33a5ffd72e16f73952897356cb4d21f1daf1b6e3d88_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:817f1ffbf4d8917fdb02f33a5ffd72e16f73952897356cb4d21f1daf1b6e3d88_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256%3A817f1ffbf4d8917fdb02f33a5ffd72e16f73952897356cb4d21f1daf1b6e3d88?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770074713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:52db816d2bddde50796a4a5ceb22a9a54fc72bd3b2c1564e7515d0cda2f6c0c1_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:52db816d2bddde50796a4a5ceb22a9a54fc72bd3b2c1564e7515d0cda2f6c0c1_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:52db816d2bddde50796a4a5ceb22a9a54fc72bd3b2c1564e7515d0cda2f6c0c1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256%3A52db816d2bddde50796a4a5ceb22a9a54fc72bd3b2c1564e7515d0cda2f6c0c1?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770074713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:fe930290f16d00ea10ed532739267ea1e5e2d71981405462f7ccdfb0e687dd5a_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:fe930290f16d00ea10ed532739267ea1e5e2d71981405462f7ccdfb0e687dd5a_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:fe930290f16d00ea10ed532739267ea1e5e2d71981405462f7ccdfb0e687dd5a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256%3Afe930290f16d00ea10ed532739267ea1e5e2d71981405462f7ccdfb0e687dd5a?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769577723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:552b628dee91632aeae32b09add80d1293ff6210585ec1469e1181660ee626e9_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:552b628dee91632aeae32b09add80d1293ff6210585ec1469e1181660ee626e9_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:552b628dee91632aeae32b09add80d1293ff6210585ec1469e1181660ee626e9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256%3A552b628dee91632aeae32b09add80d1293ff6210585ec1469e1181660ee626e9?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769577723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:22b88e02a978be77ef7c104bb7ee7844630413b4bfd307ed2028ac7749ec4eaf_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:22b88e02a978be77ef7c104bb7ee7844630413b4bfd307ed2028ac7749ec4eaf_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:22b88e02a978be77ef7c104bb7ee7844630413b4bfd307ed2028ac7749ec4eaf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256%3A22b88e02a978be77ef7c104bb7ee7844630413b4bfd307ed2028ac7749ec4eaf?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769577723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0456c738acfa45201b2575099cb9347e653eb236b8dfaae076c79dcacbfcbf05_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0456c738acfa45201b2575099cb9347e653eb236b8dfaae076c79dcacbfcbf05_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0456c738acfa45201b2575099cb9347e653eb236b8dfaae076c79dcacbfcbf05_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256%3A0456c738acfa45201b2575099cb9347e653eb236b8dfaae076c79dcacbfcbf05?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769577723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b88a4d77f26b9f230d8abbc06aa0a3a1cde6df903a6ef797ee18efb81e2674ac_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b88a4d77f26b9f230d8abbc06aa0a3a1cde6df903a6ef797ee18efb81e2674ac_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b88a4d77f26b9f230d8abbc06aa0a3a1cde6df903a6ef797ee18efb81e2674ac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256%3Ab88a4d77f26b9f230d8abbc06aa0a3a1cde6df903a6ef797ee18efb81e2674ac?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770074713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4a35cd2f60df70215a8344cbb2ba17c36856a0e59dbf0b4e26c63834968c791c_arm64",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4a35cd2f60df70215a8344cbb2ba17c36856a0e59dbf0b4e26c63834968c791c_arm64",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4a35cd2f60df70215a8344cbb2ba17c36856a0e59dbf0b4e26c63834968c791c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256%3A4a35cd2f60df70215a8344cbb2ba17c36856a0e59dbf0b4e26c63834968c791c?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770074713"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:954a69b7fc21665057ef4de00d5a3fe1907cb6b3a02faa922d61ba9b9561ff85_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:954a69b7fc21665057ef4de00d5a3fe1907cb6b3a02faa922d61ba9b9561ff85_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:954a69b7fc21665057ef4de00d5a3fe1907cb6b3a02faa922d61ba9b9561ff85_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256%3A954a69b7fc21665057ef4de00d5a3fe1907cb6b3a02faa922d61ba9b9561ff85?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770074713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:709d85ccdd2c9ddde6c152a44356800cca972d655dc310f7fdf4307c52f34a73_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:709d85ccdd2c9ddde6c152a44356800cca972d655dc310f7fdf4307c52f34a73_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:709d85ccdd2c9ddde6c152a44356800cca972d655dc310f7fdf4307c52f34a73_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256%3A709d85ccdd2c9ddde6c152a44356800cca972d655dc310f7fdf4307c52f34a73?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769100379"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:25bb4a371c5656d01a53060df46b7fbb5a287fe843c08581be69fb42ff5ec5dd_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:25bb4a371c5656d01a53060df46b7fbb5a287fe843c08581be69fb42ff5ec5dd_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:25bb4a371c5656d01a53060df46b7fbb5a287fe843c08581be69fb42ff5ec5dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256%3A25bb4a371c5656d01a53060df46b7fbb5a287fe843c08581be69fb42ff5ec5dd?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770074713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fd9a15845c8e2b663c502a15efb17f2bc3b3555eb513a7972ffe71f37654b9e_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fd9a15845c8e2b663c502a15efb17f2bc3b3555eb513a7972ffe71f37654b9e_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fd9a15845c8e2b663c502a15efb17f2bc3b3555eb513a7972ffe71f37654b9e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256%3A9fd9a15845c8e2b663c502a15efb17f2bc3b3555eb513a7972ffe71f37654b9e?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770074713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d09d170ce80d0e59bb67f64a31b26fef702d3d5d73b50d0475f92268f9d6f094_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d09d170ce80d0e59bb67f64a31b26fef702d3d5d73b50d0475f92268f9d6f094_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d09d170ce80d0e59bb67f64a31b26fef702d3d5d73b50d0475f92268f9d6f094_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256%3Ad09d170ce80d0e59bb67f64a31b26fef702d3d5d73b50d0475f92268f9d6f094?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770074713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:60ec86b8361ab04a7ab167079e7ba62ca091596ce21bf62904d358b9e23d7576_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:60ec86b8361ab04a7ab167079e7ba62ca091596ce21bf62904d358b9e23d7576_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:60ec86b8361ab04a7ab167079e7ba62ca091596ce21bf62904d358b9e23d7576_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256%3A60ec86b8361ab04a7ab167079e7ba62ca091596ce21bf62904d358b9e23d7576?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769577723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:05ddda7a4ba49a18e5498d9ff8c3565f7a4abc96c985feec10887bb0c1b8aec3_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:05ddda7a4ba49a18e5498d9ff8c3565f7a4abc96c985feec10887bb0c1b8aec3_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:05ddda7a4ba49a18e5498d9ff8c3565f7a4abc96c985feec10887bb0c1b8aec3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256%3A05ddda7a4ba49a18e5498d9ff8c3565f7a4abc96c985feec10887bb0c1b8aec3?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769577723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e85ca69d5d3e49fbd27f6f933460ec8c91ff5a02db9fcffbc6df56ab8365e05c_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e85ca69d5d3e49fbd27f6f933460ec8c91ff5a02db9fcffbc6df56ab8365e05c_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e85ca69d5d3e49fbd27f6f933460ec8c91ff5a02db9fcffbc6df56ab8365e05c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256%3Ae85ca69d5d3e49fbd27f6f933460ec8c91ff5a02db9fcffbc6df56ab8365e05c?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769577723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:5bc76aef177b4d7d13712e680a6a89771982b550316e44053c1f46fd053506da_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:5bc76aef177b4d7d13712e680a6a89771982b550316e44053c1f46fd053506da_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:5bc76aef177b4d7d13712e680a6a89771982b550316e44053c1f46fd053506da_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256%3A5bc76aef177b4d7d13712e680a6a89771982b550316e44053c1f46fd053506da?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769577723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5c3f41025d90f9288ddc2e6f749ecf9765e6489184acd7532d0d2f3e476473f3_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5c3f41025d90f9288ddc2e6f749ecf9765e6489184acd7532d0d2f3e476473f3_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5c3f41025d90f9288ddc2e6f749ecf9765e6489184acd7532d0d2f3e476473f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256%3A5c3f41025d90f9288ddc2e6f749ecf9765e6489184acd7532d0d2f3e476473f3?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770074713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b4232e6ba47868e601e14b219730d272ca953065c7bd998ed5266238d13eb71a_ppc64le",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b4232e6ba47868e601e14b219730d272ca953065c7bd998ed5266238d13eb71a_ppc64le",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b4232e6ba47868e601e14b219730d272ca953065c7bd998ed5266238d13eb71a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256%3Ab4232e6ba47868e601e14b219730d272ca953065c7bd998ed5266238d13eb71a?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770074713"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:f4141ca6948e53983b0aef57965bed68be81db2ef84ca4fca597e3f5655ecd7d_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:f4141ca6948e53983b0aef57965bed68be81db2ef84ca4fca597e3f5655ecd7d_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:f4141ca6948e53983b0aef57965bed68be81db2ef84ca4fca597e3f5655ecd7d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256%3Af4141ca6948e53983b0aef57965bed68be81db2ef84ca4fca597e3f5655ecd7d?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770074713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:6ddaad689e2065044d8c13fed306f0d6051199b19689b12c4d60c785243cb3ee_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:6ddaad689e2065044d8c13fed306f0d6051199b19689b12c4d60c785243cb3ee_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:6ddaad689e2065044d8c13fed306f0d6051199b19689b12c4d60c785243cb3ee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256%3A6ddaad689e2065044d8c13fed306f0d6051199b19689b12c4d60c785243cb3ee?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769100379"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:dea9e54e863bb2694aec735efa084c60f0083f02f749388aaf872067629a4589_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:dea9e54e863bb2694aec735efa084c60f0083f02f749388aaf872067629a4589_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:dea9e54e863bb2694aec735efa084c60f0083f02f749388aaf872067629a4589_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256%3Adea9e54e863bb2694aec735efa084c60f0083f02f749388aaf872067629a4589?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770074713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b6764d281ee6620dbe9b825dc0d0f5e03bc1b2c1a440ccd28a159eb8cd3e2166_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b6764d281ee6620dbe9b825dc0d0f5e03bc1b2c1a440ccd28a159eb8cd3e2166_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b6764d281ee6620dbe9b825dc0d0f5e03bc1b2c1a440ccd28a159eb8cd3e2166_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256%3Ab6764d281ee6620dbe9b825dc0d0f5e03bc1b2c1a440ccd28a159eb8cd3e2166?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770074713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7a49b9e8ea59229abd9c73c7c0c89ca4e6ed4b30ff8c3b5867c7aaf861658bf2_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7a49b9e8ea59229abd9c73c7c0c89ca4e6ed4b30ff8c3b5867c7aaf861658bf2_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7a49b9e8ea59229abd9c73c7c0c89ca4e6ed4b30ff8c3b5867c7aaf861658bf2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256%3A7a49b9e8ea59229abd9c73c7c0c89ca4e6ed4b30ff8c3b5867c7aaf861658bf2?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770074713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5f83884b0a2b48f34e14b949f43e68ad4b99cb8d228bec74b5126b89cc007808_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5f83884b0a2b48f34e14b949f43e68ad4b99cb8d228bec74b5126b89cc007808_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5f83884b0a2b48f34e14b949f43e68ad4b99cb8d228bec74b5126b89cc007808_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256%3A5f83884b0a2b48f34e14b949f43e68ad4b99cb8d228bec74b5126b89cc007808?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769577723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f630b49b63c4c3e5a06f9fb96c16858af84baf0988386c11ed3f28a4a1d596b6_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f630b49b63c4c3e5a06f9fb96c16858af84baf0988386c11ed3f28a4a1d596b6_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f630b49b63c4c3e5a06f9fb96c16858af84baf0988386c11ed3f28a4a1d596b6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256%3Af630b49b63c4c3e5a06f9fb96c16858af84baf0988386c11ed3f28a4a1d596b6?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769577723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4138b33646b5bb576c0f20fb2b436e8f4afb214201fb0c4e0223cdaf22bdb98d_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4138b33646b5bb576c0f20fb2b436e8f4afb214201fb0c4e0223cdaf22bdb98d_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4138b33646b5bb576c0f20fb2b436e8f4afb214201fb0c4e0223cdaf22bdb98d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256%3A4138b33646b5bb576c0f20fb2b436e8f4afb214201fb0c4e0223cdaf22bdb98d?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769577723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fb03f17968db99962f6cea11dd288fd0101bc9b8168cd296c148b451dab6d7_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fb03f17968db99962f6cea11dd288fd0101bc9b8168cd296c148b451dab6d7_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fb03f17968db99962f6cea11dd288fd0101bc9b8168cd296c148b451dab6d7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256%3Ac1fb03f17968db99962f6cea11dd288fd0101bc9b8168cd296c148b451dab6d7?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1769577723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b57d042b045f2600dbd6e446c0c651b1ae0a85158077bd52cd0b76616bb95230_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b57d042b045f2600dbd6e446c0c651b1ae0a85158077bd52cd0b76616bb95230_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b57d042b045f2600dbd6e446c0c651b1ae0a85158077bd52cd0b76616bb95230_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256%3Ab57d042b045f2600dbd6e446c0c651b1ae0a85158077bd52cd0b76616bb95230?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770074713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ec5aa99bc9c1fdc57be287f9402cbcdd31274eeac7bc158615c0c61a9fa7f3fe_s390x",
"product": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ec5aa99bc9c1fdc57be287f9402cbcdd31274eeac7bc158615c0c61a9fa7f3fe_s390x",
"product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ec5aa99bc9c1fdc57be287f9402cbcdd31274eeac7bc158615c0c61a9fa7f3fe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256%3Aec5aa99bc9c1fdc57be287f9402cbcdd31274eeac7bc158615c0c61a9fa7f3fe?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1770074713"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:883829bc4863879bfa6f1a73b18a7dca659a699664a3851f24e2b08cc15cf0e0_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:883829bc4863879bfa6f1a73b18a7dca659a699664a3851f24e2b08cc15cf0e0_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:883829bc4863879bfa6f1a73b18a7dca659a699664a3851f24e2b08cc15cf0e0_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:954a69b7fc21665057ef4de00d5a3fe1907cb6b3a02faa922d61ba9b9561ff85_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:954a69b7fc21665057ef4de00d5a3fe1907cb6b3a02faa922d61ba9b9561ff85_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:954a69b7fc21665057ef4de00d5a3fe1907cb6b3a02faa922d61ba9b9561ff85_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:f4141ca6948e53983b0aef57965bed68be81db2ef84ca4fca597e3f5655ecd7d_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:f4141ca6948e53983b0aef57965bed68be81db2ef84ca4fca597e3f5655ecd7d_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:f4141ca6948e53983b0aef57965bed68be81db2ef84ca4fca597e3f5655ecd7d_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:fdc9b12b9ee45dd85e277f21f5219c8900b7c0a684090937a9a4cf69a3d22061_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:fdc9b12b9ee45dd85e277f21f5219c8900b7c0a684090937a9a4cf69a3d22061_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:fdc9b12b9ee45dd85e277f21f5219c8900b7c0a684090937a9a4cf69a3d22061_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:6ddaad689e2065044d8c13fed306f0d6051199b19689b12c4d60c785243cb3ee_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:6ddaad689e2065044d8c13fed306f0d6051199b19689b12c4d60c785243cb3ee_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:6ddaad689e2065044d8c13fed306f0d6051199b19689b12c4d60c785243cb3ee_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:709d85ccdd2c9ddde6c152a44356800cca972d655dc310f7fdf4307c52f34a73_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:709d85ccdd2c9ddde6c152a44356800cca972d655dc310f7fdf4307c52f34a73_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:709d85ccdd2c9ddde6c152a44356800cca972d655dc310f7fdf4307c52f34a73_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:9bdd97f707c4ce105262bd4891d9f644f4ede21005409251051e670045e61e37_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:9bdd97f707c4ce105262bd4891d9f644f4ede21005409251051e670045e61e37_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:9bdd97f707c4ce105262bd4891d9f644f4ede21005409251051e670045e61e37_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:f5bbdaab3899347f0199211c97f3643bc0aed644d7f2117b22bce1bb61ea7838_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:f5bbdaab3899347f0199211c97f3643bc0aed644d7f2117b22bce1bb61ea7838_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:f5bbdaab3899347f0199211c97f3643bc0aed644d7f2117b22bce1bb61ea7838_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:25bb4a371c5656d01a53060df46b7fbb5a287fe843c08581be69fb42ff5ec5dd_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:25bb4a371c5656d01a53060df46b7fbb5a287fe843c08581be69fb42ff5ec5dd_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:25bb4a371c5656d01a53060df46b7fbb5a287fe843c08581be69fb42ff5ec5dd_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:68ec422055d5c2bd25e891853a5871e57f2c3a175ccea404be52a84c5b470e8f_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:68ec422055d5c2bd25e891853a5871e57f2c3a175ccea404be52a84c5b470e8f_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:68ec422055d5c2bd25e891853a5871e57f2c3a175ccea404be52a84c5b470e8f_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896bba113fa4ba5eab3bc944d58f7492b55945e2802845edee9362b0682ab419_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896bba113fa4ba5eab3bc944d58f7492b55945e2802845edee9362b0682ab419_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896bba113fa4ba5eab3bc944d58f7492b55945e2802845edee9362b0682ab419_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:dea9e54e863bb2694aec735efa084c60f0083f02f749388aaf872067629a4589_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:dea9e54e863bb2694aec735efa084c60f0083f02f749388aaf872067629a4589_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:dea9e54e863bb2694aec735efa084c60f0083f02f749388aaf872067629a4589_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:4293e169ce795c57143e5a37e0b909ba19d702d26830c749f960ce4ec77c0897_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:4293e169ce795c57143e5a37e0b909ba19d702d26830c749f960ce4ec77c0897_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:4293e169ce795c57143e5a37e0b909ba19d702d26830c749f960ce4ec77c0897_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:2d7d654755857e5a164827f2bbc022d1c23f7229b4164faa5c61e852c1706800_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:2d7d654755857e5a164827f2bbc022d1c23f7229b4164faa5c61e852c1706800_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:2d7d654755857e5a164827f2bbc022d1c23f7229b4164faa5c61e852c1706800_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:817f1ffbf4d8917fdb02f33a5ffd72e16f73952897356cb4d21f1daf1b6e3d88_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:817f1ffbf4d8917fdb02f33a5ffd72e16f73952897356cb4d21f1daf1b6e3d88_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:817f1ffbf4d8917fdb02f33a5ffd72e16f73952897356cb4d21f1daf1b6e3d88_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fd9a15845c8e2b663c502a15efb17f2bc3b3555eb513a7972ffe71f37654b9e_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fd9a15845c8e2b663c502a15efb17f2bc3b3555eb513a7972ffe71f37654b9e_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fd9a15845c8e2b663c502a15efb17f2bc3b3555eb513a7972ffe71f37654b9e_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b6764d281ee6620dbe9b825dc0d0f5e03bc1b2c1a440ccd28a159eb8cd3e2166_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b6764d281ee6620dbe9b825dc0d0f5e03bc1b2c1a440ccd28a159eb8cd3e2166_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b6764d281ee6620dbe9b825dc0d0f5e03bc1b2c1a440ccd28a159eb8cd3e2166_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:52db816d2bddde50796a4a5ceb22a9a54fc72bd3b2c1564e7515d0cda2f6c0c1_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:52db816d2bddde50796a4a5ceb22a9a54fc72bd3b2c1564e7515d0cda2f6c0c1_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:52db816d2bddde50796a4a5ceb22a9a54fc72bd3b2c1564e7515d0cda2f6c0c1_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7a49b9e8ea59229abd9c73c7c0c89ca4e6ed4b30ff8c3b5867c7aaf861658bf2_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7a49b9e8ea59229abd9c73c7c0c89ca4e6ed4b30ff8c3b5867c7aaf861658bf2_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7a49b9e8ea59229abd9c73c7c0c89ca4e6ed4b30ff8c3b5867c7aaf861658bf2_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b604aabc30af38b467a1679352a1bf76297520d028ddde8555bcc920887641b3_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b604aabc30af38b467a1679352a1bf76297520d028ddde8555bcc920887641b3_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b604aabc30af38b467a1679352a1bf76297520d028ddde8555bcc920887641b3_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d09d170ce80d0e59bb67f64a31b26fef702d3d5d73b50d0475f92268f9d6f094_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d09d170ce80d0e59bb67f64a31b26fef702d3d5d73b50d0475f92268f9d6f094_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d09d170ce80d0e59bb67f64a31b26fef702d3d5d73b50d0475f92268f9d6f094_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:05ddda7a4ba49a18e5498d9ff8c3565f7a4abc96c985feec10887bb0c1b8aec3_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:05ddda7a4ba49a18e5498d9ff8c3565f7a4abc96c985feec10887bb0c1b8aec3_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:05ddda7a4ba49a18e5498d9ff8c3565f7a4abc96c985feec10887bb0c1b8aec3_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:552b628dee91632aeae32b09add80d1293ff6210585ec1469e1181660ee626e9_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:552b628dee91632aeae32b09add80d1293ff6210585ec1469e1181660ee626e9_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:552b628dee91632aeae32b09add80d1293ff6210585ec1469e1181660ee626e9_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b42e39f651d32f6f3d52496904a6837571b41bd4f104164f7c7e53f7866f2e74_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b42e39f651d32f6f3d52496904a6837571b41bd4f104164f7c7e53f7866f2e74_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b42e39f651d32f6f3d52496904a6837571b41bd4f104164f7c7e53f7866f2e74_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f630b49b63c4c3e5a06f9fb96c16858af84baf0988386c11ed3f28a4a1d596b6_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f630b49b63c4c3e5a06f9fb96c16858af84baf0988386c11ed3f28a4a1d596b6_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f630b49b63c4c3e5a06f9fb96c16858af84baf0988386c11ed3f28a4a1d596b6_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:22b88e02a978be77ef7c104bb7ee7844630413b4bfd307ed2028ac7749ec4eaf_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:22b88e02a978be77ef7c104bb7ee7844630413b4bfd307ed2028ac7749ec4eaf_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:22b88e02a978be77ef7c104bb7ee7844630413b4bfd307ed2028ac7749ec4eaf_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4138b33646b5bb576c0f20fb2b436e8f4afb214201fb0c4e0223cdaf22bdb98d_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4138b33646b5bb576c0f20fb2b436e8f4afb214201fb0c4e0223cdaf22bdb98d_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4138b33646b5bb576c0f20fb2b436e8f4afb214201fb0c4e0223cdaf22bdb98d_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c399ab5c8f1c0702788c49bd02cdc3495e44ae777c5e89771798eff2ac32c96e_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c399ab5c8f1c0702788c49bd02cdc3495e44ae777c5e89771798eff2ac32c96e_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c399ab5c8f1c0702788c49bd02cdc3495e44ae777c5e89771798eff2ac32c96e_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e85ca69d5d3e49fbd27f6f933460ec8c91ff5a02db9fcffbc6df56ab8365e05c_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e85ca69d5d3e49fbd27f6f933460ec8c91ff5a02db9fcffbc6df56ab8365e05c_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e85ca69d5d3e49fbd27f6f933460ec8c91ff5a02db9fcffbc6df56ab8365e05c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5f83884b0a2b48f34e14b949f43e68ad4b99cb8d228bec74b5126b89cc007808_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5f83884b0a2b48f34e14b949f43e68ad4b99cb8d228bec74b5126b89cc007808_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5f83884b0a2b48f34e14b949f43e68ad4b99cb8d228bec74b5126b89cc007808_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:60ec86b8361ab04a7ab167079e7ba62ca091596ce21bf62904d358b9e23d7576_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:60ec86b8361ab04a7ab167079e7ba62ca091596ce21bf62904d358b9e23d7576_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:60ec86b8361ab04a7ab167079e7ba62ca091596ce21bf62904d358b9e23d7576_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:effcbf4f105173a4725b450706db3297b77bcfd4a9d7b0b9f7b2f8a88436a50c_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:effcbf4f105173a4725b450706db3297b77bcfd4a9d7b0b9f7b2f8a88436a50c_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:effcbf4f105173a4725b450706db3297b77bcfd4a9d7b0b9f7b2f8a88436a50c_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:fe930290f16d00ea10ed532739267ea1e5e2d71981405462f7ccdfb0e687dd5a_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:fe930290f16d00ea10ed532739267ea1e5e2d71981405462f7ccdfb0e687dd5a_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:fe930290f16d00ea10ed532739267ea1e5e2d71981405462f7ccdfb0e687dd5a_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0456c738acfa45201b2575099cb9347e653eb236b8dfaae076c79dcacbfcbf05_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0456c738acfa45201b2575099cb9347e653eb236b8dfaae076c79dcacbfcbf05_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0456c738acfa45201b2575099cb9347e653eb236b8dfaae076c79dcacbfcbf05_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:5bc76aef177b4d7d13712e680a6a89771982b550316e44053c1f46fd053506da_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:5bc76aef177b4d7d13712e680a6a89771982b550316e44053c1f46fd053506da_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:5bc76aef177b4d7d13712e680a6a89771982b550316e44053c1f46fd053506da_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bff622e8cdc9fa5f697816e1f8aaa86a1dd12bf018906257403907f8896dc649_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bff622e8cdc9fa5f697816e1f8aaa86a1dd12bf018906257403907f8896dc649_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bff622e8cdc9fa5f697816e1f8aaa86a1dd12bf018906257403907f8896dc649_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fb03f17968db99962f6cea11dd288fd0101bc9b8168cd296c148b451dab6d7_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fb03f17968db99962f6cea11dd288fd0101bc9b8168cd296c148b451dab6d7_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fb03f17968db99962f6cea11dd288fd0101bc9b8168cd296c148b451dab6d7_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4a35cd2f60df70215a8344cbb2ba17c36856a0e59dbf0b4e26c63834968c791c_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4a35cd2f60df70215a8344cbb2ba17c36856a0e59dbf0b4e26c63834968c791c_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4a35cd2f60df70215a8344cbb2ba17c36856a0e59dbf0b4e26c63834968c791c_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b4232e6ba47868e601e14b219730d272ca953065c7bd998ed5266238d13eb71a_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b4232e6ba47868e601e14b219730d272ca953065c7bd998ed5266238d13eb71a_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b4232e6ba47868e601e14b219730d272ca953065c7bd998ed5266238d13eb71a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ec5aa99bc9c1fdc57be287f9402cbcdd31274eeac7bc158615c0c61a9fa7f3fe_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ec5aa99bc9c1fdc57be287f9402cbcdd31274eeac7bc158615c0c61a9fa7f3fe_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ec5aa99bc9c1fdc57be287f9402cbcdd31274eeac7bc158615c0c61a9fa7f3fe_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f8412ae382a83aa6be858ead781b6303cfa39c2574800ca181d62355c023ef6b_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f8412ae382a83aa6be858ead781b6303cfa39c2574800ca181d62355c023ef6b_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f8412ae382a83aa6be858ead781b6303cfa39c2574800ca181d62355c023ef6b_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0f5f88357d4d95c1ffa397cbc346bf9f5dc2db8f4e5579abad88c0ad2963d162_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0f5f88357d4d95c1ffa397cbc346bf9f5dc2db8f4e5579abad88c0ad2963d162_amd64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0f5f88357d4d95c1ffa397cbc346bf9f5dc2db8f4e5579abad88c0ad2963d162_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5c3f41025d90f9288ddc2e6f749ecf9765e6489184acd7532d0d2f3e476473f3_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5c3f41025d90f9288ddc2e6f749ecf9765e6489184acd7532d0d2f3e476473f3_ppc64le"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5c3f41025d90f9288ddc2e6f749ecf9765e6489184acd7532d0d2f3e476473f3_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b57d042b045f2600dbd6e446c0c651b1ae0a85158077bd52cd0b76616bb95230_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b57d042b045f2600dbd6e446c0c651b1ae0a85158077bd52cd0b76616bb95230_s390x"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b57d042b045f2600dbd6e446c0c651b1ae0a85158077bd52cd0b76616bb95230_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b88a4d77f26b9f230d8abbc06aa0a3a1cde6df903a6ef797ee18efb81e2674ac_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9",
"product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b88a4d77f26b9f230d8abbc06aa0a3a1cde6df903a6ef797ee18efb81e2674ac_arm64"
},
"product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b88a4d77f26b9f230d8abbc06aa0a3a1cde6df903a6ef797ee18efb81e2674ac_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.9"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-12816",
"cwe": {
"id": "CWE-179",
"name": "Incorrect Behavior Order: Early Validation"
},
"discovery_date": "2025-11-25T20:01:05.875196+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:883829bc4863879bfa6f1a73b18a7dca659a699664a3851f24e2b08cc15cf0e0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:954a69b7fc21665057ef4de00d5a3fe1907cb6b3a02faa922d61ba9b9561ff85_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:f4141ca6948e53983b0aef57965bed68be81db2ef84ca4fca597e3f5655ecd7d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:fdc9b12b9ee45dd85e277f21f5219c8900b7c0a684090937a9a4cf69a3d22061_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:6ddaad689e2065044d8c13fed306f0d6051199b19689b12c4d60c785243cb3ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:709d85ccdd2c9ddde6c152a44356800cca972d655dc310f7fdf4307c52f34a73_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:9bdd97f707c4ce105262bd4891d9f644f4ede21005409251051e670045e61e37_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:f5bbdaab3899347f0199211c97f3643bc0aed644d7f2117b22bce1bb61ea7838_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:4293e169ce795c57143e5a37e0b909ba19d702d26830c749f960ce4ec77c0897_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:2d7d654755857e5a164827f2bbc022d1c23f7229b4164faa5c61e852c1706800_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:817f1ffbf4d8917fdb02f33a5ffd72e16f73952897356cb4d21f1daf1b6e3d88_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fd9a15845c8e2b663c502a15efb17f2bc3b3555eb513a7972ffe71f37654b9e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b6764d281ee6620dbe9b825dc0d0f5e03bc1b2c1a440ccd28a159eb8cd3e2166_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:52db816d2bddde50796a4a5ceb22a9a54fc72bd3b2c1564e7515d0cda2f6c0c1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7a49b9e8ea59229abd9c73c7c0c89ca4e6ed4b30ff8c3b5867c7aaf861658bf2_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b604aabc30af38b467a1679352a1bf76297520d028ddde8555bcc920887641b3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d09d170ce80d0e59bb67f64a31b26fef702d3d5d73b50d0475f92268f9d6f094_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:05ddda7a4ba49a18e5498d9ff8c3565f7a4abc96c985feec10887bb0c1b8aec3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:552b628dee91632aeae32b09add80d1293ff6210585ec1469e1181660ee626e9_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b42e39f651d32f6f3d52496904a6837571b41bd4f104164f7c7e53f7866f2e74_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f630b49b63c4c3e5a06f9fb96c16858af84baf0988386c11ed3f28a4a1d596b6_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:22b88e02a978be77ef7c104bb7ee7844630413b4bfd307ed2028ac7749ec4eaf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4138b33646b5bb576c0f20fb2b436e8f4afb214201fb0c4e0223cdaf22bdb98d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c399ab5c8f1c0702788c49bd02cdc3495e44ae777c5e89771798eff2ac32c96e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e85ca69d5d3e49fbd27f6f933460ec8c91ff5a02db9fcffbc6df56ab8365e05c_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5f83884b0a2b48f34e14b949f43e68ad4b99cb8d228bec74b5126b89cc007808_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:60ec86b8361ab04a7ab167079e7ba62ca091596ce21bf62904d358b9e23d7576_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:effcbf4f105173a4725b450706db3297b77bcfd4a9d7b0b9f7b2f8a88436a50c_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:fe930290f16d00ea10ed532739267ea1e5e2d71981405462f7ccdfb0e687dd5a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0456c738acfa45201b2575099cb9347e653eb236b8dfaae076c79dcacbfcbf05_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:5bc76aef177b4d7d13712e680a6a89771982b550316e44053c1f46fd053506da_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bff622e8cdc9fa5f697816e1f8aaa86a1dd12bf018906257403907f8896dc649_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fb03f17968db99962f6cea11dd288fd0101bc9b8168cd296c148b451dab6d7_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4a35cd2f60df70215a8344cbb2ba17c36856a0e59dbf0b4e26c63834968c791c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b4232e6ba47868e601e14b219730d272ca953065c7bd998ed5266238d13eb71a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ec5aa99bc9c1fdc57be287f9402cbcdd31274eeac7bc158615c0c61a9fa7f3fe_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f8412ae382a83aa6be858ead781b6303cfa39c2574800ca181d62355c023ef6b_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0f5f88357d4d95c1ffa397cbc346bf9f5dc2db8f4e5579abad88c0ad2963d162_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5c3f41025d90f9288ddc2e6f749ecf9765e6489184acd7532d0d2f3e476473f3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b57d042b045f2600dbd6e446c0c651b1ae0a85158077bd52cd0b76616bb95230_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b88a4d77f26b9f230d8abbc06aa0a3a1cde6df903a6ef797ee18efb81e2674ac_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417097"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-forge. This vulnerability allows unauthenticated attackers to bypass downstream cryptographic verifications and security decisions via crafting ASN.1 (Abstract Syntax Notation One) structures to desynchronize schema validations, yielding a semantic divergence.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products due to an interpretation conflict in the node-forge library. An unauthenticated attacker could exploit this flaw by crafting malicious ASN.1 structures, leading to a bypass of cryptographic verifications and security decisions in affected applications. This impacts various Red Hat products that utilize node-forge for cryptographic operations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:25bb4a371c5656d01a53060df46b7fbb5a287fe843c08581be69fb42ff5ec5dd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:68ec422055d5c2bd25e891853a5871e57f2c3a175ccea404be52a84c5b470e8f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896bba113fa4ba5eab3bc944d58f7492b55945e2802845edee9362b0682ab419_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:dea9e54e863bb2694aec735efa084c60f0083f02f749388aaf872067629a4589_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:883829bc4863879bfa6f1a73b18a7dca659a699664a3851f24e2b08cc15cf0e0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:954a69b7fc21665057ef4de00d5a3fe1907cb6b3a02faa922d61ba9b9561ff85_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:f4141ca6948e53983b0aef57965bed68be81db2ef84ca4fca597e3f5655ecd7d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:fdc9b12b9ee45dd85e277f21f5219c8900b7c0a684090937a9a4cf69a3d22061_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:6ddaad689e2065044d8c13fed306f0d6051199b19689b12c4d60c785243cb3ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:709d85ccdd2c9ddde6c152a44356800cca972d655dc310f7fdf4307c52f34a73_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:9bdd97f707c4ce105262bd4891d9f644f4ede21005409251051e670045e61e37_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:f5bbdaab3899347f0199211c97f3643bc0aed644d7f2117b22bce1bb61ea7838_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:4293e169ce795c57143e5a37e0b909ba19d702d26830c749f960ce4ec77c0897_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:2d7d654755857e5a164827f2bbc022d1c23f7229b4164faa5c61e852c1706800_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:817f1ffbf4d8917fdb02f33a5ffd72e16f73952897356cb4d21f1daf1b6e3d88_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fd9a15845c8e2b663c502a15efb17f2bc3b3555eb513a7972ffe71f37654b9e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b6764d281ee6620dbe9b825dc0d0f5e03bc1b2c1a440ccd28a159eb8cd3e2166_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:52db816d2bddde50796a4a5ceb22a9a54fc72bd3b2c1564e7515d0cda2f6c0c1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7a49b9e8ea59229abd9c73c7c0c89ca4e6ed4b30ff8c3b5867c7aaf861658bf2_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b604aabc30af38b467a1679352a1bf76297520d028ddde8555bcc920887641b3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d09d170ce80d0e59bb67f64a31b26fef702d3d5d73b50d0475f92268f9d6f094_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:05ddda7a4ba49a18e5498d9ff8c3565f7a4abc96c985feec10887bb0c1b8aec3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:552b628dee91632aeae32b09add80d1293ff6210585ec1469e1181660ee626e9_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b42e39f651d32f6f3d52496904a6837571b41bd4f104164f7c7e53f7866f2e74_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f630b49b63c4c3e5a06f9fb96c16858af84baf0988386c11ed3f28a4a1d596b6_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:22b88e02a978be77ef7c104bb7ee7844630413b4bfd307ed2028ac7749ec4eaf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4138b33646b5bb576c0f20fb2b436e8f4afb214201fb0c4e0223cdaf22bdb98d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c399ab5c8f1c0702788c49bd02cdc3495e44ae777c5e89771798eff2ac32c96e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e85ca69d5d3e49fbd27f6f933460ec8c91ff5a02db9fcffbc6df56ab8365e05c_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5f83884b0a2b48f34e14b949f43e68ad4b99cb8d228bec74b5126b89cc007808_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:60ec86b8361ab04a7ab167079e7ba62ca091596ce21bf62904d358b9e23d7576_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:effcbf4f105173a4725b450706db3297b77bcfd4a9d7b0b9f7b2f8a88436a50c_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:fe930290f16d00ea10ed532739267ea1e5e2d71981405462f7ccdfb0e687dd5a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0456c738acfa45201b2575099cb9347e653eb236b8dfaae076c79dcacbfcbf05_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:5bc76aef177b4d7d13712e680a6a89771982b550316e44053c1f46fd053506da_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bff622e8cdc9fa5f697816e1f8aaa86a1dd12bf018906257403907f8896dc649_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fb03f17968db99962f6cea11dd288fd0101bc9b8168cd296c148b451dab6d7_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4a35cd2f60df70215a8344cbb2ba17c36856a0e59dbf0b4e26c63834968c791c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b4232e6ba47868e601e14b219730d272ca953065c7bd998ed5266238d13eb71a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ec5aa99bc9c1fdc57be287f9402cbcdd31274eeac7bc158615c0c61a9fa7f3fe_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f8412ae382a83aa6be858ead781b6303cfa39c2574800ca181d62355c023ef6b_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0f5f88357d4d95c1ffa397cbc346bf9f5dc2db8f4e5579abad88c0ad2963d162_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5c3f41025d90f9288ddc2e6f749ecf9765e6489184acd7532d0d2f3e476473f3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b57d042b045f2600dbd6e446c0c651b1ae0a85158077bd52cd0b76616bb95230_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b88a4d77f26b9f230d8abbc06aa0a3a1cde6df903a6ef797ee18efb81e2674ac_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "RHBZ#2417097",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417097"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-12816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12816"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge",
"url": "https://github.com/digitalbazaar/forge"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/pull/1124",
"url": "https://github.com/digitalbazaar/forge/pull/1124"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq"
},
{
"category": "external",
"summary": "https://kb.cert.org/vuls/id/521113",
"url": "https://kb.cert.org/vuls/id/521113"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/node-forge",
"url": "https://www.npmjs.com/package/node-forge"
}
],
"release_date": "2025-11-25T19:15:50.243000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-11T15:09:41+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:25bb4a371c5656d01a53060df46b7fbb5a287fe843c08581be69fb42ff5ec5dd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:68ec422055d5c2bd25e891853a5871e57f2c3a175ccea404be52a84c5b470e8f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896bba113fa4ba5eab3bc944d58f7492b55945e2802845edee9362b0682ab419_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:dea9e54e863bb2694aec735efa084c60f0083f02f749388aaf872067629a4589_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:883829bc4863879bfa6f1a73b18a7dca659a699664a3851f24e2b08cc15cf0e0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:954a69b7fc21665057ef4de00d5a3fe1907cb6b3a02faa922d61ba9b9561ff85_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:f4141ca6948e53983b0aef57965bed68be81db2ef84ca4fca597e3f5655ecd7d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:fdc9b12b9ee45dd85e277f21f5219c8900b7c0a684090937a9a4cf69a3d22061_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:6ddaad689e2065044d8c13fed306f0d6051199b19689b12c4d60c785243cb3ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:709d85ccdd2c9ddde6c152a44356800cca972d655dc310f7fdf4307c52f34a73_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:9bdd97f707c4ce105262bd4891d9f644f4ede21005409251051e670045e61e37_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:f5bbdaab3899347f0199211c97f3643bc0aed644d7f2117b22bce1bb61ea7838_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:25bb4a371c5656d01a53060df46b7fbb5a287fe843c08581be69fb42ff5ec5dd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:68ec422055d5c2bd25e891853a5871e57f2c3a175ccea404be52a84c5b470e8f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896bba113fa4ba5eab3bc944d58f7492b55945e2802845edee9362b0682ab419_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:dea9e54e863bb2694aec735efa084c60f0083f02f749388aaf872067629a4589_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:4293e169ce795c57143e5a37e0b909ba19d702d26830c749f960ce4ec77c0897_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:2d7d654755857e5a164827f2bbc022d1c23f7229b4164faa5c61e852c1706800_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:817f1ffbf4d8917fdb02f33a5ffd72e16f73952897356cb4d21f1daf1b6e3d88_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fd9a15845c8e2b663c502a15efb17f2bc3b3555eb513a7972ffe71f37654b9e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b6764d281ee6620dbe9b825dc0d0f5e03bc1b2c1a440ccd28a159eb8cd3e2166_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:52db816d2bddde50796a4a5ceb22a9a54fc72bd3b2c1564e7515d0cda2f6c0c1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7a49b9e8ea59229abd9c73c7c0c89ca4e6ed4b30ff8c3b5867c7aaf861658bf2_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b604aabc30af38b467a1679352a1bf76297520d028ddde8555bcc920887641b3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d09d170ce80d0e59bb67f64a31b26fef702d3d5d73b50d0475f92268f9d6f094_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:05ddda7a4ba49a18e5498d9ff8c3565f7a4abc96c985feec10887bb0c1b8aec3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:552b628dee91632aeae32b09add80d1293ff6210585ec1469e1181660ee626e9_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b42e39f651d32f6f3d52496904a6837571b41bd4f104164f7c7e53f7866f2e74_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f630b49b63c4c3e5a06f9fb96c16858af84baf0988386c11ed3f28a4a1d596b6_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:22b88e02a978be77ef7c104bb7ee7844630413b4bfd307ed2028ac7749ec4eaf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4138b33646b5bb576c0f20fb2b436e8f4afb214201fb0c4e0223cdaf22bdb98d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c399ab5c8f1c0702788c49bd02cdc3495e44ae777c5e89771798eff2ac32c96e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e85ca69d5d3e49fbd27f6f933460ec8c91ff5a02db9fcffbc6df56ab8365e05c_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5f83884b0a2b48f34e14b949f43e68ad4b99cb8d228bec74b5126b89cc007808_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:60ec86b8361ab04a7ab167079e7ba62ca091596ce21bf62904d358b9e23d7576_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:effcbf4f105173a4725b450706db3297b77bcfd4a9d7b0b9f7b2f8a88436a50c_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:fe930290f16d00ea10ed532739267ea1e5e2d71981405462f7ccdfb0e687dd5a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0456c738acfa45201b2575099cb9347e653eb236b8dfaae076c79dcacbfcbf05_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:5bc76aef177b4d7d13712e680a6a89771982b550316e44053c1f46fd053506da_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bff622e8cdc9fa5f697816e1f8aaa86a1dd12bf018906257403907f8896dc649_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fb03f17968db99962f6cea11dd288fd0101bc9b8168cd296c148b451dab6d7_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4a35cd2f60df70215a8344cbb2ba17c36856a0e59dbf0b4e26c63834968c791c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b4232e6ba47868e601e14b219730d272ca953065c7bd998ed5266238d13eb71a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ec5aa99bc9c1fdc57be287f9402cbcdd31274eeac7bc158615c0c61a9fa7f3fe_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f8412ae382a83aa6be858ead781b6303cfa39c2574800ca181d62355c023ef6b_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0f5f88357d4d95c1ffa397cbc346bf9f5dc2db8f4e5579abad88c0ad2963d162_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5c3f41025d90f9288ddc2e6f749ecf9765e6489184acd7532d0d2f3e476473f3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b57d042b045f2600dbd6e446c0c651b1ae0a85158077bd52cd0b76616bb95230_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b88a4d77f26b9f230d8abbc06aa0a3a1cde6df903a6ef797ee18efb81e2674ac_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:883829bc4863879bfa6f1a73b18a7dca659a699664a3851f24e2b08cc15cf0e0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:954a69b7fc21665057ef4de00d5a3fe1907cb6b3a02faa922d61ba9b9561ff85_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:f4141ca6948e53983b0aef57965bed68be81db2ef84ca4fca597e3f5655ecd7d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:fdc9b12b9ee45dd85e277f21f5219c8900b7c0a684090937a9a4cf69a3d22061_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:6ddaad689e2065044d8c13fed306f0d6051199b19689b12c4d60c785243cb3ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:709d85ccdd2c9ddde6c152a44356800cca972d655dc310f7fdf4307c52f34a73_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:9bdd97f707c4ce105262bd4891d9f644f4ede21005409251051e670045e61e37_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:f5bbdaab3899347f0199211c97f3643bc0aed644d7f2117b22bce1bb61ea7838_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:25bb4a371c5656d01a53060df46b7fbb5a287fe843c08581be69fb42ff5ec5dd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:68ec422055d5c2bd25e891853a5871e57f2c3a175ccea404be52a84c5b470e8f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896bba113fa4ba5eab3bc944d58f7492b55945e2802845edee9362b0682ab419_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:dea9e54e863bb2694aec735efa084c60f0083f02f749388aaf872067629a4589_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:4293e169ce795c57143e5a37e0b909ba19d702d26830c749f960ce4ec77c0897_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:2d7d654755857e5a164827f2bbc022d1c23f7229b4164faa5c61e852c1706800_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:817f1ffbf4d8917fdb02f33a5ffd72e16f73952897356cb4d21f1daf1b6e3d88_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fd9a15845c8e2b663c502a15efb17f2bc3b3555eb513a7972ffe71f37654b9e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b6764d281ee6620dbe9b825dc0d0f5e03bc1b2c1a440ccd28a159eb8cd3e2166_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:52db816d2bddde50796a4a5ceb22a9a54fc72bd3b2c1564e7515d0cda2f6c0c1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7a49b9e8ea59229abd9c73c7c0c89ca4e6ed4b30ff8c3b5867c7aaf861658bf2_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b604aabc30af38b467a1679352a1bf76297520d028ddde8555bcc920887641b3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d09d170ce80d0e59bb67f64a31b26fef702d3d5d73b50d0475f92268f9d6f094_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:05ddda7a4ba49a18e5498d9ff8c3565f7a4abc96c985feec10887bb0c1b8aec3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:552b628dee91632aeae32b09add80d1293ff6210585ec1469e1181660ee626e9_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b42e39f651d32f6f3d52496904a6837571b41bd4f104164f7c7e53f7866f2e74_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f630b49b63c4c3e5a06f9fb96c16858af84baf0988386c11ed3f28a4a1d596b6_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:22b88e02a978be77ef7c104bb7ee7844630413b4bfd307ed2028ac7749ec4eaf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4138b33646b5bb576c0f20fb2b436e8f4afb214201fb0c4e0223cdaf22bdb98d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c399ab5c8f1c0702788c49bd02cdc3495e44ae777c5e89771798eff2ac32c96e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e85ca69d5d3e49fbd27f6f933460ec8c91ff5a02db9fcffbc6df56ab8365e05c_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5f83884b0a2b48f34e14b949f43e68ad4b99cb8d228bec74b5126b89cc007808_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:60ec86b8361ab04a7ab167079e7ba62ca091596ce21bf62904d358b9e23d7576_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:effcbf4f105173a4725b450706db3297b77bcfd4a9d7b0b9f7b2f8a88436a50c_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:fe930290f16d00ea10ed532739267ea1e5e2d71981405462f7ccdfb0e687dd5a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0456c738acfa45201b2575099cb9347e653eb236b8dfaae076c79dcacbfcbf05_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:5bc76aef177b4d7d13712e680a6a89771982b550316e44053c1f46fd053506da_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bff622e8cdc9fa5f697816e1f8aaa86a1dd12bf018906257403907f8896dc649_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fb03f17968db99962f6cea11dd288fd0101bc9b8168cd296c148b451dab6d7_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4a35cd2f60df70215a8344cbb2ba17c36856a0e59dbf0b4e26c63834968c791c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b4232e6ba47868e601e14b219730d272ca953065c7bd998ed5266238d13eb71a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ec5aa99bc9c1fdc57be287f9402cbcdd31274eeac7bc158615c0c61a9fa7f3fe_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f8412ae382a83aa6be858ead781b6303cfa39c2574800ca181d62355c023ef6b_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0f5f88357d4d95c1ffa397cbc346bf9f5dc2db8f4e5579abad88c0ad2963d162_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5c3f41025d90f9288ddc2e6f749ecf9765e6489184acd7532d0d2f3e476473f3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b57d042b045f2600dbd6e446c0c651b1ae0a85158077bd52cd0b76616bb95230_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b88a4d77f26b9f230d8abbc06aa0a3a1cde6df903a6ef797ee18efb81e2674ac_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications"
},
{
"cve": "CVE-2025-15284",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-29T23:00:58.541337+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:883829bc4863879bfa6f1a73b18a7dca659a699664a3851f24e2b08cc15cf0e0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:954a69b7fc21665057ef4de00d5a3fe1907cb6b3a02faa922d61ba9b9561ff85_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:f4141ca6948e53983b0aef57965bed68be81db2ef84ca4fca597e3f5655ecd7d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:fdc9b12b9ee45dd85e277f21f5219c8900b7c0a684090937a9a4cf69a3d22061_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:6ddaad689e2065044d8c13fed306f0d6051199b19689b12c4d60c785243cb3ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:709d85ccdd2c9ddde6c152a44356800cca972d655dc310f7fdf4307c52f34a73_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:9bdd97f707c4ce105262bd4891d9f644f4ede21005409251051e670045e61e37_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:f5bbdaab3899347f0199211c97f3643bc0aed644d7f2117b22bce1bb61ea7838_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:4293e169ce795c57143e5a37e0b909ba19d702d26830c749f960ce4ec77c0897_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:2d7d654755857e5a164827f2bbc022d1c23f7229b4164faa5c61e852c1706800_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:817f1ffbf4d8917fdb02f33a5ffd72e16f73952897356cb4d21f1daf1b6e3d88_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fd9a15845c8e2b663c502a15efb17f2bc3b3555eb513a7972ffe71f37654b9e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b6764d281ee6620dbe9b825dc0d0f5e03bc1b2c1a440ccd28a159eb8cd3e2166_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:52db816d2bddde50796a4a5ceb22a9a54fc72bd3b2c1564e7515d0cda2f6c0c1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7a49b9e8ea59229abd9c73c7c0c89ca4e6ed4b30ff8c3b5867c7aaf861658bf2_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b604aabc30af38b467a1679352a1bf76297520d028ddde8555bcc920887641b3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d09d170ce80d0e59bb67f64a31b26fef702d3d5d73b50d0475f92268f9d6f094_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:05ddda7a4ba49a18e5498d9ff8c3565f7a4abc96c985feec10887bb0c1b8aec3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:552b628dee91632aeae32b09add80d1293ff6210585ec1469e1181660ee626e9_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b42e39f651d32f6f3d52496904a6837571b41bd4f104164f7c7e53f7866f2e74_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f630b49b63c4c3e5a06f9fb96c16858af84baf0988386c11ed3f28a4a1d596b6_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:22b88e02a978be77ef7c104bb7ee7844630413b4bfd307ed2028ac7749ec4eaf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4138b33646b5bb576c0f20fb2b436e8f4afb214201fb0c4e0223cdaf22bdb98d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c399ab5c8f1c0702788c49bd02cdc3495e44ae777c5e89771798eff2ac32c96e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e85ca69d5d3e49fbd27f6f933460ec8c91ff5a02db9fcffbc6df56ab8365e05c_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5f83884b0a2b48f34e14b949f43e68ad4b99cb8d228bec74b5126b89cc007808_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:60ec86b8361ab04a7ab167079e7ba62ca091596ce21bf62904d358b9e23d7576_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:effcbf4f105173a4725b450706db3297b77bcfd4a9d7b0b9f7b2f8a88436a50c_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:fe930290f16d00ea10ed532739267ea1e5e2d71981405462f7ccdfb0e687dd5a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0456c738acfa45201b2575099cb9347e653eb236b8dfaae076c79dcacbfcbf05_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:5bc76aef177b4d7d13712e680a6a89771982b550316e44053c1f46fd053506da_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bff622e8cdc9fa5f697816e1f8aaa86a1dd12bf018906257403907f8896dc649_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fb03f17968db99962f6cea11dd288fd0101bc9b8168cd296c148b451dab6d7_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4a35cd2f60df70215a8344cbb2ba17c36856a0e59dbf0b4e26c63834968c791c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b4232e6ba47868e601e14b219730d272ca953065c7bd998ed5266238d13eb71a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ec5aa99bc9c1fdc57be287f9402cbcdd31274eeac7bc158615c0c61a9fa7f3fe_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f8412ae382a83aa6be858ead781b6303cfa39c2574800ca181d62355c023ef6b_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0f5f88357d4d95c1ffa397cbc346bf9f5dc2db8f4e5579abad88c0ad2963d162_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5c3f41025d90f9288ddc2e6f749ecf9765e6489184acd7532d0d2f3e476473f3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b57d042b045f2600dbd6e446c0c651b1ae0a85158077bd52cd0b76616bb95230_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b88a4d77f26b9f230d8abbc06aa0a3a1cde6df903a6ef797ee18efb81e2674ac_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425946"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in qs, a module used for parsing query strings. A remote attacker can exploit an improper input validation vulnerability by sending specially crafted HTTP requests that use bracket notation (e.g., `a[]=value`). This bypasses the `arrayLimit` option, which is designed to limit the size of parsed arrays and prevent resource exhaustion. Successful exploitation can lead to memory exhaustion, causing a Denial of Service (DoS) where the application crashes or becomes unresponsive, making the service unavailable to users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "qs: qs: Denial of Service via improper input validation in array parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products that utilize the `qs` module for parsing query strings, particularly when processing user-controlled input with bracket notation. The `arrayLimit` option, intended to prevent resource exhaustion, is bypassed when bracket notation (`a[]=value`) is used, allowing a remote attacker to cause a denial of service through memory exhaustion. This can lead to application crashes or unresponsiveness, making the service unavailable.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:25bb4a371c5656d01a53060df46b7fbb5a287fe843c08581be69fb42ff5ec5dd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:68ec422055d5c2bd25e891853a5871e57f2c3a175ccea404be52a84c5b470e8f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896bba113fa4ba5eab3bc944d58f7492b55945e2802845edee9362b0682ab419_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:dea9e54e863bb2694aec735efa084c60f0083f02f749388aaf872067629a4589_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:883829bc4863879bfa6f1a73b18a7dca659a699664a3851f24e2b08cc15cf0e0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:954a69b7fc21665057ef4de00d5a3fe1907cb6b3a02faa922d61ba9b9561ff85_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:f4141ca6948e53983b0aef57965bed68be81db2ef84ca4fca597e3f5655ecd7d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:fdc9b12b9ee45dd85e277f21f5219c8900b7c0a684090937a9a4cf69a3d22061_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:6ddaad689e2065044d8c13fed306f0d6051199b19689b12c4d60c785243cb3ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:709d85ccdd2c9ddde6c152a44356800cca972d655dc310f7fdf4307c52f34a73_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:9bdd97f707c4ce105262bd4891d9f644f4ede21005409251051e670045e61e37_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:f5bbdaab3899347f0199211c97f3643bc0aed644d7f2117b22bce1bb61ea7838_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:4293e169ce795c57143e5a37e0b909ba19d702d26830c749f960ce4ec77c0897_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:2d7d654755857e5a164827f2bbc022d1c23f7229b4164faa5c61e852c1706800_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:817f1ffbf4d8917fdb02f33a5ffd72e16f73952897356cb4d21f1daf1b6e3d88_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fd9a15845c8e2b663c502a15efb17f2bc3b3555eb513a7972ffe71f37654b9e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b6764d281ee6620dbe9b825dc0d0f5e03bc1b2c1a440ccd28a159eb8cd3e2166_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:52db816d2bddde50796a4a5ceb22a9a54fc72bd3b2c1564e7515d0cda2f6c0c1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7a49b9e8ea59229abd9c73c7c0c89ca4e6ed4b30ff8c3b5867c7aaf861658bf2_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b604aabc30af38b467a1679352a1bf76297520d028ddde8555bcc920887641b3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d09d170ce80d0e59bb67f64a31b26fef702d3d5d73b50d0475f92268f9d6f094_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:05ddda7a4ba49a18e5498d9ff8c3565f7a4abc96c985feec10887bb0c1b8aec3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:552b628dee91632aeae32b09add80d1293ff6210585ec1469e1181660ee626e9_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b42e39f651d32f6f3d52496904a6837571b41bd4f104164f7c7e53f7866f2e74_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f630b49b63c4c3e5a06f9fb96c16858af84baf0988386c11ed3f28a4a1d596b6_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:22b88e02a978be77ef7c104bb7ee7844630413b4bfd307ed2028ac7749ec4eaf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4138b33646b5bb576c0f20fb2b436e8f4afb214201fb0c4e0223cdaf22bdb98d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c399ab5c8f1c0702788c49bd02cdc3495e44ae777c5e89771798eff2ac32c96e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e85ca69d5d3e49fbd27f6f933460ec8c91ff5a02db9fcffbc6df56ab8365e05c_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5f83884b0a2b48f34e14b949f43e68ad4b99cb8d228bec74b5126b89cc007808_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:60ec86b8361ab04a7ab167079e7ba62ca091596ce21bf62904d358b9e23d7576_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:effcbf4f105173a4725b450706db3297b77bcfd4a9d7b0b9f7b2f8a88436a50c_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:fe930290f16d00ea10ed532739267ea1e5e2d71981405462f7ccdfb0e687dd5a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0456c738acfa45201b2575099cb9347e653eb236b8dfaae076c79dcacbfcbf05_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:5bc76aef177b4d7d13712e680a6a89771982b550316e44053c1f46fd053506da_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bff622e8cdc9fa5f697816e1f8aaa86a1dd12bf018906257403907f8896dc649_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fb03f17968db99962f6cea11dd288fd0101bc9b8168cd296c148b451dab6d7_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4a35cd2f60df70215a8344cbb2ba17c36856a0e59dbf0b4e26c63834968c791c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b4232e6ba47868e601e14b219730d272ca953065c7bd998ed5266238d13eb71a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ec5aa99bc9c1fdc57be287f9402cbcdd31274eeac7bc158615c0c61a9fa7f3fe_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f8412ae382a83aa6be858ead781b6303cfa39c2574800ca181d62355c023ef6b_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0f5f88357d4d95c1ffa397cbc346bf9f5dc2db8f4e5579abad88c0ad2963d162_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5c3f41025d90f9288ddc2e6f749ecf9765e6489184acd7532d0d2f3e476473f3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b57d042b045f2600dbd6e446c0c651b1ae0a85158077bd52cd0b76616bb95230_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b88a4d77f26b9f230d8abbc06aa0a3a1cde6df903a6ef797ee18efb81e2674ac_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "RHBZ#2425946",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425946"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15284"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9",
"url": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p",
"url": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p"
}
],
"release_date": "2025-12-29T22:56:45.240000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-11T15:09:41+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:25bb4a371c5656d01a53060df46b7fbb5a287fe843c08581be69fb42ff5ec5dd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:68ec422055d5c2bd25e891853a5871e57f2c3a175ccea404be52a84c5b470e8f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896bba113fa4ba5eab3bc944d58f7492b55945e2802845edee9362b0682ab419_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:dea9e54e863bb2694aec735efa084c60f0083f02f749388aaf872067629a4589_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:883829bc4863879bfa6f1a73b18a7dca659a699664a3851f24e2b08cc15cf0e0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:954a69b7fc21665057ef4de00d5a3fe1907cb6b3a02faa922d61ba9b9561ff85_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:f4141ca6948e53983b0aef57965bed68be81db2ef84ca4fca597e3f5655ecd7d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:fdc9b12b9ee45dd85e277f21f5219c8900b7c0a684090937a9a4cf69a3d22061_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:6ddaad689e2065044d8c13fed306f0d6051199b19689b12c4d60c785243cb3ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:709d85ccdd2c9ddde6c152a44356800cca972d655dc310f7fdf4307c52f34a73_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:9bdd97f707c4ce105262bd4891d9f644f4ede21005409251051e670045e61e37_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:f5bbdaab3899347f0199211c97f3643bc0aed644d7f2117b22bce1bb61ea7838_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:25bb4a371c5656d01a53060df46b7fbb5a287fe843c08581be69fb42ff5ec5dd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:68ec422055d5c2bd25e891853a5871e57f2c3a175ccea404be52a84c5b470e8f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896bba113fa4ba5eab3bc944d58f7492b55945e2802845edee9362b0682ab419_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:dea9e54e863bb2694aec735efa084c60f0083f02f749388aaf872067629a4589_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:4293e169ce795c57143e5a37e0b909ba19d702d26830c749f960ce4ec77c0897_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:2d7d654755857e5a164827f2bbc022d1c23f7229b4164faa5c61e852c1706800_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:817f1ffbf4d8917fdb02f33a5ffd72e16f73952897356cb4d21f1daf1b6e3d88_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fd9a15845c8e2b663c502a15efb17f2bc3b3555eb513a7972ffe71f37654b9e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b6764d281ee6620dbe9b825dc0d0f5e03bc1b2c1a440ccd28a159eb8cd3e2166_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:52db816d2bddde50796a4a5ceb22a9a54fc72bd3b2c1564e7515d0cda2f6c0c1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7a49b9e8ea59229abd9c73c7c0c89ca4e6ed4b30ff8c3b5867c7aaf861658bf2_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b604aabc30af38b467a1679352a1bf76297520d028ddde8555bcc920887641b3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d09d170ce80d0e59bb67f64a31b26fef702d3d5d73b50d0475f92268f9d6f094_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:05ddda7a4ba49a18e5498d9ff8c3565f7a4abc96c985feec10887bb0c1b8aec3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:552b628dee91632aeae32b09add80d1293ff6210585ec1469e1181660ee626e9_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b42e39f651d32f6f3d52496904a6837571b41bd4f104164f7c7e53f7866f2e74_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f630b49b63c4c3e5a06f9fb96c16858af84baf0988386c11ed3f28a4a1d596b6_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:22b88e02a978be77ef7c104bb7ee7844630413b4bfd307ed2028ac7749ec4eaf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4138b33646b5bb576c0f20fb2b436e8f4afb214201fb0c4e0223cdaf22bdb98d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c399ab5c8f1c0702788c49bd02cdc3495e44ae777c5e89771798eff2ac32c96e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e85ca69d5d3e49fbd27f6f933460ec8c91ff5a02db9fcffbc6df56ab8365e05c_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5f83884b0a2b48f34e14b949f43e68ad4b99cb8d228bec74b5126b89cc007808_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:60ec86b8361ab04a7ab167079e7ba62ca091596ce21bf62904d358b9e23d7576_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:effcbf4f105173a4725b450706db3297b77bcfd4a9d7b0b9f7b2f8a88436a50c_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:fe930290f16d00ea10ed532739267ea1e5e2d71981405462f7ccdfb0e687dd5a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0456c738acfa45201b2575099cb9347e653eb236b8dfaae076c79dcacbfcbf05_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:5bc76aef177b4d7d13712e680a6a89771982b550316e44053c1f46fd053506da_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bff622e8cdc9fa5f697816e1f8aaa86a1dd12bf018906257403907f8896dc649_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fb03f17968db99962f6cea11dd288fd0101bc9b8168cd296c148b451dab6d7_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4a35cd2f60df70215a8344cbb2ba17c36856a0e59dbf0b4e26c63834968c791c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b4232e6ba47868e601e14b219730d272ca953065c7bd998ed5266238d13eb71a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ec5aa99bc9c1fdc57be287f9402cbcdd31274eeac7bc158615c0c61a9fa7f3fe_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f8412ae382a83aa6be858ead781b6303cfa39c2574800ca181d62355c023ef6b_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0f5f88357d4d95c1ffa397cbc346bf9f5dc2db8f4e5579abad88c0ad2963d162_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5c3f41025d90f9288ddc2e6f749ecf9765e6489184acd7532d0d2f3e476473f3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b57d042b045f2600dbd6e446c0c651b1ae0a85158077bd52cd0b76616bb95230_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b88a4d77f26b9f230d8abbc06aa0a3a1cde6df903a6ef797ee18efb81e2674ac_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:883829bc4863879bfa6f1a73b18a7dca659a699664a3851f24e2b08cc15cf0e0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:954a69b7fc21665057ef4de00d5a3fe1907cb6b3a02faa922d61ba9b9561ff85_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:f4141ca6948e53983b0aef57965bed68be81db2ef84ca4fca597e3f5655ecd7d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:fdc9b12b9ee45dd85e277f21f5219c8900b7c0a684090937a9a4cf69a3d22061_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:6ddaad689e2065044d8c13fed306f0d6051199b19689b12c4d60c785243cb3ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:709d85ccdd2c9ddde6c152a44356800cca972d655dc310f7fdf4307c52f34a73_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:9bdd97f707c4ce105262bd4891d9f644f4ede21005409251051e670045e61e37_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:f5bbdaab3899347f0199211c97f3643bc0aed644d7f2117b22bce1bb61ea7838_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:25bb4a371c5656d01a53060df46b7fbb5a287fe843c08581be69fb42ff5ec5dd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:68ec422055d5c2bd25e891853a5871e57f2c3a175ccea404be52a84c5b470e8f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896bba113fa4ba5eab3bc944d58f7492b55945e2802845edee9362b0682ab419_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:dea9e54e863bb2694aec735efa084c60f0083f02f749388aaf872067629a4589_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:4293e169ce795c57143e5a37e0b909ba19d702d26830c749f960ce4ec77c0897_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:2d7d654755857e5a164827f2bbc022d1c23f7229b4164faa5c61e852c1706800_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:817f1ffbf4d8917fdb02f33a5ffd72e16f73952897356cb4d21f1daf1b6e3d88_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fd9a15845c8e2b663c502a15efb17f2bc3b3555eb513a7972ffe71f37654b9e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b6764d281ee6620dbe9b825dc0d0f5e03bc1b2c1a440ccd28a159eb8cd3e2166_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:52db816d2bddde50796a4a5ceb22a9a54fc72bd3b2c1564e7515d0cda2f6c0c1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7a49b9e8ea59229abd9c73c7c0c89ca4e6ed4b30ff8c3b5867c7aaf861658bf2_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b604aabc30af38b467a1679352a1bf76297520d028ddde8555bcc920887641b3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d09d170ce80d0e59bb67f64a31b26fef702d3d5d73b50d0475f92268f9d6f094_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:05ddda7a4ba49a18e5498d9ff8c3565f7a4abc96c985feec10887bb0c1b8aec3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:552b628dee91632aeae32b09add80d1293ff6210585ec1469e1181660ee626e9_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b42e39f651d32f6f3d52496904a6837571b41bd4f104164f7c7e53f7866f2e74_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f630b49b63c4c3e5a06f9fb96c16858af84baf0988386c11ed3f28a4a1d596b6_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:22b88e02a978be77ef7c104bb7ee7844630413b4bfd307ed2028ac7749ec4eaf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4138b33646b5bb576c0f20fb2b436e8f4afb214201fb0c4e0223cdaf22bdb98d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c399ab5c8f1c0702788c49bd02cdc3495e44ae777c5e89771798eff2ac32c96e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e85ca69d5d3e49fbd27f6f933460ec8c91ff5a02db9fcffbc6df56ab8365e05c_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5f83884b0a2b48f34e14b949f43e68ad4b99cb8d228bec74b5126b89cc007808_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:60ec86b8361ab04a7ab167079e7ba62ca091596ce21bf62904d358b9e23d7576_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:effcbf4f105173a4725b450706db3297b77bcfd4a9d7b0b9f7b2f8a88436a50c_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:fe930290f16d00ea10ed532739267ea1e5e2d71981405462f7ccdfb0e687dd5a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0456c738acfa45201b2575099cb9347e653eb236b8dfaae076c79dcacbfcbf05_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:5bc76aef177b4d7d13712e680a6a89771982b550316e44053c1f46fd053506da_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bff622e8cdc9fa5f697816e1f8aaa86a1dd12bf018906257403907f8896dc649_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fb03f17968db99962f6cea11dd288fd0101bc9b8168cd296c148b451dab6d7_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4a35cd2f60df70215a8344cbb2ba17c36856a0e59dbf0b4e26c63834968c791c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b4232e6ba47868e601e14b219730d272ca953065c7bd998ed5266238d13eb71a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ec5aa99bc9c1fdc57be287f9402cbcdd31274eeac7bc158615c0c61a9fa7f3fe_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f8412ae382a83aa6be858ead781b6303cfa39c2574800ca181d62355c023ef6b_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0f5f88357d4d95c1ffa397cbc346bf9f5dc2db8f4e5579abad88c0ad2963d162_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5c3f41025d90f9288ddc2e6f749ecf9765e6489184acd7532d0d2f3e476473f3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b57d042b045f2600dbd6e446c0c651b1ae0a85158077bd52cd0b76616bb95230_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b88a4d77f26b9f230d8abbc06aa0a3a1cde6df903a6ef797ee18efb81e2674ac_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "qs: qs: Denial of Service via improper input validation in array parsing"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:883829bc4863879bfa6f1a73b18a7dca659a699664a3851f24e2b08cc15cf0e0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:954a69b7fc21665057ef4de00d5a3fe1907cb6b3a02faa922d61ba9b9561ff85_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:f4141ca6948e53983b0aef57965bed68be81db2ef84ca4fca597e3f5655ecd7d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:fdc9b12b9ee45dd85e277f21f5219c8900b7c0a684090937a9a4cf69a3d22061_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:6ddaad689e2065044d8c13fed306f0d6051199b19689b12c4d60c785243cb3ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:709d85ccdd2c9ddde6c152a44356800cca972d655dc310f7fdf4307c52f34a73_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:9bdd97f707c4ce105262bd4891d9f644f4ede21005409251051e670045e61e37_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:f5bbdaab3899347f0199211c97f3643bc0aed644d7f2117b22bce1bb61ea7838_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:25bb4a371c5656d01a53060df46b7fbb5a287fe843c08581be69fb42ff5ec5dd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:68ec422055d5c2bd25e891853a5871e57f2c3a175ccea404be52a84c5b470e8f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896bba113fa4ba5eab3bc944d58f7492b55945e2802845edee9362b0682ab419_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:dea9e54e863bb2694aec735efa084c60f0083f02f749388aaf872067629a4589_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:4293e169ce795c57143e5a37e0b909ba19d702d26830c749f960ce4ec77c0897_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:2d7d654755857e5a164827f2bbc022d1c23f7229b4164faa5c61e852c1706800_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:817f1ffbf4d8917fdb02f33a5ffd72e16f73952897356cb4d21f1daf1b6e3d88_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fd9a15845c8e2b663c502a15efb17f2bc3b3555eb513a7972ffe71f37654b9e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b6764d281ee6620dbe9b825dc0d0f5e03bc1b2c1a440ccd28a159eb8cd3e2166_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:52db816d2bddde50796a4a5ceb22a9a54fc72bd3b2c1564e7515d0cda2f6c0c1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7a49b9e8ea59229abd9c73c7c0c89ca4e6ed4b30ff8c3b5867c7aaf861658bf2_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b604aabc30af38b467a1679352a1bf76297520d028ddde8555bcc920887641b3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d09d170ce80d0e59bb67f64a31b26fef702d3d5d73b50d0475f92268f9d6f094_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:05ddda7a4ba49a18e5498d9ff8c3565f7a4abc96c985feec10887bb0c1b8aec3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:552b628dee91632aeae32b09add80d1293ff6210585ec1469e1181660ee626e9_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b42e39f651d32f6f3d52496904a6837571b41bd4f104164f7c7e53f7866f2e74_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f630b49b63c4c3e5a06f9fb96c16858af84baf0988386c11ed3f28a4a1d596b6_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:22b88e02a978be77ef7c104bb7ee7844630413b4bfd307ed2028ac7749ec4eaf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4138b33646b5bb576c0f20fb2b436e8f4afb214201fb0c4e0223cdaf22bdb98d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c399ab5c8f1c0702788c49bd02cdc3495e44ae777c5e89771798eff2ac32c96e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e85ca69d5d3e49fbd27f6f933460ec8c91ff5a02db9fcffbc6df56ab8365e05c_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0456c738acfa45201b2575099cb9347e653eb236b8dfaae076c79dcacbfcbf05_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:5bc76aef177b4d7d13712e680a6a89771982b550316e44053c1f46fd053506da_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bff622e8cdc9fa5f697816e1f8aaa86a1dd12bf018906257403907f8896dc649_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fb03f17968db99962f6cea11dd288fd0101bc9b8168cd296c148b451dab6d7_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4a35cd2f60df70215a8344cbb2ba17c36856a0e59dbf0b4e26c63834968c791c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b4232e6ba47868e601e14b219730d272ca953065c7bd998ed5266238d13eb71a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ec5aa99bc9c1fdc57be287f9402cbcdd31274eeac7bc158615c0c61a9fa7f3fe_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f8412ae382a83aa6be858ead781b6303cfa39c2574800ca181d62355c023ef6b_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0f5f88357d4d95c1ffa397cbc346bf9f5dc2db8f4e5579abad88c0ad2963d162_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5c3f41025d90f9288ddc2e6f749ecf9765e6489184acd7532d0d2f3e476473f3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b57d042b045f2600dbd6e446c0c651b1ae0a85158077bd52cd0b76616bb95230_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b88a4d77f26b9f230d8abbc06aa0a3a1cde6df903a6ef797ee18efb81e2674ac_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5f83884b0a2b48f34e14b949f43e68ad4b99cb8d228bec74b5126b89cc007808_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:60ec86b8361ab04a7ab167079e7ba62ca091596ce21bf62904d358b9e23d7576_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:effcbf4f105173a4725b450706db3297b77bcfd4a9d7b0b9f7b2f8a88436a50c_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:fe930290f16d00ea10ed532739267ea1e5e2d71981405462f7ccdfb0e687dd5a_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:883829bc4863879bfa6f1a73b18a7dca659a699664a3851f24e2b08cc15cf0e0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:954a69b7fc21665057ef4de00d5a3fe1907cb6b3a02faa922d61ba9b9561ff85_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:f4141ca6948e53983b0aef57965bed68be81db2ef84ca4fca597e3f5655ecd7d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:fdc9b12b9ee45dd85e277f21f5219c8900b7c0a684090937a9a4cf69a3d22061_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:6ddaad689e2065044d8c13fed306f0d6051199b19689b12c4d60c785243cb3ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:709d85ccdd2c9ddde6c152a44356800cca972d655dc310f7fdf4307c52f34a73_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:9bdd97f707c4ce105262bd4891d9f644f4ede21005409251051e670045e61e37_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:f5bbdaab3899347f0199211c97f3643bc0aed644d7f2117b22bce1bb61ea7838_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:25bb4a371c5656d01a53060df46b7fbb5a287fe843c08581be69fb42ff5ec5dd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:68ec422055d5c2bd25e891853a5871e57f2c3a175ccea404be52a84c5b470e8f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896bba113fa4ba5eab3bc944d58f7492b55945e2802845edee9362b0682ab419_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:dea9e54e863bb2694aec735efa084c60f0083f02f749388aaf872067629a4589_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:4293e169ce795c57143e5a37e0b909ba19d702d26830c749f960ce4ec77c0897_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:2d7d654755857e5a164827f2bbc022d1c23f7229b4164faa5c61e852c1706800_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:817f1ffbf4d8917fdb02f33a5ffd72e16f73952897356cb4d21f1daf1b6e3d88_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fd9a15845c8e2b663c502a15efb17f2bc3b3555eb513a7972ffe71f37654b9e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b6764d281ee6620dbe9b825dc0d0f5e03bc1b2c1a440ccd28a159eb8cd3e2166_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:52db816d2bddde50796a4a5ceb22a9a54fc72bd3b2c1564e7515d0cda2f6c0c1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7a49b9e8ea59229abd9c73c7c0c89ca4e6ed4b30ff8c3b5867c7aaf861658bf2_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b604aabc30af38b467a1679352a1bf76297520d028ddde8555bcc920887641b3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d09d170ce80d0e59bb67f64a31b26fef702d3d5d73b50d0475f92268f9d6f094_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:05ddda7a4ba49a18e5498d9ff8c3565f7a4abc96c985feec10887bb0c1b8aec3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:552b628dee91632aeae32b09add80d1293ff6210585ec1469e1181660ee626e9_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b42e39f651d32f6f3d52496904a6837571b41bd4f104164f7c7e53f7866f2e74_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f630b49b63c4c3e5a06f9fb96c16858af84baf0988386c11ed3f28a4a1d596b6_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:22b88e02a978be77ef7c104bb7ee7844630413b4bfd307ed2028ac7749ec4eaf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4138b33646b5bb576c0f20fb2b436e8f4afb214201fb0c4e0223cdaf22bdb98d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c399ab5c8f1c0702788c49bd02cdc3495e44ae777c5e89771798eff2ac32c96e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e85ca69d5d3e49fbd27f6f933460ec8c91ff5a02db9fcffbc6df56ab8365e05c_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0456c738acfa45201b2575099cb9347e653eb236b8dfaae076c79dcacbfcbf05_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:5bc76aef177b4d7d13712e680a6a89771982b550316e44053c1f46fd053506da_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bff622e8cdc9fa5f697816e1f8aaa86a1dd12bf018906257403907f8896dc649_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fb03f17968db99962f6cea11dd288fd0101bc9b8168cd296c148b451dab6d7_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4a35cd2f60df70215a8344cbb2ba17c36856a0e59dbf0b4e26c63834968c791c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b4232e6ba47868e601e14b219730d272ca953065c7bd998ed5266238d13eb71a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ec5aa99bc9c1fdc57be287f9402cbcdd31274eeac7bc158615c0c61a9fa7f3fe_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f8412ae382a83aa6be858ead781b6303cfa39c2574800ca181d62355c023ef6b_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0f5f88357d4d95c1ffa397cbc346bf9f5dc2db8f4e5579abad88c0ad2963d162_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5c3f41025d90f9288ddc2e6f749ecf9765e6489184acd7532d0d2f3e476473f3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b57d042b045f2600dbd6e446c0c651b1ae0a85158077bd52cd0b76616bb95230_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b88a4d77f26b9f230d8abbc06aa0a3a1cde6df903a6ef797ee18efb81e2674ac_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-11T15:09:41+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5f83884b0a2b48f34e14b949f43e68ad4b99cb8d228bec74b5126b89cc007808_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:60ec86b8361ab04a7ab167079e7ba62ca091596ce21bf62904d358b9e23d7576_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:effcbf4f105173a4725b450706db3297b77bcfd4a9d7b0b9f7b2f8a88436a50c_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:fe930290f16d00ea10ed532739267ea1e5e2d71981405462f7ccdfb0e687dd5a_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:883829bc4863879bfa6f1a73b18a7dca659a699664a3851f24e2b08cc15cf0e0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:954a69b7fc21665057ef4de00d5a3fe1907cb6b3a02faa922d61ba9b9561ff85_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:f4141ca6948e53983b0aef57965bed68be81db2ef84ca4fca597e3f5655ecd7d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:fdc9b12b9ee45dd85e277f21f5219c8900b7c0a684090937a9a4cf69a3d22061_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:6ddaad689e2065044d8c13fed306f0d6051199b19689b12c4d60c785243cb3ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:709d85ccdd2c9ddde6c152a44356800cca972d655dc310f7fdf4307c52f34a73_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:9bdd97f707c4ce105262bd4891d9f644f4ede21005409251051e670045e61e37_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:f5bbdaab3899347f0199211c97f3643bc0aed644d7f2117b22bce1bb61ea7838_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:25bb4a371c5656d01a53060df46b7fbb5a287fe843c08581be69fb42ff5ec5dd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:68ec422055d5c2bd25e891853a5871e57f2c3a175ccea404be52a84c5b470e8f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896bba113fa4ba5eab3bc944d58f7492b55945e2802845edee9362b0682ab419_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:dea9e54e863bb2694aec735efa084c60f0083f02f749388aaf872067629a4589_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:4293e169ce795c57143e5a37e0b909ba19d702d26830c749f960ce4ec77c0897_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:2d7d654755857e5a164827f2bbc022d1c23f7229b4164faa5c61e852c1706800_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:817f1ffbf4d8917fdb02f33a5ffd72e16f73952897356cb4d21f1daf1b6e3d88_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fd9a15845c8e2b663c502a15efb17f2bc3b3555eb513a7972ffe71f37654b9e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b6764d281ee6620dbe9b825dc0d0f5e03bc1b2c1a440ccd28a159eb8cd3e2166_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:52db816d2bddde50796a4a5ceb22a9a54fc72bd3b2c1564e7515d0cda2f6c0c1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7a49b9e8ea59229abd9c73c7c0c89ca4e6ed4b30ff8c3b5867c7aaf861658bf2_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b604aabc30af38b467a1679352a1bf76297520d028ddde8555bcc920887641b3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d09d170ce80d0e59bb67f64a31b26fef702d3d5d73b50d0475f92268f9d6f094_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:05ddda7a4ba49a18e5498d9ff8c3565f7a4abc96c985feec10887bb0c1b8aec3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:552b628dee91632aeae32b09add80d1293ff6210585ec1469e1181660ee626e9_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b42e39f651d32f6f3d52496904a6837571b41bd4f104164f7c7e53f7866f2e74_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f630b49b63c4c3e5a06f9fb96c16858af84baf0988386c11ed3f28a4a1d596b6_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:22b88e02a978be77ef7c104bb7ee7844630413b4bfd307ed2028ac7749ec4eaf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4138b33646b5bb576c0f20fb2b436e8f4afb214201fb0c4e0223cdaf22bdb98d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c399ab5c8f1c0702788c49bd02cdc3495e44ae777c5e89771798eff2ac32c96e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e85ca69d5d3e49fbd27f6f933460ec8c91ff5a02db9fcffbc6df56ab8365e05c_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5f83884b0a2b48f34e14b949f43e68ad4b99cb8d228bec74b5126b89cc007808_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:60ec86b8361ab04a7ab167079e7ba62ca091596ce21bf62904d358b9e23d7576_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:effcbf4f105173a4725b450706db3297b77bcfd4a9d7b0b9f7b2f8a88436a50c_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:fe930290f16d00ea10ed532739267ea1e5e2d71981405462f7ccdfb0e687dd5a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0456c738acfa45201b2575099cb9347e653eb236b8dfaae076c79dcacbfcbf05_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:5bc76aef177b4d7d13712e680a6a89771982b550316e44053c1f46fd053506da_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bff622e8cdc9fa5f697816e1f8aaa86a1dd12bf018906257403907f8896dc649_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fb03f17968db99962f6cea11dd288fd0101bc9b8168cd296c148b451dab6d7_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4a35cd2f60df70215a8344cbb2ba17c36856a0e59dbf0b4e26c63834968c791c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b4232e6ba47868e601e14b219730d272ca953065c7bd998ed5266238d13eb71a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ec5aa99bc9c1fdc57be287f9402cbcdd31274eeac7bc158615c0c61a9fa7f3fe_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f8412ae382a83aa6be858ead781b6303cfa39c2574800ca181d62355c023ef6b_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0f5f88357d4d95c1ffa397cbc346bf9f5dc2db8f4e5579abad88c0ad2963d162_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5c3f41025d90f9288ddc2e6f749ecf9765e6489184acd7532d0d2f3e476473f3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b57d042b045f2600dbd6e446c0c651b1ae0a85158077bd52cd0b76616bb95230_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b88a4d77f26b9f230d8abbc06aa0a3a1cde6df903a6ef797ee18efb81e2674ac_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:883829bc4863879bfa6f1a73b18a7dca659a699664a3851f24e2b08cc15cf0e0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:954a69b7fc21665057ef4de00d5a3fe1907cb6b3a02faa922d61ba9b9561ff85_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:f4141ca6948e53983b0aef57965bed68be81db2ef84ca4fca597e3f5655ecd7d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:fdc9b12b9ee45dd85e277f21f5219c8900b7c0a684090937a9a4cf69a3d22061_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:6ddaad689e2065044d8c13fed306f0d6051199b19689b12c4d60c785243cb3ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:709d85ccdd2c9ddde6c152a44356800cca972d655dc310f7fdf4307c52f34a73_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:9bdd97f707c4ce105262bd4891d9f644f4ede21005409251051e670045e61e37_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:f5bbdaab3899347f0199211c97f3643bc0aed644d7f2117b22bce1bb61ea7838_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:25bb4a371c5656d01a53060df46b7fbb5a287fe843c08581be69fb42ff5ec5dd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:68ec422055d5c2bd25e891853a5871e57f2c3a175ccea404be52a84c5b470e8f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896bba113fa4ba5eab3bc944d58f7492b55945e2802845edee9362b0682ab419_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:dea9e54e863bb2694aec735efa084c60f0083f02f749388aaf872067629a4589_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:4293e169ce795c57143e5a37e0b909ba19d702d26830c749f960ce4ec77c0897_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:2d7d654755857e5a164827f2bbc022d1c23f7229b4164faa5c61e852c1706800_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:817f1ffbf4d8917fdb02f33a5ffd72e16f73952897356cb4d21f1daf1b6e3d88_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fd9a15845c8e2b663c502a15efb17f2bc3b3555eb513a7972ffe71f37654b9e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b6764d281ee6620dbe9b825dc0d0f5e03bc1b2c1a440ccd28a159eb8cd3e2166_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:52db816d2bddde50796a4a5ceb22a9a54fc72bd3b2c1564e7515d0cda2f6c0c1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7a49b9e8ea59229abd9c73c7c0c89ca4e6ed4b30ff8c3b5867c7aaf861658bf2_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b604aabc30af38b467a1679352a1bf76297520d028ddde8555bcc920887641b3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d09d170ce80d0e59bb67f64a31b26fef702d3d5d73b50d0475f92268f9d6f094_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:05ddda7a4ba49a18e5498d9ff8c3565f7a4abc96c985feec10887bb0c1b8aec3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:552b628dee91632aeae32b09add80d1293ff6210585ec1469e1181660ee626e9_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b42e39f651d32f6f3d52496904a6837571b41bd4f104164f7c7e53f7866f2e74_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f630b49b63c4c3e5a06f9fb96c16858af84baf0988386c11ed3f28a4a1d596b6_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:22b88e02a978be77ef7c104bb7ee7844630413b4bfd307ed2028ac7749ec4eaf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4138b33646b5bb576c0f20fb2b436e8f4afb214201fb0c4e0223cdaf22bdb98d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c399ab5c8f1c0702788c49bd02cdc3495e44ae777c5e89771798eff2ac32c96e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e85ca69d5d3e49fbd27f6f933460ec8c91ff5a02db9fcffbc6df56ab8365e05c_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5f83884b0a2b48f34e14b949f43e68ad4b99cb8d228bec74b5126b89cc007808_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:60ec86b8361ab04a7ab167079e7ba62ca091596ce21bf62904d358b9e23d7576_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:effcbf4f105173a4725b450706db3297b77bcfd4a9d7b0b9f7b2f8a88436a50c_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:fe930290f16d00ea10ed532739267ea1e5e2d71981405462f7ccdfb0e687dd5a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0456c738acfa45201b2575099cb9347e653eb236b8dfaae076c79dcacbfcbf05_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:5bc76aef177b4d7d13712e680a6a89771982b550316e44053c1f46fd053506da_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bff622e8cdc9fa5f697816e1f8aaa86a1dd12bf018906257403907f8896dc649_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fb03f17968db99962f6cea11dd288fd0101bc9b8168cd296c148b451dab6d7_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4a35cd2f60df70215a8344cbb2ba17c36856a0e59dbf0b4e26c63834968c791c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b4232e6ba47868e601e14b219730d272ca953065c7bd998ed5266238d13eb71a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ec5aa99bc9c1fdc57be287f9402cbcdd31274eeac7bc158615c0c61a9fa7f3fe_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f8412ae382a83aa6be858ead781b6303cfa39c2574800ca181d62355c023ef6b_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0f5f88357d4d95c1ffa397cbc346bf9f5dc2db8f4e5579abad88c0ad2963d162_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5c3f41025d90f9288ddc2e6f749ecf9765e6489184acd7532d0d2f3e476473f3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b57d042b045f2600dbd6e446c0c651b1ae0a85158077bd52cd0b76616bb95230_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b88a4d77f26b9f230d8abbc06aa0a3a1cde6df903a6ef797ee18efb81e2674ac_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-66031",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2025-11-26T23:01:36.363253+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:883829bc4863879bfa6f1a73b18a7dca659a699664a3851f24e2b08cc15cf0e0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:954a69b7fc21665057ef4de00d5a3fe1907cb6b3a02faa922d61ba9b9561ff85_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:f4141ca6948e53983b0aef57965bed68be81db2ef84ca4fca597e3f5655ecd7d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:fdc9b12b9ee45dd85e277f21f5219c8900b7c0a684090937a9a4cf69a3d22061_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:6ddaad689e2065044d8c13fed306f0d6051199b19689b12c4d60c785243cb3ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:709d85ccdd2c9ddde6c152a44356800cca972d655dc310f7fdf4307c52f34a73_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:9bdd97f707c4ce105262bd4891d9f644f4ede21005409251051e670045e61e37_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:f5bbdaab3899347f0199211c97f3643bc0aed644d7f2117b22bce1bb61ea7838_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:4293e169ce795c57143e5a37e0b909ba19d702d26830c749f960ce4ec77c0897_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:2d7d654755857e5a164827f2bbc022d1c23f7229b4164faa5c61e852c1706800_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:817f1ffbf4d8917fdb02f33a5ffd72e16f73952897356cb4d21f1daf1b6e3d88_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fd9a15845c8e2b663c502a15efb17f2bc3b3555eb513a7972ffe71f37654b9e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b6764d281ee6620dbe9b825dc0d0f5e03bc1b2c1a440ccd28a159eb8cd3e2166_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:52db816d2bddde50796a4a5ceb22a9a54fc72bd3b2c1564e7515d0cda2f6c0c1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7a49b9e8ea59229abd9c73c7c0c89ca4e6ed4b30ff8c3b5867c7aaf861658bf2_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b604aabc30af38b467a1679352a1bf76297520d028ddde8555bcc920887641b3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d09d170ce80d0e59bb67f64a31b26fef702d3d5d73b50d0475f92268f9d6f094_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:05ddda7a4ba49a18e5498d9ff8c3565f7a4abc96c985feec10887bb0c1b8aec3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:552b628dee91632aeae32b09add80d1293ff6210585ec1469e1181660ee626e9_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b42e39f651d32f6f3d52496904a6837571b41bd4f104164f7c7e53f7866f2e74_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f630b49b63c4c3e5a06f9fb96c16858af84baf0988386c11ed3f28a4a1d596b6_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:22b88e02a978be77ef7c104bb7ee7844630413b4bfd307ed2028ac7749ec4eaf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4138b33646b5bb576c0f20fb2b436e8f4afb214201fb0c4e0223cdaf22bdb98d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c399ab5c8f1c0702788c49bd02cdc3495e44ae777c5e89771798eff2ac32c96e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e85ca69d5d3e49fbd27f6f933460ec8c91ff5a02db9fcffbc6df56ab8365e05c_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5f83884b0a2b48f34e14b949f43e68ad4b99cb8d228bec74b5126b89cc007808_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:60ec86b8361ab04a7ab167079e7ba62ca091596ce21bf62904d358b9e23d7576_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:effcbf4f105173a4725b450706db3297b77bcfd4a9d7b0b9f7b2f8a88436a50c_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:fe930290f16d00ea10ed532739267ea1e5e2d71981405462f7ccdfb0e687dd5a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0456c738acfa45201b2575099cb9347e653eb236b8dfaae076c79dcacbfcbf05_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:5bc76aef177b4d7d13712e680a6a89771982b550316e44053c1f46fd053506da_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bff622e8cdc9fa5f697816e1f8aaa86a1dd12bf018906257403907f8896dc649_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fb03f17968db99962f6cea11dd288fd0101bc9b8168cd296c148b451dab6d7_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4a35cd2f60df70215a8344cbb2ba17c36856a0e59dbf0b4e26c63834968c791c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b4232e6ba47868e601e14b219730d272ca953065c7bd998ed5266238d13eb71a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ec5aa99bc9c1fdc57be287f9402cbcdd31274eeac7bc158615c0c61a9fa7f3fe_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f8412ae382a83aa6be858ead781b6303cfa39c2574800ca181d62355c023ef6b_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0f5f88357d4d95c1ffa397cbc346bf9f5dc2db8f4e5579abad88c0ad2963d162_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5c3f41025d90f9288ddc2e6f749ecf9765e6489184acd7532d0d2f3e476473f3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b57d042b045f2600dbd6e446c0c651b1ae0a85158077bd52cd0b76616bb95230_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b88a4d77f26b9f230d8abbc06aa0a3a1cde6df903a6ef797ee18efb81e2674ac_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417397"
}
],
"notes": [
{
"category": "description",
"text": "An ASN.1 Denial of Service (Dos) vulnerability exists in the node-forge asn1.fromDer function within forge/lib/asn1.js. The ASN.1 DER parser implementation (_fromDer) recurses for every constructed ASN.1 value (SEQUENCE, SET, etc.) and lacks a guard limiting recursion depth. An attacker can craft a small DER blob containing a very large nesting depth of constructed TLVs which causes the Node.js V8 engine to exhaust its call stack and throw RangeError: Maximum call stack size exceeded, crashing or incapacitating the process handling the parse. This is a remote, low-cost Denial-of-Service against applications that parse untrusted ASN.1 objects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: node-forge ASN.1 Unbounded Recursion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:25bb4a371c5656d01a53060df46b7fbb5a287fe843c08581be69fb42ff5ec5dd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:68ec422055d5c2bd25e891853a5871e57f2c3a175ccea404be52a84c5b470e8f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896bba113fa4ba5eab3bc944d58f7492b55945e2802845edee9362b0682ab419_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:dea9e54e863bb2694aec735efa084c60f0083f02f749388aaf872067629a4589_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:883829bc4863879bfa6f1a73b18a7dca659a699664a3851f24e2b08cc15cf0e0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:954a69b7fc21665057ef4de00d5a3fe1907cb6b3a02faa922d61ba9b9561ff85_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:f4141ca6948e53983b0aef57965bed68be81db2ef84ca4fca597e3f5655ecd7d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:fdc9b12b9ee45dd85e277f21f5219c8900b7c0a684090937a9a4cf69a3d22061_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:6ddaad689e2065044d8c13fed306f0d6051199b19689b12c4d60c785243cb3ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:709d85ccdd2c9ddde6c152a44356800cca972d655dc310f7fdf4307c52f34a73_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:9bdd97f707c4ce105262bd4891d9f644f4ede21005409251051e670045e61e37_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:f5bbdaab3899347f0199211c97f3643bc0aed644d7f2117b22bce1bb61ea7838_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:4293e169ce795c57143e5a37e0b909ba19d702d26830c749f960ce4ec77c0897_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:2d7d654755857e5a164827f2bbc022d1c23f7229b4164faa5c61e852c1706800_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:817f1ffbf4d8917fdb02f33a5ffd72e16f73952897356cb4d21f1daf1b6e3d88_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fd9a15845c8e2b663c502a15efb17f2bc3b3555eb513a7972ffe71f37654b9e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b6764d281ee6620dbe9b825dc0d0f5e03bc1b2c1a440ccd28a159eb8cd3e2166_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:52db816d2bddde50796a4a5ceb22a9a54fc72bd3b2c1564e7515d0cda2f6c0c1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7a49b9e8ea59229abd9c73c7c0c89ca4e6ed4b30ff8c3b5867c7aaf861658bf2_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b604aabc30af38b467a1679352a1bf76297520d028ddde8555bcc920887641b3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d09d170ce80d0e59bb67f64a31b26fef702d3d5d73b50d0475f92268f9d6f094_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:05ddda7a4ba49a18e5498d9ff8c3565f7a4abc96c985feec10887bb0c1b8aec3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:552b628dee91632aeae32b09add80d1293ff6210585ec1469e1181660ee626e9_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b42e39f651d32f6f3d52496904a6837571b41bd4f104164f7c7e53f7866f2e74_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f630b49b63c4c3e5a06f9fb96c16858af84baf0988386c11ed3f28a4a1d596b6_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:22b88e02a978be77ef7c104bb7ee7844630413b4bfd307ed2028ac7749ec4eaf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4138b33646b5bb576c0f20fb2b436e8f4afb214201fb0c4e0223cdaf22bdb98d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c399ab5c8f1c0702788c49bd02cdc3495e44ae777c5e89771798eff2ac32c96e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e85ca69d5d3e49fbd27f6f933460ec8c91ff5a02db9fcffbc6df56ab8365e05c_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5f83884b0a2b48f34e14b949f43e68ad4b99cb8d228bec74b5126b89cc007808_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:60ec86b8361ab04a7ab167079e7ba62ca091596ce21bf62904d358b9e23d7576_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:effcbf4f105173a4725b450706db3297b77bcfd4a9d7b0b9f7b2f8a88436a50c_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:fe930290f16d00ea10ed532739267ea1e5e2d71981405462f7ccdfb0e687dd5a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0456c738acfa45201b2575099cb9347e653eb236b8dfaae076c79dcacbfcbf05_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:5bc76aef177b4d7d13712e680a6a89771982b550316e44053c1f46fd053506da_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bff622e8cdc9fa5f697816e1f8aaa86a1dd12bf018906257403907f8896dc649_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fb03f17968db99962f6cea11dd288fd0101bc9b8168cd296c148b451dab6d7_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4a35cd2f60df70215a8344cbb2ba17c36856a0e59dbf0b4e26c63834968c791c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b4232e6ba47868e601e14b219730d272ca953065c7bd998ed5266238d13eb71a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ec5aa99bc9c1fdc57be287f9402cbcdd31274eeac7bc158615c0c61a9fa7f3fe_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f8412ae382a83aa6be858ead781b6303cfa39c2574800ca181d62355c023ef6b_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0f5f88357d4d95c1ffa397cbc346bf9f5dc2db8f4e5579abad88c0ad2963d162_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5c3f41025d90f9288ddc2e6f749ecf9765e6489184acd7532d0d2f3e476473f3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b57d042b045f2600dbd6e446c0c651b1ae0a85158077bd52cd0b76616bb95230_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b88a4d77f26b9f230d8abbc06aa0a3a1cde6df903a6ef797ee18efb81e2674ac_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66031"
},
{
"category": "external",
"summary": "RHBZ#2417397",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417397"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66031"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66031",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66031"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/commit/260425c6167a38aae038697132483b5517b26451",
"url": "https://github.com/digitalbazaar/forge/commit/260425c6167a38aae038697132483b5517b26451"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-554w-wpv2-vw27",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-554w-wpv2-vw27"
}
],
"release_date": "2025-11-26T22:23:26.013000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-11T15:09:41+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:25bb4a371c5656d01a53060df46b7fbb5a287fe843c08581be69fb42ff5ec5dd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:68ec422055d5c2bd25e891853a5871e57f2c3a175ccea404be52a84c5b470e8f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896bba113fa4ba5eab3bc944d58f7492b55945e2802845edee9362b0682ab419_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:dea9e54e863bb2694aec735efa084c60f0083f02f749388aaf872067629a4589_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:883829bc4863879bfa6f1a73b18a7dca659a699664a3851f24e2b08cc15cf0e0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:954a69b7fc21665057ef4de00d5a3fe1907cb6b3a02faa922d61ba9b9561ff85_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:f4141ca6948e53983b0aef57965bed68be81db2ef84ca4fca597e3f5655ecd7d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:fdc9b12b9ee45dd85e277f21f5219c8900b7c0a684090937a9a4cf69a3d22061_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:6ddaad689e2065044d8c13fed306f0d6051199b19689b12c4d60c785243cb3ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:709d85ccdd2c9ddde6c152a44356800cca972d655dc310f7fdf4307c52f34a73_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:9bdd97f707c4ce105262bd4891d9f644f4ede21005409251051e670045e61e37_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:f5bbdaab3899347f0199211c97f3643bc0aed644d7f2117b22bce1bb61ea7838_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:25bb4a371c5656d01a53060df46b7fbb5a287fe843c08581be69fb42ff5ec5dd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:68ec422055d5c2bd25e891853a5871e57f2c3a175ccea404be52a84c5b470e8f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896bba113fa4ba5eab3bc944d58f7492b55945e2802845edee9362b0682ab419_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:dea9e54e863bb2694aec735efa084c60f0083f02f749388aaf872067629a4589_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:4293e169ce795c57143e5a37e0b909ba19d702d26830c749f960ce4ec77c0897_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:2d7d654755857e5a164827f2bbc022d1c23f7229b4164faa5c61e852c1706800_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:817f1ffbf4d8917fdb02f33a5ffd72e16f73952897356cb4d21f1daf1b6e3d88_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fd9a15845c8e2b663c502a15efb17f2bc3b3555eb513a7972ffe71f37654b9e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b6764d281ee6620dbe9b825dc0d0f5e03bc1b2c1a440ccd28a159eb8cd3e2166_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:52db816d2bddde50796a4a5ceb22a9a54fc72bd3b2c1564e7515d0cda2f6c0c1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7a49b9e8ea59229abd9c73c7c0c89ca4e6ed4b30ff8c3b5867c7aaf861658bf2_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b604aabc30af38b467a1679352a1bf76297520d028ddde8555bcc920887641b3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d09d170ce80d0e59bb67f64a31b26fef702d3d5d73b50d0475f92268f9d6f094_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:05ddda7a4ba49a18e5498d9ff8c3565f7a4abc96c985feec10887bb0c1b8aec3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:552b628dee91632aeae32b09add80d1293ff6210585ec1469e1181660ee626e9_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b42e39f651d32f6f3d52496904a6837571b41bd4f104164f7c7e53f7866f2e74_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f630b49b63c4c3e5a06f9fb96c16858af84baf0988386c11ed3f28a4a1d596b6_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:22b88e02a978be77ef7c104bb7ee7844630413b4bfd307ed2028ac7749ec4eaf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4138b33646b5bb576c0f20fb2b436e8f4afb214201fb0c4e0223cdaf22bdb98d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c399ab5c8f1c0702788c49bd02cdc3495e44ae777c5e89771798eff2ac32c96e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e85ca69d5d3e49fbd27f6f933460ec8c91ff5a02db9fcffbc6df56ab8365e05c_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5f83884b0a2b48f34e14b949f43e68ad4b99cb8d228bec74b5126b89cc007808_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:60ec86b8361ab04a7ab167079e7ba62ca091596ce21bf62904d358b9e23d7576_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:effcbf4f105173a4725b450706db3297b77bcfd4a9d7b0b9f7b2f8a88436a50c_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:fe930290f16d00ea10ed532739267ea1e5e2d71981405462f7ccdfb0e687dd5a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0456c738acfa45201b2575099cb9347e653eb236b8dfaae076c79dcacbfcbf05_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:5bc76aef177b4d7d13712e680a6a89771982b550316e44053c1f46fd053506da_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bff622e8cdc9fa5f697816e1f8aaa86a1dd12bf018906257403907f8896dc649_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fb03f17968db99962f6cea11dd288fd0101bc9b8168cd296c148b451dab6d7_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4a35cd2f60df70215a8344cbb2ba17c36856a0e59dbf0b4e26c63834968c791c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b4232e6ba47868e601e14b219730d272ca953065c7bd998ed5266238d13eb71a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ec5aa99bc9c1fdc57be287f9402cbcdd31274eeac7bc158615c0c61a9fa7f3fe_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f8412ae382a83aa6be858ead781b6303cfa39c2574800ca181d62355c023ef6b_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0f5f88357d4d95c1ffa397cbc346bf9f5dc2db8f4e5579abad88c0ad2963d162_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5c3f41025d90f9288ddc2e6f749ecf9765e6489184acd7532d0d2f3e476473f3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b57d042b045f2600dbd6e446c0c651b1ae0a85158077bd52cd0b76616bb95230_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b88a4d77f26b9f230d8abbc06aa0a3a1cde6df903a6ef797ee18efb81e2674ac_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:883829bc4863879bfa6f1a73b18a7dca659a699664a3851f24e2b08cc15cf0e0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:954a69b7fc21665057ef4de00d5a3fe1907cb6b3a02faa922d61ba9b9561ff85_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:f4141ca6948e53983b0aef57965bed68be81db2ef84ca4fca597e3f5655ecd7d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:fdc9b12b9ee45dd85e277f21f5219c8900b7c0a684090937a9a4cf69a3d22061_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:6ddaad689e2065044d8c13fed306f0d6051199b19689b12c4d60c785243cb3ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:709d85ccdd2c9ddde6c152a44356800cca972d655dc310f7fdf4307c52f34a73_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:9bdd97f707c4ce105262bd4891d9f644f4ede21005409251051e670045e61e37_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:f5bbdaab3899347f0199211c97f3643bc0aed644d7f2117b22bce1bb61ea7838_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:25bb4a371c5656d01a53060df46b7fbb5a287fe843c08581be69fb42ff5ec5dd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:68ec422055d5c2bd25e891853a5871e57f2c3a175ccea404be52a84c5b470e8f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896bba113fa4ba5eab3bc944d58f7492b55945e2802845edee9362b0682ab419_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:dea9e54e863bb2694aec735efa084c60f0083f02f749388aaf872067629a4589_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:4293e169ce795c57143e5a37e0b909ba19d702d26830c749f960ce4ec77c0897_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:2d7d654755857e5a164827f2bbc022d1c23f7229b4164faa5c61e852c1706800_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:817f1ffbf4d8917fdb02f33a5ffd72e16f73952897356cb4d21f1daf1b6e3d88_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fd9a15845c8e2b663c502a15efb17f2bc3b3555eb513a7972ffe71f37654b9e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b6764d281ee6620dbe9b825dc0d0f5e03bc1b2c1a440ccd28a159eb8cd3e2166_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:52db816d2bddde50796a4a5ceb22a9a54fc72bd3b2c1564e7515d0cda2f6c0c1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7a49b9e8ea59229abd9c73c7c0c89ca4e6ed4b30ff8c3b5867c7aaf861658bf2_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b604aabc30af38b467a1679352a1bf76297520d028ddde8555bcc920887641b3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d09d170ce80d0e59bb67f64a31b26fef702d3d5d73b50d0475f92268f9d6f094_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:05ddda7a4ba49a18e5498d9ff8c3565f7a4abc96c985feec10887bb0c1b8aec3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:552b628dee91632aeae32b09add80d1293ff6210585ec1469e1181660ee626e9_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b42e39f651d32f6f3d52496904a6837571b41bd4f104164f7c7e53f7866f2e74_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f630b49b63c4c3e5a06f9fb96c16858af84baf0988386c11ed3f28a4a1d596b6_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:22b88e02a978be77ef7c104bb7ee7844630413b4bfd307ed2028ac7749ec4eaf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4138b33646b5bb576c0f20fb2b436e8f4afb214201fb0c4e0223cdaf22bdb98d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c399ab5c8f1c0702788c49bd02cdc3495e44ae777c5e89771798eff2ac32c96e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e85ca69d5d3e49fbd27f6f933460ec8c91ff5a02db9fcffbc6df56ab8365e05c_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5f83884b0a2b48f34e14b949f43e68ad4b99cb8d228bec74b5126b89cc007808_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:60ec86b8361ab04a7ab167079e7ba62ca091596ce21bf62904d358b9e23d7576_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:effcbf4f105173a4725b450706db3297b77bcfd4a9d7b0b9f7b2f8a88436a50c_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:fe930290f16d00ea10ed532739267ea1e5e2d71981405462f7ccdfb0e687dd5a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0456c738acfa45201b2575099cb9347e653eb236b8dfaae076c79dcacbfcbf05_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:5bc76aef177b4d7d13712e680a6a89771982b550316e44053c1f46fd053506da_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bff622e8cdc9fa5f697816e1f8aaa86a1dd12bf018906257403907f8896dc649_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fb03f17968db99962f6cea11dd288fd0101bc9b8168cd296c148b451dab6d7_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4a35cd2f60df70215a8344cbb2ba17c36856a0e59dbf0b4e26c63834968c791c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b4232e6ba47868e601e14b219730d272ca953065c7bd998ed5266238d13eb71a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ec5aa99bc9c1fdc57be287f9402cbcdd31274eeac7bc158615c0c61a9fa7f3fe_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f8412ae382a83aa6be858ead781b6303cfa39c2574800ca181d62355c023ef6b_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0f5f88357d4d95c1ffa397cbc346bf9f5dc2db8f4e5579abad88c0ad2963d162_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5c3f41025d90f9288ddc2e6f749ecf9765e6489184acd7532d0d2f3e476473f3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b57d042b045f2600dbd6e446c0c651b1ae0a85158077bd52cd0b76616bb95230_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b88a4d77f26b9f230d8abbc06aa0a3a1cde6df903a6ef797ee18efb81e2674ac_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "node-forge: node-forge ASN.1 Unbounded Recursion"
},
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:883829bc4863879bfa6f1a73b18a7dca659a699664a3851f24e2b08cc15cf0e0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:954a69b7fc21665057ef4de00d5a3fe1907cb6b3a02faa922d61ba9b9561ff85_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:f4141ca6948e53983b0aef57965bed68be81db2ef84ca4fca597e3f5655ecd7d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:fdc9b12b9ee45dd85e277f21f5219c8900b7c0a684090937a9a4cf69a3d22061_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:6ddaad689e2065044d8c13fed306f0d6051199b19689b12c4d60c785243cb3ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:709d85ccdd2c9ddde6c152a44356800cca972d655dc310f7fdf4307c52f34a73_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:9bdd97f707c4ce105262bd4891d9f644f4ede21005409251051e670045e61e37_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:f5bbdaab3899347f0199211c97f3643bc0aed644d7f2117b22bce1bb61ea7838_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:4293e169ce795c57143e5a37e0b909ba19d702d26830c749f960ce4ec77c0897_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:05ddda7a4ba49a18e5498d9ff8c3565f7a4abc96c985feec10887bb0c1b8aec3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:552b628dee91632aeae32b09add80d1293ff6210585ec1469e1181660ee626e9_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b42e39f651d32f6f3d52496904a6837571b41bd4f104164f7c7e53f7866f2e74_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f630b49b63c4c3e5a06f9fb96c16858af84baf0988386c11ed3f28a4a1d596b6_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:22b88e02a978be77ef7c104bb7ee7844630413b4bfd307ed2028ac7749ec4eaf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4138b33646b5bb576c0f20fb2b436e8f4afb214201fb0c4e0223cdaf22bdb98d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c399ab5c8f1c0702788c49bd02cdc3495e44ae777c5e89771798eff2ac32c96e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e85ca69d5d3e49fbd27f6f933460ec8c91ff5a02db9fcffbc6df56ab8365e05c_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5f83884b0a2b48f34e14b949f43e68ad4b99cb8d228bec74b5126b89cc007808_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:60ec86b8361ab04a7ab167079e7ba62ca091596ce21bf62904d358b9e23d7576_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:effcbf4f105173a4725b450706db3297b77bcfd4a9d7b0b9f7b2f8a88436a50c_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:fe930290f16d00ea10ed532739267ea1e5e2d71981405462f7ccdfb0e687dd5a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0456c738acfa45201b2575099cb9347e653eb236b8dfaae076c79dcacbfcbf05_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:5bc76aef177b4d7d13712e680a6a89771982b550316e44053c1f46fd053506da_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bff622e8cdc9fa5f697816e1f8aaa86a1dd12bf018906257403907f8896dc649_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fb03f17968db99962f6cea11dd288fd0101bc9b8168cd296c148b451dab6d7_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4a35cd2f60df70215a8344cbb2ba17c36856a0e59dbf0b4e26c63834968c791c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b4232e6ba47868e601e14b219730d272ca953065c7bd998ed5266238d13eb71a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ec5aa99bc9c1fdc57be287f9402cbcdd31274eeac7bc158615c0c61a9fa7f3fe_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f8412ae382a83aa6be858ead781b6303cfa39c2574800ca181d62355c023ef6b_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:25bb4a371c5656d01a53060df46b7fbb5a287fe843c08581be69fb42ff5ec5dd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:68ec422055d5c2bd25e891853a5871e57f2c3a175ccea404be52a84c5b470e8f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896bba113fa4ba5eab3bc944d58f7492b55945e2802845edee9362b0682ab419_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:dea9e54e863bb2694aec735efa084c60f0083f02f749388aaf872067629a4589_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:2d7d654755857e5a164827f2bbc022d1c23f7229b4164faa5c61e852c1706800_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:817f1ffbf4d8917fdb02f33a5ffd72e16f73952897356cb4d21f1daf1b6e3d88_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fd9a15845c8e2b663c502a15efb17f2bc3b3555eb513a7972ffe71f37654b9e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b6764d281ee6620dbe9b825dc0d0f5e03bc1b2c1a440ccd28a159eb8cd3e2166_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:52db816d2bddde50796a4a5ceb22a9a54fc72bd3b2c1564e7515d0cda2f6c0c1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7a49b9e8ea59229abd9c73c7c0c89ca4e6ed4b30ff8c3b5867c7aaf861658bf2_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b604aabc30af38b467a1679352a1bf76297520d028ddde8555bcc920887641b3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d09d170ce80d0e59bb67f64a31b26fef702d3d5d73b50d0475f92268f9d6f094_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0f5f88357d4d95c1ffa397cbc346bf9f5dc2db8f4e5579abad88c0ad2963d162_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5c3f41025d90f9288ddc2e6f749ecf9765e6489184acd7532d0d2f3e476473f3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b57d042b045f2600dbd6e446c0c651b1ae0a85158077bd52cd0b76616bb95230_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b88a4d77f26b9f230d8abbc06aa0a3a1cde6df903a6ef797ee18efb81e2674ac_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:883829bc4863879bfa6f1a73b18a7dca659a699664a3851f24e2b08cc15cf0e0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:954a69b7fc21665057ef4de00d5a3fe1907cb6b3a02faa922d61ba9b9561ff85_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:f4141ca6948e53983b0aef57965bed68be81db2ef84ca4fca597e3f5655ecd7d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:fdc9b12b9ee45dd85e277f21f5219c8900b7c0a684090937a9a4cf69a3d22061_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:6ddaad689e2065044d8c13fed306f0d6051199b19689b12c4d60c785243cb3ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:709d85ccdd2c9ddde6c152a44356800cca972d655dc310f7fdf4307c52f34a73_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:9bdd97f707c4ce105262bd4891d9f644f4ede21005409251051e670045e61e37_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:f5bbdaab3899347f0199211c97f3643bc0aed644d7f2117b22bce1bb61ea7838_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:4293e169ce795c57143e5a37e0b909ba19d702d26830c749f960ce4ec77c0897_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:05ddda7a4ba49a18e5498d9ff8c3565f7a4abc96c985feec10887bb0c1b8aec3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:552b628dee91632aeae32b09add80d1293ff6210585ec1469e1181660ee626e9_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b42e39f651d32f6f3d52496904a6837571b41bd4f104164f7c7e53f7866f2e74_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f630b49b63c4c3e5a06f9fb96c16858af84baf0988386c11ed3f28a4a1d596b6_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:22b88e02a978be77ef7c104bb7ee7844630413b4bfd307ed2028ac7749ec4eaf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4138b33646b5bb576c0f20fb2b436e8f4afb214201fb0c4e0223cdaf22bdb98d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c399ab5c8f1c0702788c49bd02cdc3495e44ae777c5e89771798eff2ac32c96e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e85ca69d5d3e49fbd27f6f933460ec8c91ff5a02db9fcffbc6df56ab8365e05c_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5f83884b0a2b48f34e14b949f43e68ad4b99cb8d228bec74b5126b89cc007808_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:60ec86b8361ab04a7ab167079e7ba62ca091596ce21bf62904d358b9e23d7576_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:effcbf4f105173a4725b450706db3297b77bcfd4a9d7b0b9f7b2f8a88436a50c_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:fe930290f16d00ea10ed532739267ea1e5e2d71981405462f7ccdfb0e687dd5a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0456c738acfa45201b2575099cb9347e653eb236b8dfaae076c79dcacbfcbf05_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:5bc76aef177b4d7d13712e680a6a89771982b550316e44053c1f46fd053506da_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bff622e8cdc9fa5f697816e1f8aaa86a1dd12bf018906257403907f8896dc649_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fb03f17968db99962f6cea11dd288fd0101bc9b8168cd296c148b451dab6d7_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4a35cd2f60df70215a8344cbb2ba17c36856a0e59dbf0b4e26c63834968c791c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b4232e6ba47868e601e14b219730d272ca953065c7bd998ed5266238d13eb71a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ec5aa99bc9c1fdc57be287f9402cbcdd31274eeac7bc158615c0c61a9fa7f3fe_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f8412ae382a83aa6be858ead781b6303cfa39c2574800ca181d62355c023ef6b_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-11T15:09:41+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:25bb4a371c5656d01a53060df46b7fbb5a287fe843c08581be69fb42ff5ec5dd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:68ec422055d5c2bd25e891853a5871e57f2c3a175ccea404be52a84c5b470e8f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896bba113fa4ba5eab3bc944d58f7492b55945e2802845edee9362b0682ab419_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:dea9e54e863bb2694aec735efa084c60f0083f02f749388aaf872067629a4589_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:2d7d654755857e5a164827f2bbc022d1c23f7229b4164faa5c61e852c1706800_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:817f1ffbf4d8917fdb02f33a5ffd72e16f73952897356cb4d21f1daf1b6e3d88_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fd9a15845c8e2b663c502a15efb17f2bc3b3555eb513a7972ffe71f37654b9e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b6764d281ee6620dbe9b825dc0d0f5e03bc1b2c1a440ccd28a159eb8cd3e2166_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:52db816d2bddde50796a4a5ceb22a9a54fc72bd3b2c1564e7515d0cda2f6c0c1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7a49b9e8ea59229abd9c73c7c0c89ca4e6ed4b30ff8c3b5867c7aaf861658bf2_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b604aabc30af38b467a1679352a1bf76297520d028ddde8555bcc920887641b3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d09d170ce80d0e59bb67f64a31b26fef702d3d5d73b50d0475f92268f9d6f094_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0f5f88357d4d95c1ffa397cbc346bf9f5dc2db8f4e5579abad88c0ad2963d162_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5c3f41025d90f9288ddc2e6f749ecf9765e6489184acd7532d0d2f3e476473f3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b57d042b045f2600dbd6e446c0c651b1ae0a85158077bd52cd0b76616bb95230_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b88a4d77f26b9f230d8abbc06aa0a3a1cde6df903a6ef797ee18efb81e2674ac_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2568"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:883829bc4863879bfa6f1a73b18a7dca659a699664a3851f24e2b08cc15cf0e0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:954a69b7fc21665057ef4de00d5a3fe1907cb6b3a02faa922d61ba9b9561ff85_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:f4141ca6948e53983b0aef57965bed68be81db2ef84ca4fca597e3f5655ecd7d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:fdc9b12b9ee45dd85e277f21f5219c8900b7c0a684090937a9a4cf69a3d22061_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:6ddaad689e2065044d8c13fed306f0d6051199b19689b12c4d60c785243cb3ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:709d85ccdd2c9ddde6c152a44356800cca972d655dc310f7fdf4307c52f34a73_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:9bdd97f707c4ce105262bd4891d9f644f4ede21005409251051e670045e61e37_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:f5bbdaab3899347f0199211c97f3643bc0aed644d7f2117b22bce1bb61ea7838_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:25bb4a371c5656d01a53060df46b7fbb5a287fe843c08581be69fb42ff5ec5dd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:68ec422055d5c2bd25e891853a5871e57f2c3a175ccea404be52a84c5b470e8f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896bba113fa4ba5eab3bc944d58f7492b55945e2802845edee9362b0682ab419_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:dea9e54e863bb2694aec735efa084c60f0083f02f749388aaf872067629a4589_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:4293e169ce795c57143e5a37e0b909ba19d702d26830c749f960ce4ec77c0897_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:2d7d654755857e5a164827f2bbc022d1c23f7229b4164faa5c61e852c1706800_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:817f1ffbf4d8917fdb02f33a5ffd72e16f73952897356cb4d21f1daf1b6e3d88_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fd9a15845c8e2b663c502a15efb17f2bc3b3555eb513a7972ffe71f37654b9e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b6764d281ee6620dbe9b825dc0d0f5e03bc1b2c1a440ccd28a159eb8cd3e2166_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:52db816d2bddde50796a4a5ceb22a9a54fc72bd3b2c1564e7515d0cda2f6c0c1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7a49b9e8ea59229abd9c73c7c0c89ca4e6ed4b30ff8c3b5867c7aaf861658bf2_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b604aabc30af38b467a1679352a1bf76297520d028ddde8555bcc920887641b3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d09d170ce80d0e59bb67f64a31b26fef702d3d5d73b50d0475f92268f9d6f094_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:05ddda7a4ba49a18e5498d9ff8c3565f7a4abc96c985feec10887bb0c1b8aec3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:552b628dee91632aeae32b09add80d1293ff6210585ec1469e1181660ee626e9_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b42e39f651d32f6f3d52496904a6837571b41bd4f104164f7c7e53f7866f2e74_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f630b49b63c4c3e5a06f9fb96c16858af84baf0988386c11ed3f28a4a1d596b6_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:22b88e02a978be77ef7c104bb7ee7844630413b4bfd307ed2028ac7749ec4eaf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4138b33646b5bb576c0f20fb2b436e8f4afb214201fb0c4e0223cdaf22bdb98d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c399ab5c8f1c0702788c49bd02cdc3495e44ae777c5e89771798eff2ac32c96e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e85ca69d5d3e49fbd27f6f933460ec8c91ff5a02db9fcffbc6df56ab8365e05c_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5f83884b0a2b48f34e14b949f43e68ad4b99cb8d228bec74b5126b89cc007808_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:60ec86b8361ab04a7ab167079e7ba62ca091596ce21bf62904d358b9e23d7576_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:effcbf4f105173a4725b450706db3297b77bcfd4a9d7b0b9f7b2f8a88436a50c_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:fe930290f16d00ea10ed532739267ea1e5e2d71981405462f7ccdfb0e687dd5a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0456c738acfa45201b2575099cb9347e653eb236b8dfaae076c79dcacbfcbf05_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:5bc76aef177b4d7d13712e680a6a89771982b550316e44053c1f46fd053506da_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bff622e8cdc9fa5f697816e1f8aaa86a1dd12bf018906257403907f8896dc649_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fb03f17968db99962f6cea11dd288fd0101bc9b8168cd296c148b451dab6d7_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4a35cd2f60df70215a8344cbb2ba17c36856a0e59dbf0b4e26c63834968c791c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b4232e6ba47868e601e14b219730d272ca953065c7bd998ed5266238d13eb71a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ec5aa99bc9c1fdc57be287f9402cbcdd31274eeac7bc158615c0c61a9fa7f3fe_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f8412ae382a83aa6be858ead781b6303cfa39c2574800ca181d62355c023ef6b_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0f5f88357d4d95c1ffa397cbc346bf9f5dc2db8f4e5579abad88c0ad2963d162_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5c3f41025d90f9288ddc2e6f749ecf9765e6489184acd7532d0d2f3e476473f3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b57d042b045f2600dbd6e446c0c651b1ae0a85158077bd52cd0b76616bb95230_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b88a4d77f26b9f230d8abbc06aa0a3a1cde6df903a6ef797ee18efb81e2674ac_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
},
{
"cve": "CVE-2025-66564",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:11.786030+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:883829bc4863879bfa6f1a73b18a7dca659a699664a3851f24e2b08cc15cf0e0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:954a69b7fc21665057ef4de00d5a3fe1907cb6b3a02faa922d61ba9b9561ff85_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:f4141ca6948e53983b0aef57965bed68be81db2ef84ca4fca597e3f5655ecd7d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:fdc9b12b9ee45dd85e277f21f5219c8900b7c0a684090937a9a4cf69a3d22061_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:6ddaad689e2065044d8c13fed306f0d6051199b19689b12c4d60c785243cb3ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:709d85ccdd2c9ddde6c152a44356800cca972d655dc310f7fdf4307c52f34a73_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:9bdd97f707c4ce105262bd4891d9f644f4ede21005409251051e670045e61e37_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:f5bbdaab3899347f0199211c97f3643bc0aed644d7f2117b22bce1bb61ea7838_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:4293e169ce795c57143e5a37e0b909ba19d702d26830c749f960ce4ec77c0897_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:52db816d2bddde50796a4a5ceb22a9a54fc72bd3b2c1564e7515d0cda2f6c0c1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7a49b9e8ea59229abd9c73c7c0c89ca4e6ed4b30ff8c3b5867c7aaf861658bf2_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b604aabc30af38b467a1679352a1bf76297520d028ddde8555bcc920887641b3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d09d170ce80d0e59bb67f64a31b26fef702d3d5d73b50d0475f92268f9d6f094_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:05ddda7a4ba49a18e5498d9ff8c3565f7a4abc96c985feec10887bb0c1b8aec3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:552b628dee91632aeae32b09add80d1293ff6210585ec1469e1181660ee626e9_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b42e39f651d32f6f3d52496904a6837571b41bd4f104164f7c7e53f7866f2e74_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f630b49b63c4c3e5a06f9fb96c16858af84baf0988386c11ed3f28a4a1d596b6_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:22b88e02a978be77ef7c104bb7ee7844630413b4bfd307ed2028ac7749ec4eaf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4138b33646b5bb576c0f20fb2b436e8f4afb214201fb0c4e0223cdaf22bdb98d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c399ab5c8f1c0702788c49bd02cdc3495e44ae777c5e89771798eff2ac32c96e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e85ca69d5d3e49fbd27f6f933460ec8c91ff5a02db9fcffbc6df56ab8365e05c_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5f83884b0a2b48f34e14b949f43e68ad4b99cb8d228bec74b5126b89cc007808_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:60ec86b8361ab04a7ab167079e7ba62ca091596ce21bf62904d358b9e23d7576_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:effcbf4f105173a4725b450706db3297b77bcfd4a9d7b0b9f7b2f8a88436a50c_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:fe930290f16d00ea10ed532739267ea1e5e2d71981405462f7ccdfb0e687dd5a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0456c738acfa45201b2575099cb9347e653eb236b8dfaae076c79dcacbfcbf05_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:5bc76aef177b4d7d13712e680a6a89771982b550316e44053c1f46fd053506da_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bff622e8cdc9fa5f697816e1f8aaa86a1dd12bf018906257403907f8896dc649_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fb03f17968db99962f6cea11dd288fd0101bc9b8168cd296c148b451dab6d7_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4a35cd2f60df70215a8344cbb2ba17c36856a0e59dbf0b4e26c63834968c791c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b4232e6ba47868e601e14b219730d272ca953065c7bd998ed5266238d13eb71a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ec5aa99bc9c1fdc57be287f9402cbcdd31274eeac7bc158615c0c61a9fa7f3fe_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f8412ae382a83aa6be858ead781b6303cfa39c2574800ca181d62355c023ef6b_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0f5f88357d4d95c1ffa397cbc346bf9f5dc2db8f4e5579abad88c0ad2963d162_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5c3f41025d90f9288ddc2e6f749ecf9765e6489184acd7532d0d2f3e476473f3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b57d042b045f2600dbd6e446c0c651b1ae0a85158077bd52cd0b76616bb95230_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b88a4d77f26b9f230d8abbc06aa0a3a1cde6df903a6ef797ee18efb81e2674ac_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419054"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Sigstore Timestamp Authority. This vulnerability allows a denial of service via excessive memory allocation when processing a specially crafted Object Identifier or Content-Type header.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/timestamp-authority: Sigstore Timestamp Authority: Denial of Service via excessive OID or Content-Type header parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products. The Sigstore Timestamp Authority, a service for issuing RFC 3161 timestamps, is prone to excessive memory allocation. This occurs when processing untrusted OID payloads with many period characters or malformed Content-Type headers. An unauthenticated attacker could exploit this flaw to trigger a denial of service in affected Red Hat products that utilize this component.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:25bb4a371c5656d01a53060df46b7fbb5a287fe843c08581be69fb42ff5ec5dd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:68ec422055d5c2bd25e891853a5871e57f2c3a175ccea404be52a84c5b470e8f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896bba113fa4ba5eab3bc944d58f7492b55945e2802845edee9362b0682ab419_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:dea9e54e863bb2694aec735efa084c60f0083f02f749388aaf872067629a4589_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:2d7d654755857e5a164827f2bbc022d1c23f7229b4164faa5c61e852c1706800_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:817f1ffbf4d8917fdb02f33a5ffd72e16f73952897356cb4d21f1daf1b6e3d88_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fd9a15845c8e2b663c502a15efb17f2bc3b3555eb513a7972ffe71f37654b9e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b6764d281ee6620dbe9b825dc0d0f5e03bc1b2c1a440ccd28a159eb8cd3e2166_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:883829bc4863879bfa6f1a73b18a7dca659a699664a3851f24e2b08cc15cf0e0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:954a69b7fc21665057ef4de00d5a3fe1907cb6b3a02faa922d61ba9b9561ff85_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:f4141ca6948e53983b0aef57965bed68be81db2ef84ca4fca597e3f5655ecd7d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:fdc9b12b9ee45dd85e277f21f5219c8900b7c0a684090937a9a4cf69a3d22061_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:6ddaad689e2065044d8c13fed306f0d6051199b19689b12c4d60c785243cb3ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:709d85ccdd2c9ddde6c152a44356800cca972d655dc310f7fdf4307c52f34a73_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:9bdd97f707c4ce105262bd4891d9f644f4ede21005409251051e670045e61e37_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:f5bbdaab3899347f0199211c97f3643bc0aed644d7f2117b22bce1bb61ea7838_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:4293e169ce795c57143e5a37e0b909ba19d702d26830c749f960ce4ec77c0897_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:52db816d2bddde50796a4a5ceb22a9a54fc72bd3b2c1564e7515d0cda2f6c0c1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7a49b9e8ea59229abd9c73c7c0c89ca4e6ed4b30ff8c3b5867c7aaf861658bf2_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b604aabc30af38b467a1679352a1bf76297520d028ddde8555bcc920887641b3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d09d170ce80d0e59bb67f64a31b26fef702d3d5d73b50d0475f92268f9d6f094_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:05ddda7a4ba49a18e5498d9ff8c3565f7a4abc96c985feec10887bb0c1b8aec3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:552b628dee91632aeae32b09add80d1293ff6210585ec1469e1181660ee626e9_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b42e39f651d32f6f3d52496904a6837571b41bd4f104164f7c7e53f7866f2e74_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f630b49b63c4c3e5a06f9fb96c16858af84baf0988386c11ed3f28a4a1d596b6_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:22b88e02a978be77ef7c104bb7ee7844630413b4bfd307ed2028ac7749ec4eaf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4138b33646b5bb576c0f20fb2b436e8f4afb214201fb0c4e0223cdaf22bdb98d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c399ab5c8f1c0702788c49bd02cdc3495e44ae777c5e89771798eff2ac32c96e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e85ca69d5d3e49fbd27f6f933460ec8c91ff5a02db9fcffbc6df56ab8365e05c_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5f83884b0a2b48f34e14b949f43e68ad4b99cb8d228bec74b5126b89cc007808_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:60ec86b8361ab04a7ab167079e7ba62ca091596ce21bf62904d358b9e23d7576_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:effcbf4f105173a4725b450706db3297b77bcfd4a9d7b0b9f7b2f8a88436a50c_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:fe930290f16d00ea10ed532739267ea1e5e2d71981405462f7ccdfb0e687dd5a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0456c738acfa45201b2575099cb9347e653eb236b8dfaae076c79dcacbfcbf05_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:5bc76aef177b4d7d13712e680a6a89771982b550316e44053c1f46fd053506da_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bff622e8cdc9fa5f697816e1f8aaa86a1dd12bf018906257403907f8896dc649_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fb03f17968db99962f6cea11dd288fd0101bc9b8168cd296c148b451dab6d7_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4a35cd2f60df70215a8344cbb2ba17c36856a0e59dbf0b4e26c63834968c791c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b4232e6ba47868e601e14b219730d272ca953065c7bd998ed5266238d13eb71a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ec5aa99bc9c1fdc57be287f9402cbcdd31274eeac7bc158615c0c61a9fa7f3fe_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f8412ae382a83aa6be858ead781b6303cfa39c2574800ca181d62355c023ef6b_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0f5f88357d4d95c1ffa397cbc346bf9f5dc2db8f4e5579abad88c0ad2963d162_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5c3f41025d90f9288ddc2e6f749ecf9765e6489184acd7532d0d2f3e476473f3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b57d042b045f2600dbd6e446c0c651b1ae0a85158077bd52cd0b76616bb95230_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b88a4d77f26b9f230d8abbc06aa0a3a1cde6df903a6ef797ee18efb81e2674ac_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66564"
},
{
"category": "external",
"summary": "RHBZ#2419054",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419054"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66564",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66564"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66564",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66564"
},
{
"category": "external",
"summary": "https://github.com/sigstore/timestamp-authority/commit/0cae34e197d685a14904e0bad135b89d13b69421",
"url": "https://github.com/sigstore/timestamp-authority/commit/0cae34e197d685a14904e0bad135b89d13b69421"
},
{
"category": "external",
"summary": "https://github.com/sigstore/timestamp-authority/security/advisories/GHSA-4qg8-fj49-pxjh",
"url": "https://github.com/sigstore/timestamp-authority/security/advisories/GHSA-4qg8-fj49-pxjh"
}
],
"release_date": "2025-12-04T22:37:13.307000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-11T15:09:41+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:25bb4a371c5656d01a53060df46b7fbb5a287fe843c08581be69fb42ff5ec5dd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:68ec422055d5c2bd25e891853a5871e57f2c3a175ccea404be52a84c5b470e8f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896bba113fa4ba5eab3bc944d58f7492b55945e2802845edee9362b0682ab419_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:dea9e54e863bb2694aec735efa084c60f0083f02f749388aaf872067629a4589_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:2d7d654755857e5a164827f2bbc022d1c23f7229b4164faa5c61e852c1706800_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:817f1ffbf4d8917fdb02f33a5ffd72e16f73952897356cb4d21f1daf1b6e3d88_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fd9a15845c8e2b663c502a15efb17f2bc3b3555eb513a7972ffe71f37654b9e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b6764d281ee6620dbe9b825dc0d0f5e03bc1b2c1a440ccd28a159eb8cd3e2166_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2568"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:883829bc4863879bfa6f1a73b18a7dca659a699664a3851f24e2b08cc15cf0e0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:954a69b7fc21665057ef4de00d5a3fe1907cb6b3a02faa922d61ba9b9561ff85_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:f4141ca6948e53983b0aef57965bed68be81db2ef84ca4fca597e3f5655ecd7d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:fdc9b12b9ee45dd85e277f21f5219c8900b7c0a684090937a9a4cf69a3d22061_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:6ddaad689e2065044d8c13fed306f0d6051199b19689b12c4d60c785243cb3ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:709d85ccdd2c9ddde6c152a44356800cca972d655dc310f7fdf4307c52f34a73_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:9bdd97f707c4ce105262bd4891d9f644f4ede21005409251051e670045e61e37_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:f5bbdaab3899347f0199211c97f3643bc0aed644d7f2117b22bce1bb61ea7838_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:25bb4a371c5656d01a53060df46b7fbb5a287fe843c08581be69fb42ff5ec5dd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:68ec422055d5c2bd25e891853a5871e57f2c3a175ccea404be52a84c5b470e8f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896bba113fa4ba5eab3bc944d58f7492b55945e2802845edee9362b0682ab419_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:dea9e54e863bb2694aec735efa084c60f0083f02f749388aaf872067629a4589_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:4293e169ce795c57143e5a37e0b909ba19d702d26830c749f960ce4ec77c0897_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:2d7d654755857e5a164827f2bbc022d1c23f7229b4164faa5c61e852c1706800_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:817f1ffbf4d8917fdb02f33a5ffd72e16f73952897356cb4d21f1daf1b6e3d88_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fd9a15845c8e2b663c502a15efb17f2bc3b3555eb513a7972ffe71f37654b9e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b6764d281ee6620dbe9b825dc0d0f5e03bc1b2c1a440ccd28a159eb8cd3e2166_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:52db816d2bddde50796a4a5ceb22a9a54fc72bd3b2c1564e7515d0cda2f6c0c1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7a49b9e8ea59229abd9c73c7c0c89ca4e6ed4b30ff8c3b5867c7aaf861658bf2_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b604aabc30af38b467a1679352a1bf76297520d028ddde8555bcc920887641b3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d09d170ce80d0e59bb67f64a31b26fef702d3d5d73b50d0475f92268f9d6f094_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:05ddda7a4ba49a18e5498d9ff8c3565f7a4abc96c985feec10887bb0c1b8aec3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:552b628dee91632aeae32b09add80d1293ff6210585ec1469e1181660ee626e9_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b42e39f651d32f6f3d52496904a6837571b41bd4f104164f7c7e53f7866f2e74_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f630b49b63c4c3e5a06f9fb96c16858af84baf0988386c11ed3f28a4a1d596b6_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:22b88e02a978be77ef7c104bb7ee7844630413b4bfd307ed2028ac7749ec4eaf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4138b33646b5bb576c0f20fb2b436e8f4afb214201fb0c4e0223cdaf22bdb98d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c399ab5c8f1c0702788c49bd02cdc3495e44ae777c5e89771798eff2ac32c96e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e85ca69d5d3e49fbd27f6f933460ec8c91ff5a02db9fcffbc6df56ab8365e05c_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5f83884b0a2b48f34e14b949f43e68ad4b99cb8d228bec74b5126b89cc007808_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:60ec86b8361ab04a7ab167079e7ba62ca091596ce21bf62904d358b9e23d7576_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:effcbf4f105173a4725b450706db3297b77bcfd4a9d7b0b9f7b2f8a88436a50c_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:fe930290f16d00ea10ed532739267ea1e5e2d71981405462f7ccdfb0e687dd5a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0456c738acfa45201b2575099cb9347e653eb236b8dfaae076c79dcacbfcbf05_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:5bc76aef177b4d7d13712e680a6a89771982b550316e44053c1f46fd053506da_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bff622e8cdc9fa5f697816e1f8aaa86a1dd12bf018906257403907f8896dc649_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fb03f17968db99962f6cea11dd288fd0101bc9b8168cd296c148b451dab6d7_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4a35cd2f60df70215a8344cbb2ba17c36856a0e59dbf0b4e26c63834968c791c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b4232e6ba47868e601e14b219730d272ca953065c7bd998ed5266238d13eb71a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ec5aa99bc9c1fdc57be287f9402cbcdd31274eeac7bc158615c0c61a9fa7f3fe_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f8412ae382a83aa6be858ead781b6303cfa39c2574800ca181d62355c023ef6b_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0f5f88357d4d95c1ffa397cbc346bf9f5dc2db8f4e5579abad88c0ad2963d162_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5c3f41025d90f9288ddc2e6f749ecf9765e6489184acd7532d0d2f3e476473f3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b57d042b045f2600dbd6e446c0c651b1ae0a85158077bd52cd0b76616bb95230_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b88a4d77f26b9f230d8abbc06aa0a3a1cde6df903a6ef797ee18efb81e2674ac_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/timestamp-authority: Sigstore Timestamp Authority: Denial of Service via excessive OID or Content-Type header parsing"
},
{
"cve": "CVE-2025-68428",
"cwe": {
"id": "CWE-73",
"name": "External Control of File Name or Path"
},
"discovery_date": "2026-01-05T22:01:15.703824+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:883829bc4863879bfa6f1a73b18a7dca659a699664a3851f24e2b08cc15cf0e0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:954a69b7fc21665057ef4de00d5a3fe1907cb6b3a02faa922d61ba9b9561ff85_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:f4141ca6948e53983b0aef57965bed68be81db2ef84ca4fca597e3f5655ecd7d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:fdc9b12b9ee45dd85e277f21f5219c8900b7c0a684090937a9a4cf69a3d22061_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:6ddaad689e2065044d8c13fed306f0d6051199b19689b12c4d60c785243cb3ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:709d85ccdd2c9ddde6c152a44356800cca972d655dc310f7fdf4307c52f34a73_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:9bdd97f707c4ce105262bd4891d9f644f4ede21005409251051e670045e61e37_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:f5bbdaab3899347f0199211c97f3643bc0aed644d7f2117b22bce1bb61ea7838_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:4293e169ce795c57143e5a37e0b909ba19d702d26830c749f960ce4ec77c0897_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:2d7d654755857e5a164827f2bbc022d1c23f7229b4164faa5c61e852c1706800_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:817f1ffbf4d8917fdb02f33a5ffd72e16f73952897356cb4d21f1daf1b6e3d88_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fd9a15845c8e2b663c502a15efb17f2bc3b3555eb513a7972ffe71f37654b9e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b6764d281ee6620dbe9b825dc0d0f5e03bc1b2c1a440ccd28a159eb8cd3e2166_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:52db816d2bddde50796a4a5ceb22a9a54fc72bd3b2c1564e7515d0cda2f6c0c1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7a49b9e8ea59229abd9c73c7c0c89ca4e6ed4b30ff8c3b5867c7aaf861658bf2_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b604aabc30af38b467a1679352a1bf76297520d028ddde8555bcc920887641b3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d09d170ce80d0e59bb67f64a31b26fef702d3d5d73b50d0475f92268f9d6f094_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:05ddda7a4ba49a18e5498d9ff8c3565f7a4abc96c985feec10887bb0c1b8aec3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:552b628dee91632aeae32b09add80d1293ff6210585ec1469e1181660ee626e9_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b42e39f651d32f6f3d52496904a6837571b41bd4f104164f7c7e53f7866f2e74_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f630b49b63c4c3e5a06f9fb96c16858af84baf0988386c11ed3f28a4a1d596b6_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:22b88e02a978be77ef7c104bb7ee7844630413b4bfd307ed2028ac7749ec4eaf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4138b33646b5bb576c0f20fb2b436e8f4afb214201fb0c4e0223cdaf22bdb98d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c399ab5c8f1c0702788c49bd02cdc3495e44ae777c5e89771798eff2ac32c96e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e85ca69d5d3e49fbd27f6f933460ec8c91ff5a02db9fcffbc6df56ab8365e05c_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5f83884b0a2b48f34e14b949f43e68ad4b99cb8d228bec74b5126b89cc007808_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:60ec86b8361ab04a7ab167079e7ba62ca091596ce21bf62904d358b9e23d7576_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:effcbf4f105173a4725b450706db3297b77bcfd4a9d7b0b9f7b2f8a88436a50c_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:fe930290f16d00ea10ed532739267ea1e5e2d71981405462f7ccdfb0e687dd5a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0456c738acfa45201b2575099cb9347e653eb236b8dfaae076c79dcacbfcbf05_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:5bc76aef177b4d7d13712e680a6a89771982b550316e44053c1f46fd053506da_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bff622e8cdc9fa5f697816e1f8aaa86a1dd12bf018906257403907f8896dc649_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fb03f17968db99962f6cea11dd288fd0101bc9b8168cd296c148b451dab6d7_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4a35cd2f60df70215a8344cbb2ba17c36856a0e59dbf0b4e26c63834968c791c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b4232e6ba47868e601e14b219730d272ca953065c7bd998ed5266238d13eb71a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ec5aa99bc9c1fdc57be287f9402cbcdd31274eeac7bc158615c0c61a9fa7f3fe_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f8412ae382a83aa6be858ead781b6303cfa39c2574800ca181d62355c023ef6b_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0f5f88357d4d95c1ffa397cbc346bf9f5dc2db8f4e5579abad88c0ad2963d162_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5c3f41025d90f9288ddc2e6f749ecf9765e6489184acd7532d0d2f3e476473f3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b57d042b045f2600dbd6e446c0c651b1ae0a85158077bd52cd0b76616bb95230_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b88a4d77f26b9f230d8abbc06aa0a3a1cde6df903a6ef797ee18efb81e2674ac_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427236"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal vulnerability has been discovered in the jdPDF npm library. User control of the first argument of the loadFile method in the node.js build allows local file inclusion/path traversal. If given the possibility to pass unsanitized paths to the loadFile method, a user can retrieve file contents of arbitrary files in the local file system the node process is running in. The file contents are included verbatim in the generated PDFs. Only the node.js builds of the library are affected, namely the `dist/jspdf.node.js` and `dist/jspdf.node.min.js`.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jspdf: jsPDF Local File Inclusion/Path Traversal vulnerability",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:25bb4a371c5656d01a53060df46b7fbb5a287fe843c08581be69fb42ff5ec5dd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:68ec422055d5c2bd25e891853a5871e57f2c3a175ccea404be52a84c5b470e8f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896bba113fa4ba5eab3bc944d58f7492b55945e2802845edee9362b0682ab419_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:dea9e54e863bb2694aec735efa084c60f0083f02f749388aaf872067629a4589_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:883829bc4863879bfa6f1a73b18a7dca659a699664a3851f24e2b08cc15cf0e0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:954a69b7fc21665057ef4de00d5a3fe1907cb6b3a02faa922d61ba9b9561ff85_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:f4141ca6948e53983b0aef57965bed68be81db2ef84ca4fca597e3f5655ecd7d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:fdc9b12b9ee45dd85e277f21f5219c8900b7c0a684090937a9a4cf69a3d22061_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:6ddaad689e2065044d8c13fed306f0d6051199b19689b12c4d60c785243cb3ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:709d85ccdd2c9ddde6c152a44356800cca972d655dc310f7fdf4307c52f34a73_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:9bdd97f707c4ce105262bd4891d9f644f4ede21005409251051e670045e61e37_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:f5bbdaab3899347f0199211c97f3643bc0aed644d7f2117b22bce1bb61ea7838_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:4293e169ce795c57143e5a37e0b909ba19d702d26830c749f960ce4ec77c0897_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:2d7d654755857e5a164827f2bbc022d1c23f7229b4164faa5c61e852c1706800_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:817f1ffbf4d8917fdb02f33a5ffd72e16f73952897356cb4d21f1daf1b6e3d88_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fd9a15845c8e2b663c502a15efb17f2bc3b3555eb513a7972ffe71f37654b9e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b6764d281ee6620dbe9b825dc0d0f5e03bc1b2c1a440ccd28a159eb8cd3e2166_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:52db816d2bddde50796a4a5ceb22a9a54fc72bd3b2c1564e7515d0cda2f6c0c1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7a49b9e8ea59229abd9c73c7c0c89ca4e6ed4b30ff8c3b5867c7aaf861658bf2_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b604aabc30af38b467a1679352a1bf76297520d028ddde8555bcc920887641b3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d09d170ce80d0e59bb67f64a31b26fef702d3d5d73b50d0475f92268f9d6f094_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:05ddda7a4ba49a18e5498d9ff8c3565f7a4abc96c985feec10887bb0c1b8aec3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:552b628dee91632aeae32b09add80d1293ff6210585ec1469e1181660ee626e9_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b42e39f651d32f6f3d52496904a6837571b41bd4f104164f7c7e53f7866f2e74_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f630b49b63c4c3e5a06f9fb96c16858af84baf0988386c11ed3f28a4a1d596b6_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:22b88e02a978be77ef7c104bb7ee7844630413b4bfd307ed2028ac7749ec4eaf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4138b33646b5bb576c0f20fb2b436e8f4afb214201fb0c4e0223cdaf22bdb98d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c399ab5c8f1c0702788c49bd02cdc3495e44ae777c5e89771798eff2ac32c96e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e85ca69d5d3e49fbd27f6f933460ec8c91ff5a02db9fcffbc6df56ab8365e05c_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5f83884b0a2b48f34e14b949f43e68ad4b99cb8d228bec74b5126b89cc007808_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:60ec86b8361ab04a7ab167079e7ba62ca091596ce21bf62904d358b9e23d7576_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:effcbf4f105173a4725b450706db3297b77bcfd4a9d7b0b9f7b2f8a88436a50c_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:fe930290f16d00ea10ed532739267ea1e5e2d71981405462f7ccdfb0e687dd5a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0456c738acfa45201b2575099cb9347e653eb236b8dfaae076c79dcacbfcbf05_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:5bc76aef177b4d7d13712e680a6a89771982b550316e44053c1f46fd053506da_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bff622e8cdc9fa5f697816e1f8aaa86a1dd12bf018906257403907f8896dc649_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fb03f17968db99962f6cea11dd288fd0101bc9b8168cd296c148b451dab6d7_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4a35cd2f60df70215a8344cbb2ba17c36856a0e59dbf0b4e26c63834968c791c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b4232e6ba47868e601e14b219730d272ca953065c7bd998ed5266238d13eb71a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ec5aa99bc9c1fdc57be287f9402cbcdd31274eeac7bc158615c0c61a9fa7f3fe_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f8412ae382a83aa6be858ead781b6303cfa39c2574800ca181d62355c023ef6b_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0f5f88357d4d95c1ffa397cbc346bf9f5dc2db8f4e5579abad88c0ad2963d162_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5c3f41025d90f9288ddc2e6f749ecf9765e6489184acd7532d0d2f3e476473f3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b57d042b045f2600dbd6e446c0c651b1ae0a85158077bd52cd0b76616bb95230_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b88a4d77f26b9f230d8abbc06aa0a3a1cde6df903a6ef797ee18efb81e2674ac_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68428"
},
{
"category": "external",
"summary": "RHBZ#2427236",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427236"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68428",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68428"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68428",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68428"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/commit/a688c8f479929b24a6543b1fa2d6364abb03066d",
"url": "https://github.com/parallax/jsPDF/commit/a688c8f479929b24a6543b1fa2d6364abb03066d"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/releases/tag/v4.0.0",
"url": "https://github.com/parallax/jsPDF/releases/tag/v4.0.0"
},
{
"category": "external",
"summary": "https://github.com/parallax/jsPDF/security/advisories/GHSA-f8cm-6447-x5h2",
"url": "https://github.com/parallax/jsPDF/security/advisories/GHSA-f8cm-6447-x5h2"
}
],
"release_date": "2026-01-05T21:43:55.169000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-11T15:09:41+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:25bb4a371c5656d01a53060df46b7fbb5a287fe843c08581be69fb42ff5ec5dd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:68ec422055d5c2bd25e891853a5871e57f2c3a175ccea404be52a84c5b470e8f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896bba113fa4ba5eab3bc944d58f7492b55945e2802845edee9362b0682ab419_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:dea9e54e863bb2694aec735efa084c60f0083f02f749388aaf872067629a4589_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:883829bc4863879bfa6f1a73b18a7dca659a699664a3851f24e2b08cc15cf0e0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:954a69b7fc21665057ef4de00d5a3fe1907cb6b3a02faa922d61ba9b9561ff85_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:f4141ca6948e53983b0aef57965bed68be81db2ef84ca4fca597e3f5655ecd7d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:fdc9b12b9ee45dd85e277f21f5219c8900b7c0a684090937a9a4cf69a3d22061_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:6ddaad689e2065044d8c13fed306f0d6051199b19689b12c4d60c785243cb3ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:709d85ccdd2c9ddde6c152a44356800cca972d655dc310f7fdf4307c52f34a73_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:9bdd97f707c4ce105262bd4891d9f644f4ede21005409251051e670045e61e37_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:f5bbdaab3899347f0199211c97f3643bc0aed644d7f2117b22bce1bb61ea7838_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:25bb4a371c5656d01a53060df46b7fbb5a287fe843c08581be69fb42ff5ec5dd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:68ec422055d5c2bd25e891853a5871e57f2c3a175ccea404be52a84c5b470e8f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896bba113fa4ba5eab3bc944d58f7492b55945e2802845edee9362b0682ab419_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:dea9e54e863bb2694aec735efa084c60f0083f02f749388aaf872067629a4589_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:4293e169ce795c57143e5a37e0b909ba19d702d26830c749f960ce4ec77c0897_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:2d7d654755857e5a164827f2bbc022d1c23f7229b4164faa5c61e852c1706800_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:817f1ffbf4d8917fdb02f33a5ffd72e16f73952897356cb4d21f1daf1b6e3d88_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fd9a15845c8e2b663c502a15efb17f2bc3b3555eb513a7972ffe71f37654b9e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b6764d281ee6620dbe9b825dc0d0f5e03bc1b2c1a440ccd28a159eb8cd3e2166_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:52db816d2bddde50796a4a5ceb22a9a54fc72bd3b2c1564e7515d0cda2f6c0c1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7a49b9e8ea59229abd9c73c7c0c89ca4e6ed4b30ff8c3b5867c7aaf861658bf2_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b604aabc30af38b467a1679352a1bf76297520d028ddde8555bcc920887641b3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d09d170ce80d0e59bb67f64a31b26fef702d3d5d73b50d0475f92268f9d6f094_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:05ddda7a4ba49a18e5498d9ff8c3565f7a4abc96c985feec10887bb0c1b8aec3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:552b628dee91632aeae32b09add80d1293ff6210585ec1469e1181660ee626e9_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b42e39f651d32f6f3d52496904a6837571b41bd4f104164f7c7e53f7866f2e74_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f630b49b63c4c3e5a06f9fb96c16858af84baf0988386c11ed3f28a4a1d596b6_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:22b88e02a978be77ef7c104bb7ee7844630413b4bfd307ed2028ac7749ec4eaf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4138b33646b5bb576c0f20fb2b436e8f4afb214201fb0c4e0223cdaf22bdb98d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c399ab5c8f1c0702788c49bd02cdc3495e44ae777c5e89771798eff2ac32c96e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e85ca69d5d3e49fbd27f6f933460ec8c91ff5a02db9fcffbc6df56ab8365e05c_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5f83884b0a2b48f34e14b949f43e68ad4b99cb8d228bec74b5126b89cc007808_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:60ec86b8361ab04a7ab167079e7ba62ca091596ce21bf62904d358b9e23d7576_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:effcbf4f105173a4725b450706db3297b77bcfd4a9d7b0b9f7b2f8a88436a50c_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:fe930290f16d00ea10ed532739267ea1e5e2d71981405462f7ccdfb0e687dd5a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0456c738acfa45201b2575099cb9347e653eb236b8dfaae076c79dcacbfcbf05_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:5bc76aef177b4d7d13712e680a6a89771982b550316e44053c1f46fd053506da_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bff622e8cdc9fa5f697816e1f8aaa86a1dd12bf018906257403907f8896dc649_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fb03f17968db99962f6cea11dd288fd0101bc9b8168cd296c148b451dab6d7_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4a35cd2f60df70215a8344cbb2ba17c36856a0e59dbf0b4e26c63834968c791c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b4232e6ba47868e601e14b219730d272ca953065c7bd998ed5266238d13eb71a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ec5aa99bc9c1fdc57be287f9402cbcdd31274eeac7bc158615c0c61a9fa7f3fe_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f8412ae382a83aa6be858ead781b6303cfa39c2574800ca181d62355c023ef6b_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0f5f88357d4d95c1ffa397cbc346bf9f5dc2db8f4e5579abad88c0ad2963d162_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5c3f41025d90f9288ddc2e6f749ecf9765e6489184acd7532d0d2f3e476473f3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b57d042b045f2600dbd6e446c0c651b1ae0a85158077bd52cd0b76616bb95230_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b88a4d77f26b9f230d8abbc06aa0a3a1cde6df903a6ef797ee18efb81e2674ac_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:883829bc4863879bfa6f1a73b18a7dca659a699664a3851f24e2b08cc15cf0e0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:954a69b7fc21665057ef4de00d5a3fe1907cb6b3a02faa922d61ba9b9561ff85_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:f4141ca6948e53983b0aef57965bed68be81db2ef84ca4fca597e3f5655ecd7d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:fdc9b12b9ee45dd85e277f21f5219c8900b7c0a684090937a9a4cf69a3d22061_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:6ddaad689e2065044d8c13fed306f0d6051199b19689b12c4d60c785243cb3ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:709d85ccdd2c9ddde6c152a44356800cca972d655dc310f7fdf4307c52f34a73_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:9bdd97f707c4ce105262bd4891d9f644f4ede21005409251051e670045e61e37_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:f5bbdaab3899347f0199211c97f3643bc0aed644d7f2117b22bce1bb61ea7838_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:25bb4a371c5656d01a53060df46b7fbb5a287fe843c08581be69fb42ff5ec5dd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:68ec422055d5c2bd25e891853a5871e57f2c3a175ccea404be52a84c5b470e8f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896bba113fa4ba5eab3bc944d58f7492b55945e2802845edee9362b0682ab419_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:dea9e54e863bb2694aec735efa084c60f0083f02f749388aaf872067629a4589_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:4293e169ce795c57143e5a37e0b909ba19d702d26830c749f960ce4ec77c0897_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:2d7d654755857e5a164827f2bbc022d1c23f7229b4164faa5c61e852c1706800_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:817f1ffbf4d8917fdb02f33a5ffd72e16f73952897356cb4d21f1daf1b6e3d88_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fd9a15845c8e2b663c502a15efb17f2bc3b3555eb513a7972ffe71f37654b9e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b6764d281ee6620dbe9b825dc0d0f5e03bc1b2c1a440ccd28a159eb8cd3e2166_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:52db816d2bddde50796a4a5ceb22a9a54fc72bd3b2c1564e7515d0cda2f6c0c1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7a49b9e8ea59229abd9c73c7c0c89ca4e6ed4b30ff8c3b5867c7aaf861658bf2_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b604aabc30af38b467a1679352a1bf76297520d028ddde8555bcc920887641b3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d09d170ce80d0e59bb67f64a31b26fef702d3d5d73b50d0475f92268f9d6f094_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:05ddda7a4ba49a18e5498d9ff8c3565f7a4abc96c985feec10887bb0c1b8aec3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:552b628dee91632aeae32b09add80d1293ff6210585ec1469e1181660ee626e9_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b42e39f651d32f6f3d52496904a6837571b41bd4f104164f7c7e53f7866f2e74_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f630b49b63c4c3e5a06f9fb96c16858af84baf0988386c11ed3f28a4a1d596b6_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:22b88e02a978be77ef7c104bb7ee7844630413b4bfd307ed2028ac7749ec4eaf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4138b33646b5bb576c0f20fb2b436e8f4afb214201fb0c4e0223cdaf22bdb98d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c399ab5c8f1c0702788c49bd02cdc3495e44ae777c5e89771798eff2ac32c96e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e85ca69d5d3e49fbd27f6f933460ec8c91ff5a02db9fcffbc6df56ab8365e05c_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5f83884b0a2b48f34e14b949f43e68ad4b99cb8d228bec74b5126b89cc007808_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:60ec86b8361ab04a7ab167079e7ba62ca091596ce21bf62904d358b9e23d7576_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:effcbf4f105173a4725b450706db3297b77bcfd4a9d7b0b9f7b2f8a88436a50c_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:fe930290f16d00ea10ed532739267ea1e5e2d71981405462f7ccdfb0e687dd5a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0456c738acfa45201b2575099cb9347e653eb236b8dfaae076c79dcacbfcbf05_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:5bc76aef177b4d7d13712e680a6a89771982b550316e44053c1f46fd053506da_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bff622e8cdc9fa5f697816e1f8aaa86a1dd12bf018906257403907f8896dc649_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fb03f17968db99962f6cea11dd288fd0101bc9b8168cd296c148b451dab6d7_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4a35cd2f60df70215a8344cbb2ba17c36856a0e59dbf0b4e26c63834968c791c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b4232e6ba47868e601e14b219730d272ca953065c7bd998ed5266238d13eb71a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ec5aa99bc9c1fdc57be287f9402cbcdd31274eeac7bc158615c0c61a9fa7f3fe_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f8412ae382a83aa6be858ead781b6303cfa39c2574800ca181d62355c023ef6b_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0f5f88357d4d95c1ffa397cbc346bf9f5dc2db8f4e5579abad88c0ad2963d162_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5c3f41025d90f9288ddc2e6f749ecf9765e6489184acd7532d0d2f3e476473f3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b57d042b045f2600dbd6e446c0c651b1ae0a85158077bd52cd0b76616bb95230_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b88a4d77f26b9f230d8abbc06aa0a3a1cde6df903a6ef797ee18efb81e2674ac_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jspdf: jsPDF Local File Inclusion/Path Traversal vulnerability"
},
{
"cve": "CVE-2025-68973",
"cwe": {
"id": "CWE-675",
"name": "Multiple Operations on Resource in Single-Operation Context"
},
"discovery_date": "2025-12-28T17:00:44.161022+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:4293e169ce795c57143e5a37e0b909ba19d702d26830c749f960ce4ec77c0897_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:22b88e02a978be77ef7c104bb7ee7844630413b4bfd307ed2028ac7749ec4eaf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4138b33646b5bb576c0f20fb2b436e8f4afb214201fb0c4e0223cdaf22bdb98d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c399ab5c8f1c0702788c49bd02cdc3495e44ae777c5e89771798eff2ac32c96e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e85ca69d5d3e49fbd27f6f933460ec8c91ff5a02db9fcffbc6df56ab8365e05c_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0456c738acfa45201b2575099cb9347e653eb236b8dfaae076c79dcacbfcbf05_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:5bc76aef177b4d7d13712e680a6a89771982b550316e44053c1f46fd053506da_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bff622e8cdc9fa5f697816e1f8aaa86a1dd12bf018906257403907f8896dc649_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fb03f17968db99962f6cea11dd288fd0101bc9b8168cd296c148b451dab6d7_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425966"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GnuPG. An attacker can provide crafted input to the `armor_filter` function, which incorrectly increments an index variable, leading to an out-of-bounds write. This memory corruption vulnerability may allow for information disclosure and could potentially lead to arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "GnuPG: GnuPG: Information disclosure and potential arbitrary code execution via out-of-bounds write",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products. The flaw in GnuPG\u0027s `armor_filter` function allows an attacker with local access to provide crafted input, potentially leading to information disclosure and arbitrary code execution due to an out-of-bounds write. Exploitation requires high attack complexity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:883829bc4863879bfa6f1a73b18a7dca659a699664a3851f24e2b08cc15cf0e0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:954a69b7fc21665057ef4de00d5a3fe1907cb6b3a02faa922d61ba9b9561ff85_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:f4141ca6948e53983b0aef57965bed68be81db2ef84ca4fca597e3f5655ecd7d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:fdc9b12b9ee45dd85e277f21f5219c8900b7c0a684090937a9a4cf69a3d22061_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:6ddaad689e2065044d8c13fed306f0d6051199b19689b12c4d60c785243cb3ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:709d85ccdd2c9ddde6c152a44356800cca972d655dc310f7fdf4307c52f34a73_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:9bdd97f707c4ce105262bd4891d9f644f4ede21005409251051e670045e61e37_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:f5bbdaab3899347f0199211c97f3643bc0aed644d7f2117b22bce1bb61ea7838_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:25bb4a371c5656d01a53060df46b7fbb5a287fe843c08581be69fb42ff5ec5dd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:68ec422055d5c2bd25e891853a5871e57f2c3a175ccea404be52a84c5b470e8f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896bba113fa4ba5eab3bc944d58f7492b55945e2802845edee9362b0682ab419_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:dea9e54e863bb2694aec735efa084c60f0083f02f749388aaf872067629a4589_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:2d7d654755857e5a164827f2bbc022d1c23f7229b4164faa5c61e852c1706800_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:817f1ffbf4d8917fdb02f33a5ffd72e16f73952897356cb4d21f1daf1b6e3d88_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fd9a15845c8e2b663c502a15efb17f2bc3b3555eb513a7972ffe71f37654b9e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b6764d281ee6620dbe9b825dc0d0f5e03bc1b2c1a440ccd28a159eb8cd3e2166_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:52db816d2bddde50796a4a5ceb22a9a54fc72bd3b2c1564e7515d0cda2f6c0c1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7a49b9e8ea59229abd9c73c7c0c89ca4e6ed4b30ff8c3b5867c7aaf861658bf2_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b604aabc30af38b467a1679352a1bf76297520d028ddde8555bcc920887641b3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d09d170ce80d0e59bb67f64a31b26fef702d3d5d73b50d0475f92268f9d6f094_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:05ddda7a4ba49a18e5498d9ff8c3565f7a4abc96c985feec10887bb0c1b8aec3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:552b628dee91632aeae32b09add80d1293ff6210585ec1469e1181660ee626e9_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b42e39f651d32f6f3d52496904a6837571b41bd4f104164f7c7e53f7866f2e74_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f630b49b63c4c3e5a06f9fb96c16858af84baf0988386c11ed3f28a4a1d596b6_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5f83884b0a2b48f34e14b949f43e68ad4b99cb8d228bec74b5126b89cc007808_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:60ec86b8361ab04a7ab167079e7ba62ca091596ce21bf62904d358b9e23d7576_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:effcbf4f105173a4725b450706db3297b77bcfd4a9d7b0b9f7b2f8a88436a50c_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:fe930290f16d00ea10ed532739267ea1e5e2d71981405462f7ccdfb0e687dd5a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4a35cd2f60df70215a8344cbb2ba17c36856a0e59dbf0b4e26c63834968c791c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b4232e6ba47868e601e14b219730d272ca953065c7bd998ed5266238d13eb71a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ec5aa99bc9c1fdc57be287f9402cbcdd31274eeac7bc158615c0c61a9fa7f3fe_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f8412ae382a83aa6be858ead781b6303cfa39c2574800ca181d62355c023ef6b_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0f5f88357d4d95c1ffa397cbc346bf9f5dc2db8f4e5579abad88c0ad2963d162_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5c3f41025d90f9288ddc2e6f749ecf9765e6489184acd7532d0d2f3e476473f3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b57d042b045f2600dbd6e446c0c651b1ae0a85158077bd52cd0b76616bb95230_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b88a4d77f26b9f230d8abbc06aa0a3a1cde6df903a6ef797ee18efb81e2674ac_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:4293e169ce795c57143e5a37e0b909ba19d702d26830c749f960ce4ec77c0897_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:22b88e02a978be77ef7c104bb7ee7844630413b4bfd307ed2028ac7749ec4eaf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4138b33646b5bb576c0f20fb2b436e8f4afb214201fb0c4e0223cdaf22bdb98d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c399ab5c8f1c0702788c49bd02cdc3495e44ae777c5e89771798eff2ac32c96e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e85ca69d5d3e49fbd27f6f933460ec8c91ff5a02db9fcffbc6df56ab8365e05c_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0456c738acfa45201b2575099cb9347e653eb236b8dfaae076c79dcacbfcbf05_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:5bc76aef177b4d7d13712e680a6a89771982b550316e44053c1f46fd053506da_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bff622e8cdc9fa5f697816e1f8aaa86a1dd12bf018906257403907f8896dc649_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fb03f17968db99962f6cea11dd288fd0101bc9b8168cd296c148b451dab6d7_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68973"
},
{
"category": "external",
"summary": "RHBZ#2425966",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425966"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68973",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68973"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68973",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68973"
},
{
"category": "external",
"summary": "https://github.com/gpg/gnupg/blob/ff30683418695f5d2cc9e6cf8c9418e09378ebe4/g10/armor.c#L1305-L1306",
"url": "https://github.com/gpg/gnupg/blob/ff30683418695f5d2cc9e6cf8c9418e09378ebe4/g10/armor.c#L1305-L1306"
},
{
"category": "external",
"summary": "https://github.com/gpg/gnupg/commit/115d138ba599328005c5321c0ef9f00355838ca9",
"url": "https://github.com/gpg/gnupg/commit/115d138ba599328005c5321c0ef9f00355838ca9"
},
{
"category": "external",
"summary": "https://gpg.fail/memcpy",
"url": "https://gpg.fail/memcpy"
},
{
"category": "external",
"summary": "https://news.ycombinator.com/item?id=46403200",
"url": "https://news.ycombinator.com/item?id=46403200"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2025/12/28/5",
"url": "https://www.openwall.com/lists/oss-security/2025/12/28/5"
}
],
"release_date": "2025-12-28T16:19:11.019000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-11T15:09:41+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:883829bc4863879bfa6f1a73b18a7dca659a699664a3851f24e2b08cc15cf0e0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:954a69b7fc21665057ef4de00d5a3fe1907cb6b3a02faa922d61ba9b9561ff85_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:f4141ca6948e53983b0aef57965bed68be81db2ef84ca4fca597e3f5655ecd7d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:fdc9b12b9ee45dd85e277f21f5219c8900b7c0a684090937a9a4cf69a3d22061_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:6ddaad689e2065044d8c13fed306f0d6051199b19689b12c4d60c785243cb3ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:709d85ccdd2c9ddde6c152a44356800cca972d655dc310f7fdf4307c52f34a73_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:9bdd97f707c4ce105262bd4891d9f644f4ede21005409251051e670045e61e37_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:f5bbdaab3899347f0199211c97f3643bc0aed644d7f2117b22bce1bb61ea7838_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:25bb4a371c5656d01a53060df46b7fbb5a287fe843c08581be69fb42ff5ec5dd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:68ec422055d5c2bd25e891853a5871e57f2c3a175ccea404be52a84c5b470e8f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896bba113fa4ba5eab3bc944d58f7492b55945e2802845edee9362b0682ab419_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:dea9e54e863bb2694aec735efa084c60f0083f02f749388aaf872067629a4589_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:2d7d654755857e5a164827f2bbc022d1c23f7229b4164faa5c61e852c1706800_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:817f1ffbf4d8917fdb02f33a5ffd72e16f73952897356cb4d21f1daf1b6e3d88_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fd9a15845c8e2b663c502a15efb17f2bc3b3555eb513a7972ffe71f37654b9e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b6764d281ee6620dbe9b825dc0d0f5e03bc1b2c1a440ccd28a159eb8cd3e2166_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:52db816d2bddde50796a4a5ceb22a9a54fc72bd3b2c1564e7515d0cda2f6c0c1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7a49b9e8ea59229abd9c73c7c0c89ca4e6ed4b30ff8c3b5867c7aaf861658bf2_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b604aabc30af38b467a1679352a1bf76297520d028ddde8555bcc920887641b3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d09d170ce80d0e59bb67f64a31b26fef702d3d5d73b50d0475f92268f9d6f094_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:05ddda7a4ba49a18e5498d9ff8c3565f7a4abc96c985feec10887bb0c1b8aec3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:552b628dee91632aeae32b09add80d1293ff6210585ec1469e1181660ee626e9_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b42e39f651d32f6f3d52496904a6837571b41bd4f104164f7c7e53f7866f2e74_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f630b49b63c4c3e5a06f9fb96c16858af84baf0988386c11ed3f28a4a1d596b6_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5f83884b0a2b48f34e14b949f43e68ad4b99cb8d228bec74b5126b89cc007808_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:60ec86b8361ab04a7ab167079e7ba62ca091596ce21bf62904d358b9e23d7576_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:effcbf4f105173a4725b450706db3297b77bcfd4a9d7b0b9f7b2f8a88436a50c_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:fe930290f16d00ea10ed532739267ea1e5e2d71981405462f7ccdfb0e687dd5a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4a35cd2f60df70215a8344cbb2ba17c36856a0e59dbf0b4e26c63834968c791c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b4232e6ba47868e601e14b219730d272ca953065c7bd998ed5266238d13eb71a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ec5aa99bc9c1fdc57be287f9402cbcdd31274eeac7bc158615c0c61a9fa7f3fe_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f8412ae382a83aa6be858ead781b6303cfa39c2574800ca181d62355c023ef6b_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0f5f88357d4d95c1ffa397cbc346bf9f5dc2db8f4e5579abad88c0ad2963d162_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5c3f41025d90f9288ddc2e6f749ecf9765e6489184acd7532d0d2f3e476473f3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b57d042b045f2600dbd6e446c0c651b1ae0a85158077bd52cd0b76616bb95230_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b88a4d77f26b9f230d8abbc06aa0a3a1cde6df903a6ef797ee18efb81e2674ac_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2568"
},
{
"category": "workaround",
"details": "To mitigate this issue, users should avoid processing untrusted or unverified input with GnuPG. Exercise caution when handling GnuPG-encrypted or signed data from unknown or suspicious sources, as specially crafted input could trigger the vulnerability. This operational control reduces the attack surface by limiting exposure to malicious data.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:883829bc4863879bfa6f1a73b18a7dca659a699664a3851f24e2b08cc15cf0e0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:954a69b7fc21665057ef4de00d5a3fe1907cb6b3a02faa922d61ba9b9561ff85_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:f4141ca6948e53983b0aef57965bed68be81db2ef84ca4fca597e3f5655ecd7d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:fdc9b12b9ee45dd85e277f21f5219c8900b7c0a684090937a9a4cf69a3d22061_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:6ddaad689e2065044d8c13fed306f0d6051199b19689b12c4d60c785243cb3ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:709d85ccdd2c9ddde6c152a44356800cca972d655dc310f7fdf4307c52f34a73_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:9bdd97f707c4ce105262bd4891d9f644f4ede21005409251051e670045e61e37_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:f5bbdaab3899347f0199211c97f3643bc0aed644d7f2117b22bce1bb61ea7838_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:25bb4a371c5656d01a53060df46b7fbb5a287fe843c08581be69fb42ff5ec5dd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:68ec422055d5c2bd25e891853a5871e57f2c3a175ccea404be52a84c5b470e8f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896bba113fa4ba5eab3bc944d58f7492b55945e2802845edee9362b0682ab419_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:dea9e54e863bb2694aec735efa084c60f0083f02f749388aaf872067629a4589_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:4293e169ce795c57143e5a37e0b909ba19d702d26830c749f960ce4ec77c0897_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:2d7d654755857e5a164827f2bbc022d1c23f7229b4164faa5c61e852c1706800_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:817f1ffbf4d8917fdb02f33a5ffd72e16f73952897356cb4d21f1daf1b6e3d88_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fd9a15845c8e2b663c502a15efb17f2bc3b3555eb513a7972ffe71f37654b9e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b6764d281ee6620dbe9b825dc0d0f5e03bc1b2c1a440ccd28a159eb8cd3e2166_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:52db816d2bddde50796a4a5ceb22a9a54fc72bd3b2c1564e7515d0cda2f6c0c1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7a49b9e8ea59229abd9c73c7c0c89ca4e6ed4b30ff8c3b5867c7aaf861658bf2_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b604aabc30af38b467a1679352a1bf76297520d028ddde8555bcc920887641b3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d09d170ce80d0e59bb67f64a31b26fef702d3d5d73b50d0475f92268f9d6f094_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:05ddda7a4ba49a18e5498d9ff8c3565f7a4abc96c985feec10887bb0c1b8aec3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:552b628dee91632aeae32b09add80d1293ff6210585ec1469e1181660ee626e9_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b42e39f651d32f6f3d52496904a6837571b41bd4f104164f7c7e53f7866f2e74_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f630b49b63c4c3e5a06f9fb96c16858af84baf0988386c11ed3f28a4a1d596b6_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:22b88e02a978be77ef7c104bb7ee7844630413b4bfd307ed2028ac7749ec4eaf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4138b33646b5bb576c0f20fb2b436e8f4afb214201fb0c4e0223cdaf22bdb98d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c399ab5c8f1c0702788c49bd02cdc3495e44ae777c5e89771798eff2ac32c96e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e85ca69d5d3e49fbd27f6f933460ec8c91ff5a02db9fcffbc6df56ab8365e05c_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5f83884b0a2b48f34e14b949f43e68ad4b99cb8d228bec74b5126b89cc007808_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:60ec86b8361ab04a7ab167079e7ba62ca091596ce21bf62904d358b9e23d7576_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:effcbf4f105173a4725b450706db3297b77bcfd4a9d7b0b9f7b2f8a88436a50c_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:fe930290f16d00ea10ed532739267ea1e5e2d71981405462f7ccdfb0e687dd5a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0456c738acfa45201b2575099cb9347e653eb236b8dfaae076c79dcacbfcbf05_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:5bc76aef177b4d7d13712e680a6a89771982b550316e44053c1f46fd053506da_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bff622e8cdc9fa5f697816e1f8aaa86a1dd12bf018906257403907f8896dc649_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fb03f17968db99962f6cea11dd288fd0101bc9b8168cd296c148b451dab6d7_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4a35cd2f60df70215a8344cbb2ba17c36856a0e59dbf0b4e26c63834968c791c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b4232e6ba47868e601e14b219730d272ca953065c7bd998ed5266238d13eb71a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ec5aa99bc9c1fdc57be287f9402cbcdd31274eeac7bc158615c0c61a9fa7f3fe_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f8412ae382a83aa6be858ead781b6303cfa39c2574800ca181d62355c023ef6b_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0f5f88357d4d95c1ffa397cbc346bf9f5dc2db8f4e5579abad88c0ad2963d162_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5c3f41025d90f9288ddc2e6f749ecf9765e6489184acd7532d0d2f3e476473f3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b57d042b045f2600dbd6e446c0c651b1ae0a85158077bd52cd0b76616bb95230_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b88a4d77f26b9f230d8abbc06aa0a3a1cde6df903a6ef797ee18efb81e2674ac_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:883829bc4863879bfa6f1a73b18a7dca659a699664a3851f24e2b08cc15cf0e0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:954a69b7fc21665057ef4de00d5a3fe1907cb6b3a02faa922d61ba9b9561ff85_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:f4141ca6948e53983b0aef57965bed68be81db2ef84ca4fca597e3f5655ecd7d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:fdc9b12b9ee45dd85e277f21f5219c8900b7c0a684090937a9a4cf69a3d22061_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:6ddaad689e2065044d8c13fed306f0d6051199b19689b12c4d60c785243cb3ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:709d85ccdd2c9ddde6c152a44356800cca972d655dc310f7fdf4307c52f34a73_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:9bdd97f707c4ce105262bd4891d9f644f4ede21005409251051e670045e61e37_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:f5bbdaab3899347f0199211c97f3643bc0aed644d7f2117b22bce1bb61ea7838_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:25bb4a371c5656d01a53060df46b7fbb5a287fe843c08581be69fb42ff5ec5dd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:68ec422055d5c2bd25e891853a5871e57f2c3a175ccea404be52a84c5b470e8f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896bba113fa4ba5eab3bc944d58f7492b55945e2802845edee9362b0682ab419_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:dea9e54e863bb2694aec735efa084c60f0083f02f749388aaf872067629a4589_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:4293e169ce795c57143e5a37e0b909ba19d702d26830c749f960ce4ec77c0897_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:2d7d654755857e5a164827f2bbc022d1c23f7229b4164faa5c61e852c1706800_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:817f1ffbf4d8917fdb02f33a5ffd72e16f73952897356cb4d21f1daf1b6e3d88_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fd9a15845c8e2b663c502a15efb17f2bc3b3555eb513a7972ffe71f37654b9e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b6764d281ee6620dbe9b825dc0d0f5e03bc1b2c1a440ccd28a159eb8cd3e2166_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:52db816d2bddde50796a4a5ceb22a9a54fc72bd3b2c1564e7515d0cda2f6c0c1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7a49b9e8ea59229abd9c73c7c0c89ca4e6ed4b30ff8c3b5867c7aaf861658bf2_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b604aabc30af38b467a1679352a1bf76297520d028ddde8555bcc920887641b3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d09d170ce80d0e59bb67f64a31b26fef702d3d5d73b50d0475f92268f9d6f094_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:05ddda7a4ba49a18e5498d9ff8c3565f7a4abc96c985feec10887bb0c1b8aec3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:552b628dee91632aeae32b09add80d1293ff6210585ec1469e1181660ee626e9_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b42e39f651d32f6f3d52496904a6837571b41bd4f104164f7c7e53f7866f2e74_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f630b49b63c4c3e5a06f9fb96c16858af84baf0988386c11ed3f28a4a1d596b6_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:22b88e02a978be77ef7c104bb7ee7844630413b4bfd307ed2028ac7749ec4eaf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4138b33646b5bb576c0f20fb2b436e8f4afb214201fb0c4e0223cdaf22bdb98d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c399ab5c8f1c0702788c49bd02cdc3495e44ae777c5e89771798eff2ac32c96e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e85ca69d5d3e49fbd27f6f933460ec8c91ff5a02db9fcffbc6df56ab8365e05c_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5f83884b0a2b48f34e14b949f43e68ad4b99cb8d228bec74b5126b89cc007808_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:60ec86b8361ab04a7ab167079e7ba62ca091596ce21bf62904d358b9e23d7576_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:effcbf4f105173a4725b450706db3297b77bcfd4a9d7b0b9f7b2f8a88436a50c_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:fe930290f16d00ea10ed532739267ea1e5e2d71981405462f7ccdfb0e687dd5a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0456c738acfa45201b2575099cb9347e653eb236b8dfaae076c79dcacbfcbf05_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:5bc76aef177b4d7d13712e680a6a89771982b550316e44053c1f46fd053506da_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bff622e8cdc9fa5f697816e1f8aaa86a1dd12bf018906257403907f8896dc649_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fb03f17968db99962f6cea11dd288fd0101bc9b8168cd296c148b451dab6d7_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4a35cd2f60df70215a8344cbb2ba17c36856a0e59dbf0b4e26c63834968c791c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b4232e6ba47868e601e14b219730d272ca953065c7bd998ed5266238d13eb71a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ec5aa99bc9c1fdc57be287f9402cbcdd31274eeac7bc158615c0c61a9fa7f3fe_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f8412ae382a83aa6be858ead781b6303cfa39c2574800ca181d62355c023ef6b_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0f5f88357d4d95c1ffa397cbc346bf9f5dc2db8f4e5579abad88c0ad2963d162_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5c3f41025d90f9288ddc2e6f749ecf9765e6489184acd7532d0d2f3e476473f3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b57d042b045f2600dbd6e446c0c651b1ae0a85158077bd52cd0b76616bb95230_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b88a4d77f26b9f230d8abbc06aa0a3a1cde6df903a6ef797ee18efb81e2674ac_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "GnuPG: GnuPG: Information disclosure and potential arbitrary code execution via out-of-bounds write"
},
{
"cve": "CVE-2026-22029",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-01-10T04:01:03.694749+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:883829bc4863879bfa6f1a73b18a7dca659a699664a3851f24e2b08cc15cf0e0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:954a69b7fc21665057ef4de00d5a3fe1907cb6b3a02faa922d61ba9b9561ff85_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:f4141ca6948e53983b0aef57965bed68be81db2ef84ca4fca597e3f5655ecd7d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:fdc9b12b9ee45dd85e277f21f5219c8900b7c0a684090937a9a4cf69a3d22061_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:6ddaad689e2065044d8c13fed306f0d6051199b19689b12c4d60c785243cb3ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:709d85ccdd2c9ddde6c152a44356800cca972d655dc310f7fdf4307c52f34a73_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:9bdd97f707c4ce105262bd4891d9f644f4ede21005409251051e670045e61e37_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:f5bbdaab3899347f0199211c97f3643bc0aed644d7f2117b22bce1bb61ea7838_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:4293e169ce795c57143e5a37e0b909ba19d702d26830c749f960ce4ec77c0897_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:2d7d654755857e5a164827f2bbc022d1c23f7229b4164faa5c61e852c1706800_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:817f1ffbf4d8917fdb02f33a5ffd72e16f73952897356cb4d21f1daf1b6e3d88_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fd9a15845c8e2b663c502a15efb17f2bc3b3555eb513a7972ffe71f37654b9e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b6764d281ee6620dbe9b825dc0d0f5e03bc1b2c1a440ccd28a159eb8cd3e2166_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:52db816d2bddde50796a4a5ceb22a9a54fc72bd3b2c1564e7515d0cda2f6c0c1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7a49b9e8ea59229abd9c73c7c0c89ca4e6ed4b30ff8c3b5867c7aaf861658bf2_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b604aabc30af38b467a1679352a1bf76297520d028ddde8555bcc920887641b3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d09d170ce80d0e59bb67f64a31b26fef702d3d5d73b50d0475f92268f9d6f094_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:05ddda7a4ba49a18e5498d9ff8c3565f7a4abc96c985feec10887bb0c1b8aec3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:552b628dee91632aeae32b09add80d1293ff6210585ec1469e1181660ee626e9_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b42e39f651d32f6f3d52496904a6837571b41bd4f104164f7c7e53f7866f2e74_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f630b49b63c4c3e5a06f9fb96c16858af84baf0988386c11ed3f28a4a1d596b6_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:22b88e02a978be77ef7c104bb7ee7844630413b4bfd307ed2028ac7749ec4eaf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4138b33646b5bb576c0f20fb2b436e8f4afb214201fb0c4e0223cdaf22bdb98d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c399ab5c8f1c0702788c49bd02cdc3495e44ae777c5e89771798eff2ac32c96e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e85ca69d5d3e49fbd27f6f933460ec8c91ff5a02db9fcffbc6df56ab8365e05c_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5f83884b0a2b48f34e14b949f43e68ad4b99cb8d228bec74b5126b89cc007808_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:60ec86b8361ab04a7ab167079e7ba62ca091596ce21bf62904d358b9e23d7576_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:effcbf4f105173a4725b450706db3297b77bcfd4a9d7b0b9f7b2f8a88436a50c_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:fe930290f16d00ea10ed532739267ea1e5e2d71981405462f7ccdfb0e687dd5a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0456c738acfa45201b2575099cb9347e653eb236b8dfaae076c79dcacbfcbf05_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:5bc76aef177b4d7d13712e680a6a89771982b550316e44053c1f46fd053506da_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bff622e8cdc9fa5f697816e1f8aaa86a1dd12bf018906257403907f8896dc649_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fb03f17968db99962f6cea11dd288fd0101bc9b8168cd296c148b451dab6d7_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4a35cd2f60df70215a8344cbb2ba17c36856a0e59dbf0b4e26c63834968c791c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b4232e6ba47868e601e14b219730d272ca953065c7bd998ed5266238d13eb71a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ec5aa99bc9c1fdc57be287f9402cbcdd31274eeac7bc158615c0c61a9fa7f3fe_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f8412ae382a83aa6be858ead781b6303cfa39c2574800ca181d62355c023ef6b_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0f5f88357d4d95c1ffa397cbc346bf9f5dc2db8f4e5579abad88c0ad2963d162_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5c3f41025d90f9288ddc2e6f749ecf9765e6489184acd7532d0d2f3e476473f3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b57d042b045f2600dbd6e446c0c651b1ae0a85158077bd52cd0b76616bb95230_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b88a4d77f26b9f230d8abbc06aa0a3a1cde6df903a6ef797ee18efb81e2674ac_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2428412"
}
],
"notes": [
{
"category": "description",
"text": "A cross site scripting flaw has been discovered in the npm react-router and @remix-run/router packages. React Router (and Remix v1/v2) SPA open navigation redirects originating from loaders or actions in Framework Mode, Data Mode, or the unstable RSC modes can result in unsafe URLs causing unintended javascript execution on the client. This is only an issue if you are creating redirect paths from untrusted content or via an open redirect.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "@remix-run/router: react-router: React Router vulnerable to XSS via Open Redirects",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:25bb4a371c5656d01a53060df46b7fbb5a287fe843c08581be69fb42ff5ec5dd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:68ec422055d5c2bd25e891853a5871e57f2c3a175ccea404be52a84c5b470e8f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896bba113fa4ba5eab3bc944d58f7492b55945e2802845edee9362b0682ab419_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:dea9e54e863bb2694aec735efa084c60f0083f02f749388aaf872067629a4589_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:883829bc4863879bfa6f1a73b18a7dca659a699664a3851f24e2b08cc15cf0e0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:954a69b7fc21665057ef4de00d5a3fe1907cb6b3a02faa922d61ba9b9561ff85_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:f4141ca6948e53983b0aef57965bed68be81db2ef84ca4fca597e3f5655ecd7d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:fdc9b12b9ee45dd85e277f21f5219c8900b7c0a684090937a9a4cf69a3d22061_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:6ddaad689e2065044d8c13fed306f0d6051199b19689b12c4d60c785243cb3ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:709d85ccdd2c9ddde6c152a44356800cca972d655dc310f7fdf4307c52f34a73_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:9bdd97f707c4ce105262bd4891d9f644f4ede21005409251051e670045e61e37_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:f5bbdaab3899347f0199211c97f3643bc0aed644d7f2117b22bce1bb61ea7838_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:4293e169ce795c57143e5a37e0b909ba19d702d26830c749f960ce4ec77c0897_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:2d7d654755857e5a164827f2bbc022d1c23f7229b4164faa5c61e852c1706800_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:817f1ffbf4d8917fdb02f33a5ffd72e16f73952897356cb4d21f1daf1b6e3d88_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fd9a15845c8e2b663c502a15efb17f2bc3b3555eb513a7972ffe71f37654b9e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b6764d281ee6620dbe9b825dc0d0f5e03bc1b2c1a440ccd28a159eb8cd3e2166_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:52db816d2bddde50796a4a5ceb22a9a54fc72bd3b2c1564e7515d0cda2f6c0c1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7a49b9e8ea59229abd9c73c7c0c89ca4e6ed4b30ff8c3b5867c7aaf861658bf2_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b604aabc30af38b467a1679352a1bf76297520d028ddde8555bcc920887641b3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d09d170ce80d0e59bb67f64a31b26fef702d3d5d73b50d0475f92268f9d6f094_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:05ddda7a4ba49a18e5498d9ff8c3565f7a4abc96c985feec10887bb0c1b8aec3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:552b628dee91632aeae32b09add80d1293ff6210585ec1469e1181660ee626e9_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b42e39f651d32f6f3d52496904a6837571b41bd4f104164f7c7e53f7866f2e74_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f630b49b63c4c3e5a06f9fb96c16858af84baf0988386c11ed3f28a4a1d596b6_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:22b88e02a978be77ef7c104bb7ee7844630413b4bfd307ed2028ac7749ec4eaf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4138b33646b5bb576c0f20fb2b436e8f4afb214201fb0c4e0223cdaf22bdb98d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c399ab5c8f1c0702788c49bd02cdc3495e44ae777c5e89771798eff2ac32c96e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e85ca69d5d3e49fbd27f6f933460ec8c91ff5a02db9fcffbc6df56ab8365e05c_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5f83884b0a2b48f34e14b949f43e68ad4b99cb8d228bec74b5126b89cc007808_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:60ec86b8361ab04a7ab167079e7ba62ca091596ce21bf62904d358b9e23d7576_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:effcbf4f105173a4725b450706db3297b77bcfd4a9d7b0b9f7b2f8a88436a50c_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:fe930290f16d00ea10ed532739267ea1e5e2d71981405462f7ccdfb0e687dd5a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0456c738acfa45201b2575099cb9347e653eb236b8dfaae076c79dcacbfcbf05_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:5bc76aef177b4d7d13712e680a6a89771982b550316e44053c1f46fd053506da_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bff622e8cdc9fa5f697816e1f8aaa86a1dd12bf018906257403907f8896dc649_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fb03f17968db99962f6cea11dd288fd0101bc9b8168cd296c148b451dab6d7_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4a35cd2f60df70215a8344cbb2ba17c36856a0e59dbf0b4e26c63834968c791c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b4232e6ba47868e601e14b219730d272ca953065c7bd998ed5266238d13eb71a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ec5aa99bc9c1fdc57be287f9402cbcdd31274eeac7bc158615c0c61a9fa7f3fe_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f8412ae382a83aa6be858ead781b6303cfa39c2574800ca181d62355c023ef6b_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0f5f88357d4d95c1ffa397cbc346bf9f5dc2db8f4e5579abad88c0ad2963d162_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5c3f41025d90f9288ddc2e6f749ecf9765e6489184acd7532d0d2f3e476473f3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b57d042b045f2600dbd6e446c0c651b1ae0a85158077bd52cd0b76616bb95230_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b88a4d77f26b9f230d8abbc06aa0a3a1cde6df903a6ef797ee18efb81e2674ac_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22029"
},
{
"category": "external",
"summary": "RHBZ#2428412",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2428412"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22029",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22029"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22029",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22029"
},
{
"category": "external",
"summary": "https://github.com/remix-run/react-router/security/advisories/GHSA-2w69-qvjg-hvjx",
"url": "https://github.com/remix-run/react-router/security/advisories/GHSA-2w69-qvjg-hvjx"
}
],
"release_date": "2026-01-10T02:42:32.736000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-11T15:09:41+00:00",
"details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:25bb4a371c5656d01a53060df46b7fbb5a287fe843c08581be69fb42ff5ec5dd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:68ec422055d5c2bd25e891853a5871e57f2c3a175ccea404be52a84c5b470e8f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896bba113fa4ba5eab3bc944d58f7492b55945e2802845edee9362b0682ab419_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:dea9e54e863bb2694aec735efa084c60f0083f02f749388aaf872067629a4589_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:883829bc4863879bfa6f1a73b18a7dca659a699664a3851f24e2b08cc15cf0e0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:954a69b7fc21665057ef4de00d5a3fe1907cb6b3a02faa922d61ba9b9561ff85_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:f4141ca6948e53983b0aef57965bed68be81db2ef84ca4fca597e3f5655ecd7d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:fdc9b12b9ee45dd85e277f21f5219c8900b7c0a684090937a9a4cf69a3d22061_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:6ddaad689e2065044d8c13fed306f0d6051199b19689b12c4d60c785243cb3ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:709d85ccdd2c9ddde6c152a44356800cca972d655dc310f7fdf4307c52f34a73_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:9bdd97f707c4ce105262bd4891d9f644f4ede21005409251051e670045e61e37_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:f5bbdaab3899347f0199211c97f3643bc0aed644d7f2117b22bce1bb61ea7838_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:25bb4a371c5656d01a53060df46b7fbb5a287fe843c08581be69fb42ff5ec5dd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:68ec422055d5c2bd25e891853a5871e57f2c3a175ccea404be52a84c5b470e8f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896bba113fa4ba5eab3bc944d58f7492b55945e2802845edee9362b0682ab419_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:dea9e54e863bb2694aec735efa084c60f0083f02f749388aaf872067629a4589_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:4293e169ce795c57143e5a37e0b909ba19d702d26830c749f960ce4ec77c0897_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:2d7d654755857e5a164827f2bbc022d1c23f7229b4164faa5c61e852c1706800_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:817f1ffbf4d8917fdb02f33a5ffd72e16f73952897356cb4d21f1daf1b6e3d88_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fd9a15845c8e2b663c502a15efb17f2bc3b3555eb513a7972ffe71f37654b9e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b6764d281ee6620dbe9b825dc0d0f5e03bc1b2c1a440ccd28a159eb8cd3e2166_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:52db816d2bddde50796a4a5ceb22a9a54fc72bd3b2c1564e7515d0cda2f6c0c1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7a49b9e8ea59229abd9c73c7c0c89ca4e6ed4b30ff8c3b5867c7aaf861658bf2_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b604aabc30af38b467a1679352a1bf76297520d028ddde8555bcc920887641b3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d09d170ce80d0e59bb67f64a31b26fef702d3d5d73b50d0475f92268f9d6f094_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:05ddda7a4ba49a18e5498d9ff8c3565f7a4abc96c985feec10887bb0c1b8aec3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:552b628dee91632aeae32b09add80d1293ff6210585ec1469e1181660ee626e9_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b42e39f651d32f6f3d52496904a6837571b41bd4f104164f7c7e53f7866f2e74_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f630b49b63c4c3e5a06f9fb96c16858af84baf0988386c11ed3f28a4a1d596b6_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:22b88e02a978be77ef7c104bb7ee7844630413b4bfd307ed2028ac7749ec4eaf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4138b33646b5bb576c0f20fb2b436e8f4afb214201fb0c4e0223cdaf22bdb98d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c399ab5c8f1c0702788c49bd02cdc3495e44ae777c5e89771798eff2ac32c96e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e85ca69d5d3e49fbd27f6f933460ec8c91ff5a02db9fcffbc6df56ab8365e05c_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5f83884b0a2b48f34e14b949f43e68ad4b99cb8d228bec74b5126b89cc007808_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:60ec86b8361ab04a7ab167079e7ba62ca091596ce21bf62904d358b9e23d7576_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:effcbf4f105173a4725b450706db3297b77bcfd4a9d7b0b9f7b2f8a88436a50c_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:fe930290f16d00ea10ed532739267ea1e5e2d71981405462f7ccdfb0e687dd5a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0456c738acfa45201b2575099cb9347e653eb236b8dfaae076c79dcacbfcbf05_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:5bc76aef177b4d7d13712e680a6a89771982b550316e44053c1f46fd053506da_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bff622e8cdc9fa5f697816e1f8aaa86a1dd12bf018906257403907f8896dc649_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fb03f17968db99962f6cea11dd288fd0101bc9b8168cd296c148b451dab6d7_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4a35cd2f60df70215a8344cbb2ba17c36856a0e59dbf0b4e26c63834968c791c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b4232e6ba47868e601e14b219730d272ca953065c7bd998ed5266238d13eb71a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ec5aa99bc9c1fdc57be287f9402cbcdd31274eeac7bc158615c0c61a9fa7f3fe_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f8412ae382a83aa6be858ead781b6303cfa39c2574800ca181d62355c023ef6b_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0f5f88357d4d95c1ffa397cbc346bf9f5dc2db8f4e5579abad88c0ad2963d162_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5c3f41025d90f9288ddc2e6f749ecf9765e6489184acd7532d0d2f3e476473f3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b57d042b045f2600dbd6e446c0c651b1ae0a85158077bd52cd0b76616bb95230_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b88a4d77f26b9f230d8abbc06aa0a3a1cde6df903a6ef797ee18efb81e2674ac_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:883829bc4863879bfa6f1a73b18a7dca659a699664a3851f24e2b08cc15cf0e0_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:954a69b7fc21665057ef4de00d5a3fe1907cb6b3a02faa922d61ba9b9561ff85_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:f4141ca6948e53983b0aef57965bed68be81db2ef84ca4fca597e3f5655ecd7d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:fdc9b12b9ee45dd85e277f21f5219c8900b7c0a684090937a9a4cf69a3d22061_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:6ddaad689e2065044d8c13fed306f0d6051199b19689b12c4d60c785243cb3ee_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:709d85ccdd2c9ddde6c152a44356800cca972d655dc310f7fdf4307c52f34a73_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:9bdd97f707c4ce105262bd4891d9f644f4ede21005409251051e670045e61e37_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:f5bbdaab3899347f0199211c97f3643bc0aed644d7f2117b22bce1bb61ea7838_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:25bb4a371c5656d01a53060df46b7fbb5a287fe843c08581be69fb42ff5ec5dd_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:68ec422055d5c2bd25e891853a5871e57f2c3a175ccea404be52a84c5b470e8f_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896bba113fa4ba5eab3bc944d58f7492b55945e2802845edee9362b0682ab419_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:dea9e54e863bb2694aec735efa084c60f0083f02f749388aaf872067629a4589_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:4293e169ce795c57143e5a37e0b909ba19d702d26830c749f960ce4ec77c0897_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:2d7d654755857e5a164827f2bbc022d1c23f7229b4164faa5c61e852c1706800_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:817f1ffbf4d8917fdb02f33a5ffd72e16f73952897356cb4d21f1daf1b6e3d88_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fd9a15845c8e2b663c502a15efb17f2bc3b3555eb513a7972ffe71f37654b9e_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:b6764d281ee6620dbe9b825dc0d0f5e03bc1b2c1a440ccd28a159eb8cd3e2166_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:52db816d2bddde50796a4a5ceb22a9a54fc72bd3b2c1564e7515d0cda2f6c0c1_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:7a49b9e8ea59229abd9c73c7c0c89ca4e6ed4b30ff8c3b5867c7aaf861658bf2_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b604aabc30af38b467a1679352a1bf76297520d028ddde8555bcc920887641b3_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:d09d170ce80d0e59bb67f64a31b26fef702d3d5d73b50d0475f92268f9d6f094_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:05ddda7a4ba49a18e5498d9ff8c3565f7a4abc96c985feec10887bb0c1b8aec3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:552b628dee91632aeae32b09add80d1293ff6210585ec1469e1181660ee626e9_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:b42e39f651d32f6f3d52496904a6837571b41bd4f104164f7c7e53f7866f2e74_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:f630b49b63c4c3e5a06f9fb96c16858af84baf0988386c11ed3f28a4a1d596b6_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:22b88e02a978be77ef7c104bb7ee7844630413b4bfd307ed2028ac7749ec4eaf_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:4138b33646b5bb576c0f20fb2b436e8f4afb214201fb0c4e0223cdaf22bdb98d_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:c399ab5c8f1c0702788c49bd02cdc3495e44ae777c5e89771798eff2ac32c96e_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:e85ca69d5d3e49fbd27f6f933460ec8c91ff5a02db9fcffbc6df56ab8365e05c_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:5f83884b0a2b48f34e14b949f43e68ad4b99cb8d228bec74b5126b89cc007808_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:60ec86b8361ab04a7ab167079e7ba62ca091596ce21bf62904d358b9e23d7576_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:effcbf4f105173a4725b450706db3297b77bcfd4a9d7b0b9f7b2f8a88436a50c_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:fe930290f16d00ea10ed532739267ea1e5e2d71981405462f7ccdfb0e687dd5a_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:0456c738acfa45201b2575099cb9347e653eb236b8dfaae076c79dcacbfcbf05_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:5bc76aef177b4d7d13712e680a6a89771982b550316e44053c1f46fd053506da_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bff622e8cdc9fa5f697816e1f8aaa86a1dd12bf018906257403907f8896dc649_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:c1fb03f17968db99962f6cea11dd288fd0101bc9b8168cd296c148b451dab6d7_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:4a35cd2f60df70215a8344cbb2ba17c36856a0e59dbf0b4e26c63834968c791c_arm64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b4232e6ba47868e601e14b219730d272ca953065c7bd998ed5266238d13eb71a_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:ec5aa99bc9c1fdc57be287f9402cbcdd31274eeac7bc158615c0c61a9fa7f3fe_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f8412ae382a83aa6be858ead781b6303cfa39c2574800ca181d62355c023ef6b_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:0f5f88357d4d95c1ffa397cbc346bf9f5dc2db8f4e5579abad88c0ad2963d162_amd64",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5c3f41025d90f9288ddc2e6f749ecf9765e6489184acd7532d0d2f3e476473f3_ppc64le",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b57d042b045f2600dbd6e446c0c651b1ae0a85158077bd52cd0b76616bb95230_s390x",
"Red Hat Advanced Cluster Security for Kubernetes 4.9:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:b88a4d77f26b9f230d8abbc06aa0a3a1cde6df903a6ef797ee18efb81e2674ac_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "@remix-run/router: react-router: React Router vulnerable to XSS via Open Redirects"
}
]
}
RHSA-2026:1049
Vulnerability from csaf_redhat - Published: 2026-01-22 21:04 - Updated: 2026-03-18 20:45Notes
{
"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": "The 1.21.0 GA release of Red Hat OpenShift Pipelines Operator..\nFor more details see [product documentation](https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines).",
"title": "Topic"
},
{
"category": "general",
"text": "The 1.21.0 release of Red Hat OpenShift Pipelines Operator.",
"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-2026:1049",
"url": "https://access.redhat.com/errata/RHSA-2026:1049"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines",
"url": "https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_1049.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Pipelines Release 1.21.0",
"tracking": {
"current_release_date": "2026-03-18T20:45:51+00:00",
"generator": {
"date": "2026-03-18T20:45:51+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2026:1049",
"initial_release_date": "2026-01-22T21:04:37+00:00",
"revision_history": [
{
"date": "2026-01-22T21:04:37+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-01-22T21:04:43+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T20:45:51+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Pipelines 1.21.0",
"product": {
"name": "Red Hat OpenShift Pipelines 1.21.0",
"product_id": "Red Hat OpenShift Pipelines 1.21.0",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_pipelines:1.21::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Pipelines"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:a5672822c8a59e50317d79a697d7e93c9fca27df13dcbd999c3c7a18475243a2_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:a5672822c8a59e50317d79a697d7e93c9fca27df13dcbd999c3c7a18475243a2_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:a5672822c8a59e50317d79a697d7e93c9fca27df13dcbd999c3c7a18475243a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-bundle@sha256%3Aa5672822c8a59e50317d79a697d7e93c9fca27df13dcbd999c3c7a18475243a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1769115266"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:055d60f1ce44fdab089475c7fcbadb2764fdb453c05bba7ec918af82e4a2c7c1_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:055d60f1ce44fdab089475c7fcbadb2764fdb453c05bba7ec918af82e4a2c7c1_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:055d60f1ce44fdab089475c7fcbadb2764fdb453c05bba7ec918af82e4a2c7c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-rhel9-operator@sha256%3A055d60f1ce44fdab089475c7fcbadb2764fdb453c05bba7ec918af82e4a2c7c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1769114738"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:65dda4d1773b5cbb5b192aea81186aacb8e200d5c033527fcc9b236125382df3_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:65dda4d1773b5cbb5b192aea81186aacb8e200d5c033527fcc9b236125382df3_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:65dda4d1773b5cbb5b192aea81186aacb8e200d5c033527fcc9b236125382df3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-proxy-rhel9@sha256%3A65dda4d1773b5cbb5b192aea81186aacb8e200d5c033527fcc9b236125382df3?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1769114727"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:b574aec30943382079ea6c60df7aacce77fe3caacf366a08fe2c37769061a1bd_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:b574aec30943382079ea6c60df7aacce77fe3caacf366a08fe2c37769061a1bd_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:b574aec30943382079ea6c60df7aacce77fe3caacf366a08fe2c37769061a1bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-webhook-rhel9@sha256%3Ab574aec30943382079ea6c60df7aacce77fe3caacf366a08fe2c37769061a1bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1769114612"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:bf1e73f5e9c64d63fa6c283617834f59d11c642ad92bf6ac08ebb0d4b0d2e089_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:bf1e73f5e9c64d63fa6c283617834f59d11c642ad92bf6ac08ebb0d4b0d2e089_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:bf1e73f5e9c64d63fa6c283617834f59d11c642ad92bf6ac08ebb0d4b0d2e089_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-rhel9-operator@sha256%3Abf1e73f5e9c64d63fa6c283617834f59d11c642ad92bf6ac08ebb0d4b0d2e089?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1769114738"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:15d40f853744265a1f4f64e29d1da73056d87033faa393f17e2da75d19265008_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:15d40f853744265a1f4f64e29d1da73056d87033faa393f17e2da75d19265008_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:15d40f853744265a1f4f64e29d1da73056d87033faa393f17e2da75d19265008_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-proxy-rhel9@sha256%3A15d40f853744265a1f4f64e29d1da73056d87033faa393f17e2da75d19265008?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1769114727"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:511e668c1ffc13395f57cd53983b4ba6d76a7e4004d8a845bb940d86d775ada6_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:511e668c1ffc13395f57cd53983b4ba6d76a7e4004d8a845bb940d86d775ada6_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:511e668c1ffc13395f57cd53983b4ba6d76a7e4004d8a845bb940d86d775ada6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-webhook-rhel9@sha256%3A511e668c1ffc13395f57cd53983b4ba6d76a7e4004d8a845bb940d86d775ada6?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1769114612"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:258f160b7fcb75aea2ebf51b9163c58eaad1dc0fbd9285a411564a5f93e8a190_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:258f160b7fcb75aea2ebf51b9163c58eaad1dc0fbd9285a411564a5f93e8a190_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:258f160b7fcb75aea2ebf51b9163c58eaad1dc0fbd9285a411564a5f93e8a190_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-rhel9-operator@sha256%3A258f160b7fcb75aea2ebf51b9163c58eaad1dc0fbd9285a411564a5f93e8a190?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1769114738"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:25aeacd4b3dc9fdc04f3d88b128658c8574798d125efff9496f7a936d85ceb04_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:25aeacd4b3dc9fdc04f3d88b128658c8574798d125efff9496f7a936d85ceb04_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:25aeacd4b3dc9fdc04f3d88b128658c8574798d125efff9496f7a936d85ceb04_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-proxy-rhel9@sha256%3A25aeacd4b3dc9fdc04f3d88b128658c8574798d125efff9496f7a936d85ceb04?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1769114727"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:190f972cbf4951f32ccc666075c0c64751a98b4ac95f7b5762b39605084f4938_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:190f972cbf4951f32ccc666075c0c64751a98b4ac95f7b5762b39605084f4938_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:190f972cbf4951f32ccc666075c0c64751a98b4ac95f7b5762b39605084f4938_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-webhook-rhel9@sha256%3A190f972cbf4951f32ccc666075c0c64751a98b4ac95f7b5762b39605084f4938?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1769114612"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:87ee30c0e63990331d779ff146fc811bd385f352c7c1d5b57d6d06fac2867f7b_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:87ee30c0e63990331d779ff146fc811bd385f352c7c1d5b57d6d06fac2867f7b_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:87ee30c0e63990331d779ff146fc811bd385f352c7c1d5b57d6d06fac2867f7b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-rhel9-operator@sha256%3A87ee30c0e63990331d779ff146fc811bd385f352c7c1d5b57d6d06fac2867f7b?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1769114738"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:e3475b5cd64b0a9e597f31fe7b6a7847b2bf924ce4feb123ebbf8e3424938f67_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:e3475b5cd64b0a9e597f31fe7b6a7847b2bf924ce4feb123ebbf8e3424938f67_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:e3475b5cd64b0a9e597f31fe7b6a7847b2bf924ce4feb123ebbf8e3424938f67_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-proxy-rhel9@sha256%3Ae3475b5cd64b0a9e597f31fe7b6a7847b2bf924ce4feb123ebbf8e3424938f67?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1769114727"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:81280d1b2568f74e265a8ab579581b44843e6841be4aa55562df84298cceda99_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:81280d1b2568f74e265a8ab579581b44843e6841be4aa55562df84298cceda99_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:81280d1b2568f74e265a8ab579581b44843e6841be4aa55562df84298cceda99_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-webhook-rhel9@sha256%3A81280d1b2568f74e265a8ab579581b44843e6841be4aa55562df84298cceda99?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1769114612"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:a5672822c8a59e50317d79a697d7e93c9fca27df13dcbd999c3c7a18475243a2_amd64 as a component of Red Hat OpenShift Pipelines 1.21.0",
"product_id": "Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:a5672822c8a59e50317d79a697d7e93c9fca27df13dcbd999c3c7a18475243a2_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:a5672822c8a59e50317d79a697d7e93c9fca27df13dcbd999c3c7a18475243a2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:15d40f853744265a1f4f64e29d1da73056d87033faa393f17e2da75d19265008_arm64 as a component of Red Hat OpenShift Pipelines 1.21.0",
"product_id": "Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:15d40f853744265a1f4f64e29d1da73056d87033faa393f17e2da75d19265008_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:15d40f853744265a1f4f64e29d1da73056d87033faa393f17e2da75d19265008_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:25aeacd4b3dc9fdc04f3d88b128658c8574798d125efff9496f7a936d85ceb04_ppc64le as a component of Red Hat OpenShift Pipelines 1.21.0",
"product_id": "Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:25aeacd4b3dc9fdc04f3d88b128658c8574798d125efff9496f7a936d85ceb04_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:25aeacd4b3dc9fdc04f3d88b128658c8574798d125efff9496f7a936d85ceb04_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:65dda4d1773b5cbb5b192aea81186aacb8e200d5c033527fcc9b236125382df3_amd64 as a component of Red Hat OpenShift Pipelines 1.21.0",
"product_id": "Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:65dda4d1773b5cbb5b192aea81186aacb8e200d5c033527fcc9b236125382df3_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:65dda4d1773b5cbb5b192aea81186aacb8e200d5c033527fcc9b236125382df3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:e3475b5cd64b0a9e597f31fe7b6a7847b2bf924ce4feb123ebbf8e3424938f67_s390x as a component of Red Hat OpenShift Pipelines 1.21.0",
"product_id": "Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:e3475b5cd64b0a9e597f31fe7b6a7847b2bf924ce4feb123ebbf8e3424938f67_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:e3475b5cd64b0a9e597f31fe7b6a7847b2bf924ce4feb123ebbf8e3424938f67_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:190f972cbf4951f32ccc666075c0c64751a98b4ac95f7b5762b39605084f4938_ppc64le as a component of Red Hat OpenShift Pipelines 1.21.0",
"product_id": "Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:190f972cbf4951f32ccc666075c0c64751a98b4ac95f7b5762b39605084f4938_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:190f972cbf4951f32ccc666075c0c64751a98b4ac95f7b5762b39605084f4938_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:511e668c1ffc13395f57cd53983b4ba6d76a7e4004d8a845bb940d86d775ada6_arm64 as a component of Red Hat OpenShift Pipelines 1.21.0",
"product_id": "Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:511e668c1ffc13395f57cd53983b4ba6d76a7e4004d8a845bb940d86d775ada6_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:511e668c1ffc13395f57cd53983b4ba6d76a7e4004d8a845bb940d86d775ada6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:81280d1b2568f74e265a8ab579581b44843e6841be4aa55562df84298cceda99_s390x as a component of Red Hat OpenShift Pipelines 1.21.0",
"product_id": "Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:81280d1b2568f74e265a8ab579581b44843e6841be4aa55562df84298cceda99_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:81280d1b2568f74e265a8ab579581b44843e6841be4aa55562df84298cceda99_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:b574aec30943382079ea6c60df7aacce77fe3caacf366a08fe2c37769061a1bd_amd64 as a component of Red Hat OpenShift Pipelines 1.21.0",
"product_id": "Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:b574aec30943382079ea6c60df7aacce77fe3caacf366a08fe2c37769061a1bd_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:b574aec30943382079ea6c60df7aacce77fe3caacf366a08fe2c37769061a1bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:055d60f1ce44fdab089475c7fcbadb2764fdb453c05bba7ec918af82e4a2c7c1_amd64 as a component of Red Hat OpenShift Pipelines 1.21.0",
"product_id": "Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:055d60f1ce44fdab089475c7fcbadb2764fdb453c05bba7ec918af82e4a2c7c1_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:055d60f1ce44fdab089475c7fcbadb2764fdb453c05bba7ec918af82e4a2c7c1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:258f160b7fcb75aea2ebf51b9163c58eaad1dc0fbd9285a411564a5f93e8a190_ppc64le as a component of Red Hat OpenShift Pipelines 1.21.0",
"product_id": "Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:258f160b7fcb75aea2ebf51b9163c58eaad1dc0fbd9285a411564a5f93e8a190_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:258f160b7fcb75aea2ebf51b9163c58eaad1dc0fbd9285a411564a5f93e8a190_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:87ee30c0e63990331d779ff146fc811bd385f352c7c1d5b57d6d06fac2867f7b_s390x as a component of Red Hat OpenShift Pipelines 1.21.0",
"product_id": "Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:87ee30c0e63990331d779ff146fc811bd385f352c7c1d5b57d6d06fac2867f7b_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:87ee30c0e63990331d779ff146fc811bd385f352c7c1d5b57d6d06fac2867f7b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:bf1e73f5e9c64d63fa6c283617834f59d11c642ad92bf6ac08ebb0d4b0d2e089_arm64 as a component of Red Hat OpenShift Pipelines 1.21.0",
"product_id": "Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:bf1e73f5e9c64d63fa6c283617834f59d11c642ad92bf6ac08ebb0d4b0d2e089_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:bf1e73f5e9c64d63fa6c283617834f59d11c642ad92bf6ac08ebb0d4b0d2e089_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:15d40f853744265a1f4f64e29d1da73056d87033faa393f17e2da75d19265008_arm64",
"Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:25aeacd4b3dc9fdc04f3d88b128658c8574798d125efff9496f7a936d85ceb04_ppc64le",
"Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:65dda4d1773b5cbb5b192aea81186aacb8e200d5c033527fcc9b236125382df3_amd64",
"Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:e3475b5cd64b0a9e597f31fe7b6a7847b2bf924ce4feb123ebbf8e3424938f67_s390x",
"Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:190f972cbf4951f32ccc666075c0c64751a98b4ac95f7b5762b39605084f4938_ppc64le",
"Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:511e668c1ffc13395f57cd53983b4ba6d76a7e4004d8a845bb940d86d775ada6_arm64",
"Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:81280d1b2568f74e265a8ab579581b44843e6841be4aa55562df84298cceda99_s390x",
"Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:b574aec30943382079ea6c60df7aacce77fe3caacf366a08fe2c37769061a1bd_amd64",
"Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:055d60f1ce44fdab089475c7fcbadb2764fdb453c05bba7ec918af82e4a2c7c1_amd64",
"Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:258f160b7fcb75aea2ebf51b9163c58eaad1dc0fbd9285a411564a5f93e8a190_ppc64le",
"Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:87ee30c0e63990331d779ff146fc811bd385f352c7c1d5b57d6d06fac2867f7b_s390x",
"Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:bf1e73f5e9c64d63fa6c283617834f59d11c642ad92bf6ac08ebb0d4b0d2e089_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:a5672822c8a59e50317d79a697d7e93c9fca27df13dcbd999c3c7a18475243a2_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:15d40f853744265a1f4f64e29d1da73056d87033faa393f17e2da75d19265008_arm64",
"Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:25aeacd4b3dc9fdc04f3d88b128658c8574798d125efff9496f7a936d85ceb04_ppc64le",
"Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:65dda4d1773b5cbb5b192aea81186aacb8e200d5c033527fcc9b236125382df3_amd64",
"Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:e3475b5cd64b0a9e597f31fe7b6a7847b2bf924ce4feb123ebbf8e3424938f67_s390x",
"Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:190f972cbf4951f32ccc666075c0c64751a98b4ac95f7b5762b39605084f4938_ppc64le",
"Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:511e668c1ffc13395f57cd53983b4ba6d76a7e4004d8a845bb940d86d775ada6_arm64",
"Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:81280d1b2568f74e265a8ab579581b44843e6841be4aa55562df84298cceda99_s390x",
"Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:b574aec30943382079ea6c60df7aacce77fe3caacf366a08fe2c37769061a1bd_amd64",
"Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:055d60f1ce44fdab089475c7fcbadb2764fdb453c05bba7ec918af82e4a2c7c1_amd64",
"Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:258f160b7fcb75aea2ebf51b9163c58eaad1dc0fbd9285a411564a5f93e8a190_ppc64le",
"Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:87ee30c0e63990331d779ff146fc811bd385f352c7c1d5b57d6d06fac2867f7b_s390x",
"Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:bf1e73f5e9c64d63fa6c283617834f59d11c642ad92bf6ac08ebb0d4b0d2e089_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-01-22T21:04:37+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:a5672822c8a59e50317d79a697d7e93c9fca27df13dcbd999c3c7a18475243a2_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:1049"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:a5672822c8a59e50317d79a697d7e93c9fca27df13dcbd999c3c7a18475243a2_amd64",
"Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:15d40f853744265a1f4f64e29d1da73056d87033faa393f17e2da75d19265008_arm64",
"Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:25aeacd4b3dc9fdc04f3d88b128658c8574798d125efff9496f7a936d85ceb04_ppc64le",
"Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:65dda4d1773b5cbb5b192aea81186aacb8e200d5c033527fcc9b236125382df3_amd64",
"Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel9@sha256:e3475b5cd64b0a9e597f31fe7b6a7847b2bf924ce4feb123ebbf8e3424938f67_s390x",
"Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:190f972cbf4951f32ccc666075c0c64751a98b4ac95f7b5762b39605084f4938_ppc64le",
"Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:511e668c1ffc13395f57cd53983b4ba6d76a7e4004d8a845bb940d86d775ada6_arm64",
"Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:81280d1b2568f74e265a8ab579581b44843e6841be4aa55562df84298cceda99_s390x",
"Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel9@sha256:b574aec30943382079ea6c60df7aacce77fe3caacf366a08fe2c37769061a1bd_amd64",
"Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:055d60f1ce44fdab089475c7fcbadb2764fdb453c05bba7ec918af82e4a2c7c1_amd64",
"Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:258f160b7fcb75aea2ebf51b9163c58eaad1dc0fbd9285a411564a5f93e8a190_ppc64le",
"Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:87ee30c0e63990331d779ff146fc811bd385f352c7c1d5b57d6d06fac2867f7b_s390x",
"Red Hat OpenShift Pipelines 1.21.0:registry.redhat.io/openshift-pipelines/pipelines-rhel9-operator@sha256:bf1e73f5e9c64d63fa6c283617834f59d11c642ad92bf6ac08ebb0d4b0d2e089_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
}
]
}
RHSA-2026:3712
Vulnerability from csaf_redhat - Published: 2026-03-04 07:12 - Updated: 2026-03-18 20:46Notes
{
"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": "The 1.15.4 GA release of Red Hat OpenShift Pipelines Operator..\nFor more details see [product documentation](https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines).",
"title": "Topic"
},
{
"category": "general",
"text": "The 1.15.4 release of Red Hat OpenShift Pipelines Operator.",
"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-2026:3712",
"url": "https://access.redhat.com/errata/RHSA-2026:3712"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-37890",
"url": "https://access.redhat.com/security/cve/CVE-2024-37890"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-12816",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-13465",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-15284",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-6545",
"url": "https://access.redhat.com/security/cve/CVE-2025-6545"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-6547",
"url": "https://access.redhat.com/security/cve/CVE-2025-6547"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66031",
"url": "https://access.redhat.com/security/cve/CVE-2025-66031"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66564",
"url": "https://access.redhat.com/security/cve/CVE-2025-66564"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9287",
"url": "https://access.redhat.com/security/cve/CVE-2025-9287"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-9288",
"url": "https://access.redhat.com/security/cve/CVE-2025-9288"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines",
"url": "https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_3712.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Pipelines Release 1.15.4",
"tracking": {
"current_release_date": "2026-03-18T20:46:40+00:00",
"generator": {
"date": "2026-03-18T20:46:40+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2026:3712",
"initial_release_date": "2026-03-04T07:12:04+00:00",
"revision_history": [
{
"date": "2026-03-04T07:12:04+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-04T09:09:53+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T20:46:40+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Pipelines 1.15",
"product": {
"name": "Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_pipelines:1.15::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Pipelines"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-console-plugin-rhel8@sha256%3Ab7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772110573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-controller-rhel8@sha256%3Ad2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964902"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-webhook-rhel8@sha256%3A065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-cli-rhel8@sha256%3Ac7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093708"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-controller-rhel8@sha256%3A25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093710"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-watcher-rhel8@sha256%3A0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-webhook-rhel8@sha256%3Abba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-chains-controller-rhel8@sha256%3A0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-git-init-rhel8@sha256%3A3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772123833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-api-rhel8@sha256%3Adbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771425314"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-db-migration-rhel8@sha256%3Acf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964224"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-ui-rhel8@sha256%3Ad356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772036471"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-controller-rhel8@sha256%3A5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964207"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-entrypoint-rhel8@sha256%3A9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-events-rhel8@sha256%3A0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-nop-rhel8@sha256%3A9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771510606"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-resolvers-rhel8@sha256%3A37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-sidecarlogresults-rhel8@sha256%3Aca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-webhook-rhel8@sha256%3A7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-workingdirinit-rhel8@sha256%3Ad4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964021"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-api-rhel8@sha256%3A025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-watcher-rhel8@sha256%3Abc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-controller-rhel8@sha256%3A3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-core-interceptors-rhel8@sha256%3A0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-eventlistenersink-rhel8@sha256%3Aa0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964246"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-webhook-rhel8@sha256%3A2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964165"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-console-plugin-rhel8@sha256%3A494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772110573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-controller-rhel8@sha256%3Aab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964902"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-webhook-rhel8@sha256%3A5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-cli-rhel8@sha256%3A46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093708"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-controller-rhel8@sha256%3A0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093710"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-watcher-rhel8@sha256%3A3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-webhook-rhel8@sha256%3A540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-chains-controller-rhel8@sha256%3A416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-git-init-rhel8@sha256%3Aa77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772123833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-api-rhel8@sha256%3Afbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771425314"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-db-migration-rhel8@sha256%3Afdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964224"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-ui-rhel8@sha256%3A56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772036471"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-controller-rhel8@sha256%3A35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964207"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-entrypoint-rhel8@sha256%3Ab2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-events-rhel8@sha256%3A001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-nop-rhel8@sha256%3Ab767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771510606"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-resolvers-rhel8@sha256%3A7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-sidecarlogresults-rhel8@sha256%3A608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-webhook-rhel8@sha256%3A4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-workingdirinit-rhel8@sha256%3A578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964021"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-api-rhel8@sha256%3Aeae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-watcher-rhel8@sha256%3A8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-controller-rhel8@sha256%3A36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-core-interceptors-rhel8@sha256%3A7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-eventlistenersink-rhel8@sha256%3A6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964246"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-webhook-rhel8@sha256%3A5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964165"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-console-plugin-rhel8@sha256%3Ad52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772110573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-controller-rhel8@sha256%3A7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964902"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-webhook-rhel8@sha256%3A14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-cli-rhel8@sha256%3A4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093708"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-controller-rhel8@sha256%3A375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093710"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-watcher-rhel8@sha256%3A8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-webhook-rhel8@sha256%3Af2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-chains-controller-rhel8@sha256%3Ad71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-git-init-rhel8@sha256%3Ac8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772123833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-api-rhel8@sha256%3A1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771425314"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-db-migration-rhel8@sha256%3A0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964224"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-ui-rhel8@sha256%3A50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772036471"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-controller-rhel8@sha256%3A71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964207"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-entrypoint-rhel8@sha256%3Ab894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-events-rhel8@sha256%3A03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-nop-rhel8@sha256%3A72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771510606"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-resolvers-rhel8@sha256%3Aac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-sidecarlogresults-rhel8@sha256%3A2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-webhook-rhel8@sha256%3A6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-workingdirinit-rhel8@sha256%3A3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964021"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-api-rhel8@sha256%3A534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-watcher-rhel8@sha256%3A1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-controller-rhel8@sha256%3A012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-core-interceptors-rhel8@sha256%3A26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-eventlistenersink-rhel8@sha256%3A25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964246"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-webhook-rhel8@sha256%3A8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964165"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-console-plugin-rhel8@sha256%3Aabca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772110573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-controller-rhel8@sha256%3A23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964902"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-manual-approval-gate-webhook-rhel8@sha256%3A1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-cli-rhel8@sha256%3A607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093708"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-controller-rhel8@sha256%3A739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093710"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-watcher-rhel8@sha256%3A8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-pipelines-as-code-webhook-rhel8@sha256%3A5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-chains-controller-rhel8@sha256%3A5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772093872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-git-init-rhel8@sha256%3A6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772123833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-api-rhel8@sha256%3A525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771425314"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-db-migration-rhel8@sha256%3Aea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964224"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-hub-ui-rhel8@sha256%3A0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772036471"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-controller-rhel8@sha256%3Ab33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964207"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-entrypoint-rhel8@sha256%3Af532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-events-rhel8@sha256%3A898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-nop-rhel8@sha256%3Adfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771510606"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-resolvers-rhel8@sha256%3A7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-sidecarlogresults-rhel8@sha256%3Afed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-webhook-rhel8@sha256%3A3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-workingdirinit-rhel8@sha256%3Afbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964021"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-api-rhel8@sha256%3Acea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-results-watcher-rhel8@sha256%3A26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-controller-rhel8@sha256%3A79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-core-interceptors-rhel8@sha256%3A142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-eventlistenersink-rhel8@sha256%3Ae6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964246"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-triggers-webhook-rhel8@sha256%3A18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771964165"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64 as a component of Red Hat OpenShift Pipelines 1.15",
"product_id": "Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.15"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-37890",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2024-06-17T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2292777"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Node.js WebSocket library (ws). A request with several headers exceeding the \u0027server.maxHeadersCount\u0027 threshold could be used to crash a ws server, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nodejs-ws: denial of service when handling a request with many HTTP headers",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-37890"
},
{
"category": "external",
"summary": "RHBZ#2292777",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2292777"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-37890",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37890"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-37890",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-37890"
},
{
"category": "external",
"summary": "https://github.com/websockets/ws/security/advisories/GHSA-3h5v-q93c-6h6q",
"url": "https://github.com/websockets/ws/security/advisories/GHSA-3h5v-q93c-6h6q"
}
],
"release_date": "2024-06-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:12:04+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3712"
},
{
"category": "workaround",
"details": "The issue can be mitigated by reducing the maximum allowed length of the request headers using the --max-http-header-size=size or the maxHeaderSize options so that no more headers than the server.maxHeadersCount limit can be sent. The issue can be mitigated also by seting server.maxHeadersCount to 0.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nodejs-ws: denial of service when handling a request with many HTTP headers"
},
{
"cve": "CVE-2025-6545",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2025-06-23T19:00:51.575615+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2374370"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the npm pbkdf2 library, allowing signature spoofing. When executing in javascript engines other than Nodejs or Nodejs when importing pbkdf2/browser, certain algorithms will silently fail and return invalid data. The return values are predictable, which undermines the security guarantees of the package.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pbkdf2: pbkdf2 silently returns predictable key material",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is rated important because it causes the pbkdf2 module to quietly return weak or zero-filled keys when certain algorithm names are used incorrectly in browsers or bundled code, this causes the function to silently return a predictable value (such as a zero-filled buffer or uninitialized memory) instead of a securely derived key, completely undermining the confidentiality and integrity of any cryptographic operation where attackers could guess or reuse these keys to access or change protected data.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6545"
},
{
"category": "external",
"summary": "RHBZ#2374370",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2374370"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6545",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6545"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6545",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6545"
},
{
"category": "external",
"summary": "https://github.com/browserify/pbkdf2/commit/9699045c37a07f8319cfb8d44e2ff4252d7a7078",
"url": "https://github.com/browserify/pbkdf2/commit/9699045c37a07f8319cfb8d44e2ff4252d7a7078"
},
{
"category": "external",
"summary": "https://github.com/browserify/pbkdf2/commit/e3102a8cd4830a3ac85cd0dd011cc002fdde33bb",
"url": "https://github.com/browserify/pbkdf2/commit/e3102a8cd4830a3ac85cd0dd011cc002fdde33bb"
},
{
"category": "external",
"summary": "https://github.com/browserify/pbkdf2/security/advisories/GHSA-h7cp-r72f-jxh6",
"url": "https://github.com/browserify/pbkdf2/security/advisories/GHSA-h7cp-r72f-jxh6"
}
],
"release_date": "2025-06-23T18:41:18.771000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:12:04+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3712"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pbkdf2: pbkdf2 silently returns predictable key material"
},
{
"cve": "CVE-2025-6547",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2025-06-23T20:01:13.559691+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2374378"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the npm pbkdf2 library, allowing signature spoofing. Under specific use cases, pbkdf2 may return static keys. This issue only occurs when running the library on Node.js.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pbkdf2: pbkdf2 silently returns static keys",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important severity because a logic flaw was found in the npm pbkdf2 library where the vulnerability, located in the toBuffer method, causes password and salt inputs provided as Uint8Array objects to be silently ignored. This results in the function returning a static, predictable key derived from empty inputs, completely undermining the security guarantees of any feature that relies on the generated key, this allows an attacker to forge signatures, leading to a complete compromise of the application\u0027s data confidentiality, integrity, and availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6547"
},
{
"category": "external",
"summary": "RHBZ#2374378",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2374378"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6547",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6547"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6547",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6547"
},
{
"category": "external",
"summary": "https://github.com/browserify/pbkdf2/commit/e3102a8cd4830a3ac85cd0dd011cc002fdde33bb",
"url": "https://github.com/browserify/pbkdf2/commit/e3102a8cd4830a3ac85cd0dd011cc002fdde33bb"
},
{
"category": "external",
"summary": "https://github.com/browserify/pbkdf2/security/advisories/GHSA-v62p-rq8g-8h59",
"url": "https://github.com/browserify/pbkdf2/security/advisories/GHSA-v62p-rq8g-8h59"
}
],
"release_date": "2025-06-23T19:00:45.472000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:12:04+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3712"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pbkdf2: pbkdf2 silently returns static keys"
},
{
"cve": "CVE-2025-9287",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2025-08-20T22:00:53.821394+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2389932"
}
],
"notes": [
{
"category": "description",
"text": "An improper input validation vulnerability was found in the cipher-base npm package. Missing input type checks in the polyfill of the Node.js `createHash` function result in invalid\u00a0value calculations,\u00a0hanging and\u00a0rewinding the\u00a0hash state, including\u00a0turning a tagged hash\u00a0into an untagged\u00a0hash, for malicious JSON-stringifyable\u00a0inputs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cipher-base: Cipher-base hash manipulation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9287"
},
{
"category": "external",
"summary": "RHBZ#2389932",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2389932"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9287"
},
{
"category": "external",
"summary": "https://github.com/browserify/cipher-base/pull/23",
"url": "https://github.com/browserify/cipher-base/pull/23"
},
{
"category": "external",
"summary": "https://github.com/browserify/cipher-base/security/advisories/GHSA-cpq7-6gpm-g9rc",
"url": "https://github.com/browserify/cipher-base/security/advisories/GHSA-cpq7-6gpm-g9rc"
}
],
"release_date": "2025-08-20T21:43:56.548000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:12:04+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3712"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cipher-base: Cipher-base hash manipulation"
},
{
"cve": "CVE-2025-9288",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2025-08-20T23:00:56.263191+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2389980"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in sha.js, where the hashing implementation does not perform sufficient input type validation. The .update() function accepts arbitrary objects, including those with crafted length properties, which can alter the internal state machine of the hashing process. This flaw may result in unexpected behavior such as rewinding the hash state, producing inconsistent digest outputs, or entering invalid processing loops. The issue was introduced due to the reliance on JavaScript object coercion rules rather than enforcing strict buffer or string inputs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "sha.js: Missing type checks leading to hash rewind and passing on crafted data",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important rather then Critical because while the lack of input type checks in sha.js allows for hash state rewinding, crafted collisions, and potential denial of service, the vulnerability requires highly specific crafted input objects that are unlikely to occur in typical real-world usage, especially since most applications pass well-formed strings or buffers to hashing functions. Moreover, the cryptographic breakages described, such as nonce reuse leading to private key extraction, are indirect and depend on downstream libraries misusing sha.js for sensitive operations without additional validation layers. As a result, the flaw significantly undermines correctness and robustness of the hashing API, but its exploitability in common production systems is constrained, which could justify viewing it as an Important vulnerability rather than a Critical one.\n\n\nThe flaw requires applications to pass attacker-controlled, non-standard JavaScript objects into hash.update(). Most real-world Node.js applications and libraries already use Buffer, TypedArray, or String inputs, which are unaffected. Furthermore, Node\u2019s built-in crypto module, which is widely adopted, enforces stricter type-checking and is not impacted. As a result, the vulnerability mainly threatens projects that (a) directly depend on sha.js for cryptographically sensitive operations, and (b) hash untrusted input without type validation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-9288"
},
{
"category": "external",
"summary": "RHBZ#2389980",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2389980"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9288"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-9288",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-9288"
},
{
"category": "external",
"summary": "https://github.com/browserify/sha.js/pull/78",
"url": "https://github.com/browserify/sha.js/pull/78"
},
{
"category": "external",
"summary": "https://github.com/browserify/sha.js/security/advisories/GHSA-95m3-7q98-8xr5",
"url": "https://github.com/browserify/sha.js/security/advisories/GHSA-95m3-7q98-8xr5"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9287"
}
],
"release_date": "2025-08-20T21:59:44.728000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:12:04+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3712"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "sha.js: Missing type checks leading to hash rewind and passing on crafted data"
},
{
"cve": "CVE-2025-12816",
"cwe": {
"id": "CWE-179",
"name": "Incorrect Behavior Order: Early Validation"
},
"discovery_date": "2025-11-25T20:01:05.875196+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417097"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-forge. This vulnerability allows unauthenticated attackers to bypass downstream cryptographic verifications and security decisions via crafting ASN.1 (Abstract Syntax Notation One) structures to desynchronize schema validations, yielding a semantic divergence.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products due to an interpretation conflict in the node-forge library. An unauthenticated attacker could exploit this flaw by crafting malicious ASN.1 structures, leading to a bypass of cryptographic verifications and security decisions in affected applications. This impacts various Red Hat products that utilize node-forge for cryptographic operations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "RHBZ#2417097",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417097"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-12816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12816"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge",
"url": "https://github.com/digitalbazaar/forge"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/pull/1124",
"url": "https://github.com/digitalbazaar/forge/pull/1124"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq"
},
{
"category": "external",
"summary": "https://kb.cert.org/vuls/id/521113",
"url": "https://kb.cert.org/vuls/id/521113"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/node-forge",
"url": "https://www.npmjs.com/package/node-forge"
}
],
"release_date": "2025-11-25T19:15:50.243000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:12:04+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3712"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications"
},
{
"cve": "CVE-2025-13465",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2026-01-21T20:01:28.774829+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431740"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: prototype pollution in _.unset and _.omit functions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is only exploitable by applications using the _.unset and _.omit functions on an object and allowing user input to determine the path of the property to be removed. This issue only allows the deletion of properties but does not allow overwriting their behavior, limiting the impact to a denial of service. Due to this reason, this vulnerability has been rated with an important severity.\n\nIn Grafana, JavaScript code runs only in the browser, while the server side is all Golang. Therefore, the worst-case scenario is a loss of functionality in the client application inside the browser. To reflect this, the CVSS availability metric and the severity of the Grafana and the Grafana-PCP component have been updated to low and moderate, respectively.\n\nThe lodash dependency is bundled and used by the pcs-web-ui component of the PCS package. In Red Hat Enterprise Linux 8.10, the pcs-web-ui component is no longer included in the PCS package. As a result, RHEL 8.10 does not ship the vulnerable lodash component within PCS and is therefore not-affected by this CVE.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "RHBZ#2431740",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431740"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg",
"url": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg"
}
],
"release_date": "2026-01-21T19:05:28.846000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:12:04+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3712"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement strict input validation before passing any property paths to the _.unset and _.omit functions to block attempts to access the prototype chain. Ensure that strings like __proto__, constructor and prototype are blocked, for example.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: prototype pollution in _.unset and _.omit functions"
},
{
"cve": "CVE-2025-15284",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-29T23:00:58.541337+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425946"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in qs, a module used for parsing query strings. A remote attacker can exploit an improper input validation vulnerability by sending specially crafted HTTP requests that use bracket notation (e.g., `a[]=value`). This bypasses the `arrayLimit` option, which is designed to limit the size of parsed arrays and prevent resource exhaustion. Successful exploitation can lead to memory exhaustion, causing a Denial of Service (DoS) where the application crashes or becomes unresponsive, making the service unavailable to users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "qs: qs: Denial of Service via improper input validation in array parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products that utilize the `qs` module for parsing query strings, particularly when processing user-controlled input with bracket notation. The `arrayLimit` option, intended to prevent resource exhaustion, is bypassed when bracket notation (`a[]=value`) is used, allowing a remote attacker to cause a denial of service through memory exhaustion. This can lead to application crashes or unresponsiveness, making the service unavailable.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "RHBZ#2425946",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425946"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15284"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9",
"url": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p",
"url": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p"
}
],
"release_date": "2025-12-29T22:56:45.240000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:12:04+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3712"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "qs: qs: Denial of Service via improper input validation in array parsing"
},
{
"cve": "CVE-2025-66031",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2025-11-26T23:01:36.363253+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417397"
}
],
"notes": [
{
"category": "description",
"text": "An ASN.1 Denial of Service (Dos) vulnerability exists in the node-forge asn1.fromDer function within forge/lib/asn1.js. The ASN.1 DER parser implementation (_fromDer) recurses for every constructed ASN.1 value (SEQUENCE, SET, etc.) and lacks a guard limiting recursion depth. An attacker can craft a small DER blob containing a very large nesting depth of constructed TLVs which causes the Node.js V8 engine to exhaust its call stack and throw RangeError: Maximum call stack size exceeded, crashing or incapacitating the process handling the parse. This is a remote, low-cost Denial-of-Service against applications that parse untrusted ASN.1 objects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: node-forge ASN.1 Unbounded Recursion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66031"
},
{
"category": "external",
"summary": "RHBZ#2417397",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417397"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66031"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66031",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66031"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/commit/260425c6167a38aae038697132483b5517b26451",
"url": "https://github.com/digitalbazaar/forge/commit/260425c6167a38aae038697132483b5517b26451"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-554w-wpv2-vw27",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-554w-wpv2-vw27"
}
],
"release_date": "2025-11-26T22:23:26.013000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:12:04+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3712"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "node-forge: node-forge ASN.1 Unbounded Recursion"
},
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:12:04+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3712"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
},
{
"cve": "CVE-2025-66564",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:11.786030+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419054"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Sigstore Timestamp Authority. This vulnerability allows a denial of service via excessive memory allocation when processing a specially crafted Object Identifier or Content-Type header.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/timestamp-authority: Sigstore Timestamp Authority: Denial of Service via excessive OID or Content-Type header parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products. The Sigstore Timestamp Authority, a service for issuing RFC 3161 timestamps, is prone to excessive memory allocation. This occurs when processing untrusted OID payloads with many period characters or malformed Content-Type headers. An unauthenticated attacker could exploit this flaw to trigger a denial of service in affected Red Hat products that utilize this component.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66564"
},
{
"category": "external",
"summary": "RHBZ#2419054",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419054"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66564",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66564"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66564",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66564"
},
{
"category": "external",
"summary": "https://github.com/sigstore/timestamp-authority/commit/0cae34e197d685a14904e0bad135b89d13b69421",
"url": "https://github.com/sigstore/timestamp-authority/commit/0cae34e197d685a14904e0bad135b89d13b69421"
},
{
"category": "external",
"summary": "https://github.com/sigstore/timestamp-authority/security/advisories/GHSA-4qg8-fj49-pxjh",
"url": "https://github.com/sigstore/timestamp-authority/security/advisories/GHSA-4qg8-fj49-pxjh"
}
],
"release_date": "2025-12-04T22:37:13.307000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:12:04+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3712"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:0cb744cb7946d857a2cffec641fcbc994e77ddc8d4a5b14c17a28621f4a0a4a9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:416c99f02abb6274fc87b2599e96b90e74e7a94c28806629c2b98fb2dc7e2afc_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:5c78dfe2380653f0167358565c8b7cab1010321a4eda27ec931715805ab2c256_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-chains-controller-rhel8@sha256:d71dc72648f45660ae1fd98acac0f1876540cac853f5c097ab85c3a5f2c2084f_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:494857108f0b09c8b8985062cc11b9879d126b207fcd72f6abb64ded3d8d1793_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:abca24c41cb24749e70a90aac93354d1924785e3eaf92a55b6906690861bac49_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:b7b03dd023aafe65290969336bcf9e0b7a241c3510dcb3d26519581ba4eed719_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-console-plugin-rhel8@sha256:d52e4a16b2908e99f1e69a1e2ee9233a231fd28c70916ed06c9cd8560478340c_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:35c7d22ab878030711c1ec9d340f25f78257ca3eabdcb5db23db90e80d55e8f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5345cdb7e11186fda1577345f0e426946a5ee9e6bbe6486845511f03114dbe52_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:71d7e93eb9e845a429a7e68801ce7675ffdeebb730c236a8b6c3d59767d8e5d8_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:b33b33412464a6d0bf510e6dd2dc7df8b4ced9a5c08a14d8522db6c8457d1a36_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:9209e159bb11236b49511ed3a59c7f687d06a9f82a02497a637d765cc14ea0c3_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b2c21a004712bd198698ea75793e57abbe1665e17479e34d0b5e8c81d60b967d_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:b894d94d3e18dc2f4f71f4e791e25da158397264b49ac82f4780ac3322e66200_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-entrypoint-rhel8@sha256:f532249811710dde78cab85e31f99bfebb5ee161167f8116ea00297ac343eefd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:001e28b882e81e4d424b2e1a39933211f15e68048406a6432e6ec59e4b96cc2c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:03dc5eb942a8fb202d8d6492764d5d27dcc326b556bb068070c10b00a3a9d277_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:0e59fd179abc02c54784b3293bc3d21087bd0ec135c691c5523879149da33a5a_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-events-rhel8@sha256:898085897ff200fdba4d6c14b59548c7fe53164a8c2649e2263a69116737edbf_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:3479cbadb4aa7bab5cc56115d7efe4e406d60010e28561857804926c3fbac9cc_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:6067cedcfde517cc751e14030c620126ea6facf50a4ff16374ca8ebe7bfcbe8b_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:a77292658b1ef1e2922f2b7c904ff73c8911bb84f130953897c3a66aec8560da_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-git-init-rhel8@sha256:c8aaf02aede730dacca2eed8bb32044f39b74d3ee3fd619a0fa2af864d874fa6_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:1066cf4185e3cd917c05e6d6759fb0a69428c4b43398df10dff8abe523761c09_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:525bbd7fe14ba88b4d9be13c5857e477e3a8daac1185a146707ebb8ef8e81acd_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:dbb678695a4bd07c27a14fec9b70359929bf0d4d33d9ce2d70d1b5157e5026c1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-api-rhel8@sha256:fbddec04429c15c833b7631fe3d7c783d33520f30f6d5c8aef2e66b7634873b8_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:0a12cf22aa798dbc3661f7e83aa9c280fe394de5b0ecc6ed7c93be1df539fce9_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:cf30088c2a33f0717657b0ac7c2df1544cb02a39e235011c9d21c658222ef39e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:ea7aae64763683de9e3fcbda5d6865c975a561b8c6b4299be9dd34088bc5e684_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-db-migration-rhel8@sha256:fdd2f4bffececf03b6566cf573fdf6224495d79a75ad1031219fad9902d7a3f1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:0dee713a14ab49d93b52b280d4ca3c6fc1c5f604087c81b755a6715330c91ea7_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:50133b51c695735e5f1fdb54d5423331091c1d113b0747d9565a42839d7510bc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:56bf189b754dee71d8b4ce9e44389b4ca0762e5f633e728210825472f4c8f3f6_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-hub-ui-rhel8@sha256:d356f3a86b2d3054a9f9c6e36bd488c8eaaef4af199e6a8188f8b50921698d25_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:23a535f97d17329cf2a1cc9dde90d4d9e2f3f5d979539a8ef5982e1f6693b144_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:7b61bda6116f3f1e93c856543ade553b0a1e4353542f5147da6929a5a8adbac3_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:ab98453c7e13ef2a9429531a1b1635e814df4784599be5c79848fcc849d05136_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-controller-rhel8@sha256:d2993b1a28d230faf64f020c8e8248e06fabf5cd225189b8218a71b2f40e6a9b_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:065def0cfd1e282fd57faedff24873ddb4057afd42d4abc887859c6b8cf8c901_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:14e1402c0d2f4d449146471fff84f6548affdbcd81d1864bce0d29c29ccb15bd_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:1709fbbd4a92d49d492e6bc977f2c32efe4559bde59668e818be70d38acdf757_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-manual-approval-gate-webhook-rhel8@sha256:5f9e44c7e682756007cc7bc493511c4a44536a04271ec1984f5a3ece7f1a8a49_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:72978ab3728ae29e51b68affb9e0b9a501bc69653c392783cb9ea121c8971661_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:9a0cf80bdfe89d4c472dc555f314d0bd5c4763bc637d45ddd89b8bb78236a44f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:b767a9acd7013d08b744b8155cecbe219bfd7a416a3f1ac3a129d67ab062741a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-nop-rhel8@sha256:dfb1b5680a223da82b0b2dada35342525a88a925f4d22b8168c7edcf2b93049c_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:46612f85239df62f6c6d3684367e34a06ddf3982754d5d130b5c0d77f587deea_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:4c111f708f6ae46c74f7ecae415b9b12e1cbb0380f97c4bee6f98ce32de0ef18_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:607ba1de03fdda867014d183a7f54745c6d687441d7e230cbe45d9234c623ed2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-cli-rhel8@sha256:c7633b12a75e2a382fb3104a6fcc03227dcc980d2d764f828c75b48ccf73bbab_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:0a2fbc739785a2cc2ad17b79e360788216b2a87422e7d1512ea59a8672557a3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:25c1f3d9abd1e123e2a11e5349c0b59eb24238a10dc16e01e59976d061ea7af7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:375388a1122a4bc5ffe695d4f8c69c9cf0c1d65ba89e92a6caeb68be40fbbbdc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-controller-rhel8@sha256:739b8da7ebcad332129f65fee9e17f2b29370b1f68c030e3751d2f37ed4f9326_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:0d2a673d31a7b920fce466a25fa1968c57fe95d1c8c5bd2759f5de611d000b5f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:3542aba4cb22ce189574cf439a9dc758678e6272b83d8ff6089f1815284c576b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8c97cb0a4a88a1ddb7a6e7650100e958464b526d7c1454c306c7326f75ca0ab1_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel8@sha256:8ce8fce1d1e1acd9fb44dc4d5797e57fe8e349624f6c7b1351757d7d6143b679_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:540dd3000891505e605b3f269f99da6c53d1e452cf35bb7a1918bb8ce190772b_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:5f0ff9a2dfa1468eff57b5e44d971056d06e6c5a2672e14717686b3eba17a341_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:bba628b46144f5d52f4a6e303d1b90c9a7f4a0a7b3f0c13839f9f795da874254_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-pipelines-as-code-webhook-rhel8@sha256:f2ee01a1a497bd505ca1289290c0a07eda82901e698079fe1bc6557519d4ee99_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:37002485d6cf0f0ce261894d23db0bf94291fa7a121a154d15e5e4dcde20961f_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7561c3f65b9ea5268ed46b35f821c319abb1b4cb0894885a5a205cb920842b50_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:7f56583cad2cef40a2be5f4e96a62fcc155c8818fdc7d786400fadb60c85e631_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:ac72ab75d693dd84576e61df319e891b3de889f4e347c9c5b6597ccbd529ae0d_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:025fa4d5b4ca78c69f85c8836f9e585f71c2e48466ff7f38fab36dc66f65880e_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:534369ccbc380afa8482d089c9806484843122f9f3ece03d468604ef2de1daff_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:cea3159fd16b609ef54d99bf435f72c142f0f7ecbbe3c3eaa9dd2035267395d2_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-api-rhel8@sha256:eae22f08294cb4179c659fca1effea2fc9f270a3059ddd32cf5a9ba1aaf8d2d1_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:1873003c677cb43b754c22493f9ecd91fa61eced098816823b7bceaf2051113a_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:26e9f9232764f62c9c8ec24c3f7938fdaa362f4f10b6c71c894b1cea92f55404_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:8969e863a2ac74d0ab37812bd0aa5d86f261b97d0c2fecd0f35d2343c2f5bd67_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-results-watcher-rhel8@sha256:bc98620c8b16b39d796d81f25bd30ff227f2f2e723536bf28d55bdc76e9ac1ad_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:2f5cd53d974785de7aa44cb7ff7340e08c44a98eac5b3b60a9eb4535e63e62f7_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:608f3eb154f67488869fceeee31df1bcf596385c41d03c7390364153bac6b8b2_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:ca0bcdf562b50a8d2d665172658de8f444dab6fb4ca39ce49abb253e05aa8c7c_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-sidecarlogresults-rhel8@sha256:fed536fdc9330d719dda8baef65c856e9c301e86363b767a52f78fea8336103e_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:012597e8046bf9f3e53d6f3c9543405e77ad5fd8f44964bc669cdf9581726170_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:36959d582ce1a74d7bf594b8e1b84edfa14233ddc2a2b22fcb66c0a0335a7bd3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:3888fb9d6780e137b4545e8830f45383e68ca84a42394749b64e391d535172e7_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-controller-rhel8@sha256:79af298015635f2bde40b74943cc5aa201d8bef1cb1d333938816757328609e6_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:0d45b4a62b0fc7e101f68e94d6f1b18bc1a2770cccfebc27380d1bbcafbabb49_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:142369000580845dc3a0da67cf4de781dd2ad1ccaa6acf234d7650424e95bf09_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:26d9157c1a6c7d0cfcde263a0a17b15cca996b2b79c6cf0168a16304068c6abc_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-core-interceptors-rhel8@sha256:7a4aa11a1273f668d89230adaa720b4e1fcea0cbaa57c63fa01a2cf6867d981c_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:25f485a1b1e0c5015304744148e7a3fbb6728fe90f389e5d507b2d36917efdf5_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:6f30b86646ff8d94ba28949bdf826d751fba38c824a3acabb1480896f41d411a_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:a0663bcada815073c34ec07a99cd53242db85e933912c48b5ed25892ccfa4eb1_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-eventlistenersink-rhel8@sha256:e6213a9e4243024eb73cef85526dbc294920f0e7c35b031d4b46bc5a5072af23_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:18c0e9a76603a5312f3c7e2b9d468fe5a6d1e3f3f3b41c5ddcad952f6a49e528_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:2723ec216e5ead0550a5dece8b4ef76abade44503ff67da9becdb59ee6a74b64_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:5f68ba66d17d612702cc47916df916b751c3b8d71faa094f1a174cb4338c3d68_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-triggers-webhook-rhel8@sha256:8d927c5044b9df81791f00774e7831f0a4d5a458f7a335f8bf925696b5479548_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3d6ba54c22f00a6eefdb5a920e9f2a377cd25f46ac0ce43fbbd207f9bddf87af_amd64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:4f9a87bf93808a7c27c0bcd5387527fd9261f4c666da11e4f5ba8f831028fc3e_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:6ecd313eff04d48c873fa3b4b3a0e1bc94e1e715ab5919e33718a06a2b561851_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:7efeac843ef6910c061c535e290dc43a8fca0522e1897845237bff9df7706da9_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:3e51c0031aaefd0b1ae80908c887075c82888f29552a4b71a3de6148ed6a7fb4_s390x",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:578c9afda064065cc2f4e18b59dbb92cf78015654573de80a72bc4e56fc0d1f3_ppc64le",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:d4fa2a61f381b3f00b9fb76cb1d019b28a2413a936f9b5a786d1d98e8a8361a0_arm64",
"Red Hat OpenShift Pipelines 1.15:registry.redhat.io/openshift-pipelines/pipelines-workingdirinit-rhel8@sha256:fbbf6924f67a455359ccd4e884e1608fb20475850e874874d158f5f2e01425c8_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/timestamp-authority: Sigstore Timestamp Authority: Denial of Service via excessive OID or Content-Type header parsing"
}
]
}
RHSA-2026:4215
Vulnerability from csaf_redhat - Published: 2026-03-10 15:34 - Updated: 2026-03-18 21:17Notes
{
"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 Quay 3.14.6 is now available with bug fixes.",
"title": "Topic"
},
{
"category": "general",
"text": "Quay 3.14.6",
"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-2026:4215",
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47273",
"url": "https://access.redhat.com/security/cve/CVE-2025-47273"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2022-30187",
"url": "https://access.redhat.com/security/cve/CVE-2022-30187"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-34156",
"url": "https://access.redhat.com/security/cve/CVE-2024-34156"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-47081",
"url": "https://access.redhat.com/security/cve/CVE-2024-47081"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-12816",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-15284",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47913",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-50181",
"url": "https://access.redhat.com/security/cve/CVE-2025-50181"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-52881",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58754",
"url": "https://access.redhat.com/security/cve/CVE-2025-58754"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-59420",
"url": "https://access.redhat.com/security/cve/CVE-2025-59420"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61920",
"url": "https://access.redhat.com/security/cve/CVE-2025-61920"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-65945",
"url": "https://access.redhat.com/security/cve/CVE-2025-65945"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66418",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66471",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-21441",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24049",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-45768",
"url": "https://access.redhat.com/security/cve/CVE-2025-45768"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_4215.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Quay 3.14.6",
"tracking": {
"current_release_date": "2026-03-18T21:17:47+00:00",
"generator": {
"date": "2026-03-18T21:17:47+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2026:4215",
"initial_release_date": "2026-03-10T15:34:38+00:00",
"revision_history": [
{
"date": "2026-03-10T15:34:38+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-10T15:34:48+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T21:17:47+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Quay 3.14",
"product": {
"name": "Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quay:3.14::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Quay"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256%3Aa7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097298"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256%3Ac4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097803"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3Afd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1771008628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3Aaea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1771265622"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3Aa4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097327"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256%3Aef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773101667"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097621"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097298"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3A9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1771008628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1771265622"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097327"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097621"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097298"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3Aaa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3A0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1771008628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1771265622"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3Aaad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097327"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3Ae2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097621"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097298"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3Ac33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3Abec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1771008628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1771265622"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097327"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097621"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.14"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-30187",
"discovery_date": "2025-05-06T16:30:59.189000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
}
],
"notes": [
{
"category": "description",
"text": "Azure Storage Library Information Disclosure Vulnerability",
"title": "Vulnerability description"
},
{
"category": "other",
"text": "Red Hat Product Security has determined that this vulnerability does not affect any currently supported Red Hat product. This assessment may evolve based on further analysis and discovery. For more information about this vulnerability and the products it affects, please see the linked references.",
"title": "Statement"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30187"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30187",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30187"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T15:34:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Azure Storage: Azure Storage Library Information Disclosure Vulnerability"
},
{
"cve": "CVE-2024-34156",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2024-09-06T21:20:09.377905+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2310528"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the encoding/gob package of the Golang standard library. Calling Decoder.Decoding, a message that contains deeply nested structures, can cause a panic due to stack exhaustion. This is a follow-up to CVE-2022-30635.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "encoding/gob: golang: Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in Go\u0027s `encoding/gob` package is of high severity because it exposes applications to potential Denial of Service (DoS) attacks through stack exhaustion. Since `gob` relies on recursive function calls to decode nested structures, an attacker could exploit this by sending crafted messages with excessively deep nesting, causing the application to panic due to stack overflow. This risk is particularly important in scenarios where untrusted or external input is processed, as it can lead to system unavailability or crashes, undermining the reliability and availability of services.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-34156"
},
{
"category": "external",
"summary": "RHBZ#2310528",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2310528"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34156",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34156"
},
{
"category": "external",
"summary": "https://go.dev/cl/611239",
"url": "https://go.dev/cl/611239"
},
{
"category": "external",
"summary": "https://go.dev/issue/69139",
"url": "https://go.dev/issue/69139"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/S9POB9NCTdk",
"url": "https://groups.google.com/g/golang-dev/c/S9POB9NCTdk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3106",
"url": "https://pkg.go.dev/vuln/GO-2024-3106"
}
],
"release_date": "2024-09-06T21:15:12.020000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T15:34:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "encoding/gob: golang: Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion"
},
{
"cve": "CVE-2024-47081",
"cwe": {
"id": "CWE-522",
"name": "Insufficiently Protected Credentials"
},
"discovery_date": "2025-06-09T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2371272"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Requests HTTP library. This vulnerability allows leakage of .netrc credentials to third parties via maliciously crafted URLs that exploit a URL parsing issue.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "requests: Requests vulnerable to .netrc credentials leak via malicious URLs",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-47081"
},
{
"category": "external",
"summary": "RHBZ#2371272",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2371272"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-47081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47081"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-47081",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47081"
},
{
"category": "external",
"summary": "http://seclists.org/fulldisclosure/2025/Jun/2",
"url": "http://seclists.org/fulldisclosure/2025/Jun/2"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2025/06/03/11",
"url": "http://www.openwall.com/lists/oss-security/2025/06/03/11"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2025/06/03/9",
"url": "http://www.openwall.com/lists/oss-security/2025/06/03/9"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2025/06/04/1",
"url": "http://www.openwall.com/lists/oss-security/2025/06/04/1"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2025/06/04/6",
"url": "http://www.openwall.com/lists/oss-security/2025/06/04/6"
},
{
"category": "external",
"summary": "https://github.com/psf/requests/commit/96ba401c1296ab1dda74a2365ef36d88f7d144ef",
"url": "https://github.com/psf/requests/commit/96ba401c1296ab1dda74a2365ef36d88f7d144ef"
},
{
"category": "external",
"summary": "https://github.com/psf/requests/pull/6965",
"url": "https://github.com/psf/requests/pull/6965"
},
{
"category": "external",
"summary": "https://github.com/psf/requests/security/advisories/GHSA-9hjg-9r4m-mvj7",
"url": "https://github.com/psf/requests/security/advisories/GHSA-9hjg-9r4m-mvj7"
},
{
"category": "external",
"summary": "https://requests.readthedocs.io/en/latest/api/#requests.Session.trust_env",
"url": "https://requests.readthedocs.io/en/latest/api/#requests.Session.trust_env"
},
{
"category": "external",
"summary": "https://seclists.org/fulldisclosure/2025/Jun/2",
"url": "https://seclists.org/fulldisclosure/2025/Jun/2"
}
],
"release_date": "2025-06-09T17:57:47.731000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T15:34:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "requests: Requests vulnerable to .netrc credentials leak via malicious URLs"
},
{
"cve": "CVE-2025-12816",
"cwe": {
"id": "CWE-179",
"name": "Incorrect Behavior Order: Early Validation"
},
"discovery_date": "2025-11-25T20:01:05.875196+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417097"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-forge. This vulnerability allows unauthenticated attackers to bypass downstream cryptographic verifications and security decisions via crafting ASN.1 (Abstract Syntax Notation One) structures to desynchronize schema validations, yielding a semantic divergence.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products due to an interpretation conflict in the node-forge library. An unauthenticated attacker could exploit this flaw by crafting malicious ASN.1 structures, leading to a bypass of cryptographic verifications and security decisions in affected applications. This impacts various Red Hat products that utilize node-forge for cryptographic operations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "RHBZ#2417097",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417097"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-12816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12816"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge",
"url": "https://github.com/digitalbazaar/forge"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/pull/1124",
"url": "https://github.com/digitalbazaar/forge/pull/1124"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq"
},
{
"category": "external",
"summary": "https://kb.cert.org/vuls/id/521113",
"url": "https://kb.cert.org/vuls/id/521113"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/node-forge",
"url": "https://www.npmjs.com/package/node-forge"
}
],
"release_date": "2025-11-25T19:15:50.243000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T15:34:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications"
},
{
"cve": "CVE-2025-15284",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-29T23:00:58.541337+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425946"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in qs, a module used for parsing query strings. A remote attacker can exploit an improper input validation vulnerability by sending specially crafted HTTP requests that use bracket notation (e.g., `a[]=value`). This bypasses the `arrayLimit` option, which is designed to limit the size of parsed arrays and prevent resource exhaustion. Successful exploitation can lead to memory exhaustion, causing a Denial of Service (DoS) where the application crashes or becomes unresponsive, making the service unavailable to users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "qs: qs: Denial of Service via improper input validation in array parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products that utilize the `qs` module for parsing query strings, particularly when processing user-controlled input with bracket notation. The `arrayLimit` option, intended to prevent resource exhaustion, is bypassed when bracket notation (`a[]=value`) is used, allowing a remote attacker to cause a denial of service through memory exhaustion. This can lead to application crashes or unresponsiveness, making the service unavailable.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "RHBZ#2425946",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425946"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15284"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9",
"url": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p",
"url": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p"
}
],
"release_date": "2025-12-29T22:56:45.240000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T15:34:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "qs: qs: Denial of Service via improper input validation in array parsing"
},
{
"cve": "CVE-2025-45768",
"discovery_date": "2025-07-31T21:01:30.698283+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pyjwt. The library uses weak encryption, allowing an attacker to potentially decrypt sensitive data. A network-based attacker can exploit this vulnerability without authentication, possibly resulting in a denial of service or data exposure. This weakness stems from the use of inadequate cryptographic algorithms.",
"title": "Vulnerability description"
},
{
"category": "other",
"text": "This CVE has been disputed by the PyJWT. The developers of PyJWT confirm that this issue is not a flaw in the library\u0027s function but rather a potential risk if an application developer chooses to use weak, short cryptographic keys.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-45768"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-45768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45768"
}
],
"release_date": "2025-07-31T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T15:34:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 0.0,
"baseSeverity": "NONE",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "pyjwt: pyjwt Weak Encryption Vulnerability"
},
{
"cve": "CVE-2025-47273",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-05-17T16:00:41.145177+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2366982"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal vulnerability in the Python setuptools library allows attackers with limited system access to write files outside the intended temporary directory by manipulating package download URLs. This flaw bypasses basic filename sanitization and can lead to unauthorized overwrites of important system files, creating opportunities for further compromise. While it doesn\u0027t expose data or require user interaction, it poses a high integrity risk and is especially concerning in environments that rely on automated package handling or internal tooling built on setuptools.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "setuptools: Path Traversal Vulnerability in setuptools PackageIndex",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security has rated this vulnerability \"Moderate\" based on the impact of the damage caused by a successful exploitation and the pre-requisites.\n\n* Exploitation requires that the attacker have limited code execution access to a Python environment where they can trigger the vulnerable PackageIndex.download() function\u2014this might be via a script, plugin, or automated job. Full admin rights aren\u0027t needed but a user with no access at all will be unable to exploit this vulnerability.\n* The vulnerability impacts the integrity of the system within the same security boundary\u2014it does not enable access or compromise across trust boundaries (e.g., from one container to another or from user space to kernel).\n* Successful exploitation only allows the attacker to \"create\" new files. The vulnerability does not provide access to existing files and by an extension to any confidential information. \n* Arbitrary file writes can overwrite critical config files, executables, or scripts. This can lead to persistent code execution, system misconfiguration, or unauthorized behavior, especially in automated environments. While overwriting critical files could theoretically lead to service disruption, the vulnerability in isolation does not inherently cause denial of service. The exploit doesn\u0027t target availability directly, and in many cases, systems may continue running.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47273"
},
{
"category": "external",
"summary": "RHBZ#2366982",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2366982"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47273"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47273",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47273"
},
{
"category": "external",
"summary": "https://github.com/pypa/setuptools/blob/6ead555c5fb29bc57fe6105b1bffc163f56fd558/setuptools/package_index.py#L810C1-L825C88",
"url": "https://github.com/pypa/setuptools/blob/6ead555c5fb29bc57fe6105b1bffc163f56fd558/setuptools/package_index.py#L810C1-L825C88"
},
{
"category": "external",
"summary": "https://github.com/pypa/setuptools/commit/250a6d17978f9f6ac3ac887091f2d32886fbbb0b",
"url": "https://github.com/pypa/setuptools/commit/250a6d17978f9f6ac3ac887091f2d32886fbbb0b"
},
{
"category": "external",
"summary": "https://github.com/pypa/setuptools/issues/4946",
"url": "https://github.com/pypa/setuptools/issues/4946"
},
{
"category": "external",
"summary": "https://github.com/pypa/setuptools/security/advisories/GHSA-5rjg-fvgr-3xxf",
"url": "https://github.com/pypa/setuptools/security/advisories/GHSA-5rjg-fvgr-3xxf"
}
],
"release_date": "2025-05-17T15:46:11.399000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T15:34:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "setuptools: Path Traversal Vulnerability in setuptools PackageIndex"
},
{
"cve": "CVE-2025-47913",
"discovery_date": "2025-11-13T22:01:26.092452+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2414943"
}
],
"notes": [
{
"category": "description",
"text": "A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic(\"unreachable\") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important because it allows any malicious or misbehaving SSH agent to force a crash in the client process using a single valid protocol byte. The panic occurs before the client has a chance to validate message structure or recover, which means an attacker controlling\u2014or intercepting\u2014SSH agent traffic can reliably terminate processes that rely on agent interactions. In environments where SSH agents operate over forwarded sockets, shared workspaces, or CI/CD runners, this turns into a reliable, unauthenticated remote denial of service against critical automation or developer tooling. The flaw also stems from unsafe assumptions in the unmarshalling logic, where unexpected but protocol-legal message types drop into \u201cunreachable\u201d code paths instead of being handled gracefully\u2014making it a design-level reliability break rather than a simple error-handling bug. For this reason, it is rated as an important availability-impacting vulnerability rather than a moderate issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "RHBZ#2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47913"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-hcg3-q754-cr77",
"url": "https://github.com/advisories/GHSA-hcg3-q754-cr77"
},
{
"category": "external",
"summary": "https://go.dev/cl/700295",
"url": "https://go.dev/cl/700295"
},
{
"category": "external",
"summary": "https://go.dev/issue/75178",
"url": "https://go.dev/issue/75178"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4116",
"url": "https://pkg.go.dev/vuln/GO-2025-4116"
}
],
"release_date": "2025-11-13T21:29:39.907000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T15:34:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS"
},
{
"cve": "CVE-2025-50181",
"cwe": {
"id": "CWE-601",
"name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)"
},
"discovery_date": "2025-06-19T02:00:42.866992+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373799"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3. The `PoolManager` class allows redirects to be disabled by configuring retries in a specific manner, effectively bypassing intended HTTP redirection behavior. A network attacker can leverage this configuration to manipulate request flows and disrupt service. This bypass occurs through improper handling of retry parameters during PoolManager instantiation. This issue can reult in a denial of service or unintended data exposure due to altered request destinations.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 redirects are not disabled when retries are disabled on PoolManager instantiation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in the urllib3 library where it could be tricked into disclosing the Proxy-Authorization header to a destination server when a CONNECT tunnel is used. An attacker can set up a malicious redirect to a crafted URL, which, when followed by the client application, will cause the Proxy-Authorization header to be sent to the attacker-controlled server. This leaks sensitive credentials for the proxy. The impact is primarily on confidentiality. While urllib3 is a ubiquitous component, the vulnerability requires a specific scenario where a user is connecting to a proxy that requires authentication and is redirected to a malicious endpoint. This lowers the exploitability compared to a direct, unauthenticated remote attack, thus, warranting a Moderate severity rating.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-50181"
},
{
"category": "external",
"summary": "RHBZ#2373799",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373799"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-50181",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-50181"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/f05b1329126d5be6de501f9d1e3e36738bc08857",
"url": "https://github.com/urllib3/urllib3/commit/f05b1329126d5be6de501f9d1e3e36738bc08857"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-pq67-6m6q-mj2v",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-pq67-6m6q-mj2v"
}
],
"release_date": "2025-06-19T01:08:00.340000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T15:34:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: urllib3 redirects are not disabled when retries are disabled on PoolManager instantiation"
},
{
"cve": "CVE-2025-52881",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.652000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404715"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "RHBZ#2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/selinux/pull/237",
"url": "https://github.com/opencontainers/selinux/pull/237"
}
],
"release_date": "2025-11-05T09:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T15:34:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using rootless containers, as doing so will block most of the inadvertent writes (runc would run with reduced privileges, making attempts to write to procfs files ineffective).\n* Based on our analysis, neither AppArmor or SELinux can protect against the full version of the redirected write attack. The container runtime is generally privileged enough to write to arbitrary procfs files, which is more than sufficient to cause a container breakout.",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T15:34:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-58754",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-12T02:00:53.897605+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2394735"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. When Axios runs on Node.js and is given a URL with the `data:` scheme, it does not perform HTTP. Instead, its Node http adapter decodes the entire payload into memory (`Buffer`/`Blob`) and returns a synthetic 200 response.\nThis path ignores `maxContentLength` / `maxBodyLength` (which only protect HTTP responses), so an attacker can supply a very large `data:` URI and cause the process to allocate unbounded memory and crash (DoS), even if the caller requested responseType: \u0027stream\u0027.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios DoS via lack of data size check",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Availability impact is limited to the application which bundles axios and not the host Red Hat system.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58754"
},
{
"category": "external",
"summary": "RHBZ#2394735",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394735"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58754"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58754",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58754"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593",
"url": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/pull/7011",
"url": "https://github.com/axios/axios/pull/7011"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.12.0",
"url": "https://github.com/axios/axios/releases/tag/v1.12.0"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj",
"url": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj"
}
],
"release_date": "2025-09-12T01:16:40.513000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T15:34:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "axios: Axios DoS via lack of data size check"
},
{
"cve": "CVE-2025-59420",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"discovery_date": "2025-09-22T18:01:35.379361+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2397460"
}
],
"notes": [
{
"category": "description",
"text": "Authlib\u2019s JWS verification accepts tokens that declare unknown critical header parameters (crit), violating RFC 7515 \u201cmust\u2011understand\u201d semantics. An attacker can craft a signed token with a critical header (for example, bork or cnf) that strict verifiers reject but Authlib accepts. In mixed\u2011language fleets, this enables split\u2011brain verification and can lead to policy bypass, replay, or privilege escalation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "authlib: Authlib RFC violation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59420"
},
{
"category": "external",
"summary": "RHBZ#2397460",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2397460"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59420",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59420"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59420",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59420"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/6b1813e4392eb7c168c276099ff7783b176479df",
"url": "https://github.com/authlib/authlib/commit/6b1813e4392eb7c168c276099ff7783b176479df"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-9ggr-2464-2j32",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-9ggr-2464-2j32"
}
],
"release_date": "2025-09-22T17:28:53.869000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T15:34:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "authlib: Authlib RFC violation"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T15:34:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-61920",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-10T20:01:12.833962+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2403179"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the python Authlib package. Authlib\u2019s JOSE implementation accepts unbounded JWS/JWT header and signature segments. A remote attacker can craft a token whose base64url\u2011encoded header or signature spans hundreds of megabytes. During verification, Authlib decodes and parses the full input before it is rejected, driving CPU and memory consumption to hostile levels and enabling denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "authlib: Authlib Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61920"
},
{
"category": "external",
"summary": "RHBZ#2403179",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2403179"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61920",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61920"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61920",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61920"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/867e3f87b072347a1ae9cf6983cc8bbf88447e5e",
"url": "https://github.com/authlib/authlib/commit/867e3f87b072347a1ae9cf6983cc8bbf88447e5e"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-pq5p-34cr-23v9",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-pq5p-34cr-23v9"
}
],
"release_date": "2025-10-10T19:25:07.679000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T15:34:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
},
{
"category": "workaround",
"details": "Users unable to upgrade may manually enforce input size limits before handing tokens to Authlib and/or use application-level throttling to reduce amplification risk.",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "authlib: Authlib Denial of Service"
},
{
"cve": "CVE-2025-65945",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2025-12-04T19:01:14.733682+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418904"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in auth0/node-jws. This vulnerability allows improper signature verification via using the HS256 (Hash-based Message Authentication Code using SHA-256) algorithm under specific conditions, where applications use the jws.createVerify() function for HMAC (Keyed-Hash Message Authentication Code) algorithms and user-provided data from the JSON (JavaScript Object Notation) Web Signature protected header or payload in HMAC secret lookup routines.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-jws: auth0/node-jws: Improper signature verification in HS256 algorithm",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-65945"
},
{
"category": "external",
"summary": "RHBZ#2418904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418904"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-65945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65945"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-65945",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65945"
},
{
"category": "external",
"summary": "https://github.com/auth0/node-jws/commit/34c45b2c04434f925b638de6a061de9339c0ea2e",
"url": "https://github.com/auth0/node-jws/commit/34c45b2c04434f925b638de6a061de9339c0ea2e"
},
{
"category": "external",
"summary": "https://github.com/auth0/node-jws/security/advisories/GHSA-869p-cjfg-cm3x",
"url": "https://github.com/auth0/node-jws/security/advisories/GHSA-869p-cjfg-cm3x"
}
],
"release_date": "2025-12-04T18:45:37.517000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T15:34:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-jws: auth0/node-jws: Improper signature verification in HS256 algorithm"
},
{
"cve": "CVE-2025-66418",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-05T17:01:20.277857+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419455"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3 Python library that could lead to a Denial of Service condition. A remote, malicious server can exploit this flaw by responding to a client request with an HTTP message that uses an excessive number of chained compression algorithms. This unlimited decompression chain causes the client system to consume a virtually unbounded amount of CPU resources and memory. The high resource usage leads to service disruption, making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "RHBZ#2419455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66418"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8",
"url": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53"
}
],
"release_date": "2025-12-05T16:02:15.271000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T15:34:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion"
},
{
"cve": "CVE-2025-66471",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2025-12-05T17:02:21.597728+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419467"
}
],
"notes": [
{
"category": "description",
"text": "A decompression handling flaw has been discovered in urllib3. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data; CWE-409) on the client side, even if the application only requested a small chunk of data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 Streaming API improperly handles highly compressed data",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "RHBZ#2419467",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419467"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66471"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7",
"url": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37"
}
],
"release_date": "2025-12-05T16:06:08.531000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T15:34:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 Streaming API improperly handles highly compressed data"
},
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T15:34:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
},
{
"cve": "CVE-2026-21441",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-01-07T23:01:59.422078+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427726"
}
],
"notes": [
{
"category": "description",
"text": "urllib3 is an HTTP client library for Python. urllib3\u0027s streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. urllib3 can perform decoding or decompression based on the HTTP `Content-Encoding` header (e.g., `gzip`, `deflate`, `br`, or `zstd`). When using the streaming API, the library decompresses only the necessary bytes, enabling partial content consumption. Starting in version 1.22 and prior to version 2.6.3, for HTTP redirect responses, the library would read the entire response body to drain the connection and decompress the content unnecessarily. This decompression occurred even before any read methods were called, and configured read limits did not restrict the amount of decompressed data. As a result, there was no safeguard against decompression bombs. A malicious server could exploit this to trigger excessive resource consumption on the client. Applications and libraries are affected when they stream content from untrusted sources by setting `preload_content=False` when they do not disable redirects. Users should upgrade to at least urllib3 v2.6.3, in which the library does not decode content of redirect responses when `preload_content=False`. If upgrading is not immediately possible, disable redirects by setting `redirect=False` for requests to untrusted source.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "RHBZ#2427726",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427726"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b",
"url": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99"
}
],
"release_date": "2026-01-07T22:09:01.936000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T15:34:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)"
},
{
"cve": "CVE-2026-24049",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-01-22T05:00:54.709179+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431959"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw has been discovered in the python wheel too. The unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the filename from the archive header for the chmod operation, even though the extraction process itself might have sanitized the path. Attackers can craft a malicious wheel file that, when unpacked, changes the permissions of critical system files (e.g., /etc/passwd, SSH keys, config files), allowing for Privilege Escalation or arbitrary code execution by modifying now-writable scripts.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "RHBZ#2431959",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431959"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24049"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef",
"url": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/releases/tag/0.46.2",
"url": "https://github.com/pypa/wheel/releases/tag/0.46.2"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx",
"url": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx"
}
],
"release_date": "2026-01-22T04:02:08.706000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T15:34:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking"
}
]
}
RHSA-2026:3827
Vulnerability from csaf_redhat - Published: 2026-03-05 07:31 - Updated: 2026-03-18 21:17Notes
{
"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": "The 1.20.3 GA release of Red Hat OpenShift Pipelines Operator..\nFor more details see [product documentation](https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines).",
"title": "Topic"
},
{
"category": "general",
"text": "The 1.20. release of Red Hat OpenShift Pipelines Operator.",
"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-2026:3827",
"url": "https://access.redhat.com/errata/RHSA-2026:3827"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-11621",
"url": "https://access.redhat.com/security/cve/CVE-2025-11621"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-12044",
"url": "https://access.redhat.com/security/cve/CVE-2025-12044"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47913",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66564",
"url": "https://access.redhat.com/security/cve/CVE-2025-66564"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines",
"url": "https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_3827.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Pipelines Release 1.20.3",
"tracking": {
"current_release_date": "2026-03-18T21:17:28+00:00",
"generator": {
"date": "2026-03-18T21:17:28+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2026:3827",
"initial_release_date": "2026-03-05T07:31:32+00:00",
"revision_history": [
{
"date": "2026-03-05T07:31:32+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-05T07:31:41+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T21:17:28+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Pipelines 1.2",
"product": {
"name": "Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_pipelines:1.20::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Pipelines"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:cd4d671c485fe1ffc4fb45734890cb258fddc1658b7e161bee72e1787fd861e6_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:cd4d671c485fe1ffc4fb45734890cb258fddc1658b7e161bee72e1787fd861e6_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:cd4d671c485fe1ffc4fb45734890cb258fddc1658b7e161bee72e1787fd861e6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-opc-rhel9@sha256%3Acd4d671c485fe1ffc4fb45734890cb258fddc1658b7e161bee72e1787fd861e6?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771921696"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:838a518d67dabba6dc212c88c69d8897422f35a5047e82c10fe3830869d98041_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:838a518d67dabba6dc212c88c69d8897422f35a5047e82c10fe3830869d98041_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:838a518d67dabba6dc212c88c69d8897422f35a5047e82c10fe3830869d98041_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-serve-tkn-cli-rhel9@sha256%3A838a518d67dabba6dc212c88c69d8897422f35a5047e82c10fe3830869d98041?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772679439"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:9f4bdd415c1e06da1e37e872228e31f4b6ff4890aab7efca0b835ff92ec740cf_arm64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:9f4bdd415c1e06da1e37e872228e31f4b6ff4890aab7efca0b835ff92ec740cf_arm64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:9f4bdd415c1e06da1e37e872228e31f4b6ff4890aab7efca0b835ff92ec740cf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cli-tkn-rhel9@sha256%3A9f4bdd415c1e06da1e37e872228e31f4b6ff4890aab7efca0b835ff92ec740cf?arch=arm64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772694865"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:a088a44bb4d11ecf877dc035f351a3500353ec3c8c6a6955d5eb1d6908bf40e3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:a088a44bb4d11ecf877dc035f351a3500353ec3c8c6a6955d5eb1d6908bf40e3_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:a088a44bb4d11ecf877dc035f351a3500353ec3c8c6a6955d5eb1d6908bf40e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-opc-rhel9@sha256%3Aa088a44bb4d11ecf877dc035f351a3500353ec3c8c6a6955d5eb1d6908bf40e3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771921696"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d17123e7d12d05e7c56cb8cf8c70a0ea2f477b33e529b8db43e3df8b112d353a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d17123e7d12d05e7c56cb8cf8c70a0ea2f477b33e529b8db43e3df8b112d353a_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d17123e7d12d05e7c56cb8cf8c70a0ea2f477b33e529b8db43e3df8b112d353a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-serve-tkn-cli-rhel9@sha256%3Ad17123e7d12d05e7c56cb8cf8c70a0ea2f477b33e529b8db43e3df8b112d353a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772679439"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:05d553e2c0d86956b32281aa6ae7ffa1948073f753889007f041eb2a72cbfa91_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:05d553e2c0d86956b32281aa6ae7ffa1948073f753889007f041eb2a72cbfa91_ppc64le",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:05d553e2c0d86956b32281aa6ae7ffa1948073f753889007f041eb2a72cbfa91_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cli-tkn-rhel9@sha256%3A05d553e2c0d86956b32281aa6ae7ffa1948073f753889007f041eb2a72cbfa91?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772694865"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:67e5fd28f10c59bfb6be12fcd3702561b8dc4e6c237a77a38839370d59749154_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:67e5fd28f10c59bfb6be12fcd3702561b8dc4e6c237a77a38839370d59749154_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:67e5fd28f10c59bfb6be12fcd3702561b8dc4e6c237a77a38839370d59749154_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-opc-rhel9@sha256%3A67e5fd28f10c59bfb6be12fcd3702561b8dc4e6c237a77a38839370d59749154?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771921696"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6c868d7ba256b73c66abfb5cbaea0a6d09107c9e90f0deea471d689d1d7bca95_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6c868d7ba256b73c66abfb5cbaea0a6d09107c9e90f0deea471d689d1d7bca95_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6c868d7ba256b73c66abfb5cbaea0a6d09107c9e90f0deea471d689d1d7bca95_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-serve-tkn-cli-rhel9@sha256%3A6c868d7ba256b73c66abfb5cbaea0a6d09107c9e90f0deea471d689d1d7bca95?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772679439"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:66be750a2e2abe15579892d3f8d77058d79f165bd60b867a5d37716a277a6b59_s390x",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:66be750a2e2abe15579892d3f8d77058d79f165bd60b867a5d37716a277a6b59_s390x",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:66be750a2e2abe15579892d3f8d77058d79f165bd60b867a5d37716a277a6b59_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cli-tkn-rhel9@sha256%3A66be750a2e2abe15579892d3f8d77058d79f165bd60b867a5d37716a277a6b59?arch=s390x\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772694865"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1f07ea20761776124173a9aab05b072b7ff1de84844a1e9b58cdcbf343ab99e6_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1f07ea20761776124173a9aab05b072b7ff1de84844a1e9b58cdcbf343ab99e6_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1f07ea20761776124173a9aab05b072b7ff1de84844a1e9b58cdcbf343ab99e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-opc-rhel9@sha256%3A1f07ea20761776124173a9aab05b072b7ff1de84844a1e9b58cdcbf343ab99e6?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1771921696"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a5ce1906f4466a88cc0228ab798462120b938622f5ddd89e6826ae3bff968e5b_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a5ce1906f4466a88cc0228ab798462120b938622f5ddd89e6826ae3bff968e5b_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a5ce1906f4466a88cc0228ab798462120b938622f5ddd89e6826ae3bff968e5b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-serve-tkn-cli-rhel9@sha256%3Aa5ce1906f4466a88cc0228ab798462120b938622f5ddd89e6826ae3bff968e5b?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772679439"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:1953e97a47dc441f2cd7a2f450aeb5c1792d180539c4756673d0f76679f29da9_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:1953e97a47dc441f2cd7a2f450aeb5c1792d180539c4756673d0f76679f29da9_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:1953e97a47dc441f2cd7a2f450aeb5c1792d180539c4756673d0f76679f29da9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-cli-tkn-rhel9@sha256%3A1953e97a47dc441f2cd7a2f450aeb5c1792d180539c4756673d0f76679f29da9?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1772694865"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:05d553e2c0d86956b32281aa6ae7ffa1948073f753889007f041eb2a72cbfa91_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:05d553e2c0d86956b32281aa6ae7ffa1948073f753889007f041eb2a72cbfa91_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:05d553e2c0d86956b32281aa6ae7ffa1948073f753889007f041eb2a72cbfa91_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:1953e97a47dc441f2cd7a2f450aeb5c1792d180539c4756673d0f76679f29da9_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:1953e97a47dc441f2cd7a2f450aeb5c1792d180539c4756673d0f76679f29da9_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:1953e97a47dc441f2cd7a2f450aeb5c1792d180539c4756673d0f76679f29da9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:66be750a2e2abe15579892d3f8d77058d79f165bd60b867a5d37716a277a6b59_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:66be750a2e2abe15579892d3f8d77058d79f165bd60b867a5d37716a277a6b59_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:66be750a2e2abe15579892d3f8d77058d79f165bd60b867a5d37716a277a6b59_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:9f4bdd415c1e06da1e37e872228e31f4b6ff4890aab7efca0b835ff92ec740cf_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:9f4bdd415c1e06da1e37e872228e31f4b6ff4890aab7efca0b835ff92ec740cf_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:9f4bdd415c1e06da1e37e872228e31f4b6ff4890aab7efca0b835ff92ec740cf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1f07ea20761776124173a9aab05b072b7ff1de84844a1e9b58cdcbf343ab99e6_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1f07ea20761776124173a9aab05b072b7ff1de84844a1e9b58cdcbf343ab99e6_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1f07ea20761776124173a9aab05b072b7ff1de84844a1e9b58cdcbf343ab99e6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:67e5fd28f10c59bfb6be12fcd3702561b8dc4e6c237a77a38839370d59749154_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:67e5fd28f10c59bfb6be12fcd3702561b8dc4e6c237a77a38839370d59749154_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:67e5fd28f10c59bfb6be12fcd3702561b8dc4e6c237a77a38839370d59749154_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:a088a44bb4d11ecf877dc035f351a3500353ec3c8c6a6955d5eb1d6908bf40e3_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:a088a44bb4d11ecf877dc035f351a3500353ec3c8c6a6955d5eb1d6908bf40e3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:a088a44bb4d11ecf877dc035f351a3500353ec3c8c6a6955d5eb1d6908bf40e3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:cd4d671c485fe1ffc4fb45734890cb258fddc1658b7e161bee72e1787fd861e6_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:cd4d671c485fe1ffc4fb45734890cb258fddc1658b7e161bee72e1787fd861e6_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:cd4d671c485fe1ffc4fb45734890cb258fddc1658b7e161bee72e1787fd861e6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6c868d7ba256b73c66abfb5cbaea0a6d09107c9e90f0deea471d689d1d7bca95_s390x as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6c868d7ba256b73c66abfb5cbaea0a6d09107c9e90f0deea471d689d1d7bca95_s390x"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6c868d7ba256b73c66abfb5cbaea0a6d09107c9e90f0deea471d689d1d7bca95_s390x",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:838a518d67dabba6dc212c88c69d8897422f35a5047e82c10fe3830869d98041_arm64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:838a518d67dabba6dc212c88c69d8897422f35a5047e82c10fe3830869d98041_arm64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:838a518d67dabba6dc212c88c69d8897422f35a5047e82c10fe3830869d98041_arm64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a5ce1906f4466a88cc0228ab798462120b938622f5ddd89e6826ae3bff968e5b_amd64 as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a5ce1906f4466a88cc0228ab798462120b938622f5ddd89e6826ae3bff968e5b_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a5ce1906f4466a88cc0228ab798462120b938622f5ddd89e6826ae3bff968e5b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d17123e7d12d05e7c56cb8cf8c70a0ea2f477b33e529b8db43e3df8b112d353a_ppc64le as a component of Red Hat OpenShift Pipelines 1.2",
"product_id": "Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d17123e7d12d05e7c56cb8cf8c70a0ea2f477b33e529b8db43e3df8b112d353a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d17123e7d12d05e7c56cb8cf8c70a0ea2f477b33e529b8db43e3df8b112d353a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-11621",
"cwe": {
"id": "CWE-288",
"name": "Authentication Bypass Using an Alternate Path or Channel"
},
"discovery_date": "2025-10-23T20:01:10.013624+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1f07ea20761776124173a9aab05b072b7ff1de84844a1e9b58cdcbf343ab99e6_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:67e5fd28f10c59bfb6be12fcd3702561b8dc4e6c237a77a38839370d59749154_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:a088a44bb4d11ecf877dc035f351a3500353ec3c8c6a6955d5eb1d6908bf40e3_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:cd4d671c485fe1ffc4fb45734890cb258fddc1658b7e161bee72e1787fd861e6_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6c868d7ba256b73c66abfb5cbaea0a6d09107c9e90f0deea471d689d1d7bca95_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:838a518d67dabba6dc212c88c69d8897422f35a5047e82c10fe3830869d98041_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a5ce1906f4466a88cc0228ab798462120b938622f5ddd89e6826ae3bff968e5b_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d17123e7d12d05e7c56cb8cf8c70a0ea2f477b33e529b8db43e3df8b112d353a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2406096"
}
],
"notes": [
{
"category": "description",
"text": "An authentication bypass flaw has been discovered in Hashicorp\u0027s vault product. Vault\u0027s AWS Auth method may be susceptible to authentication bypass if the role of the configured bound_principal_iam is the same across AWS accounts, or uses a wildcard.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/hashicorp/vault: Vault AWS auth method bypass due to AWS client cache",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:05d553e2c0d86956b32281aa6ae7ffa1948073f753889007f041eb2a72cbfa91_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:1953e97a47dc441f2cd7a2f450aeb5c1792d180539c4756673d0f76679f29da9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:66be750a2e2abe15579892d3f8d77058d79f165bd60b867a5d37716a277a6b59_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:9f4bdd415c1e06da1e37e872228e31f4b6ff4890aab7efca0b835ff92ec740cf_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1f07ea20761776124173a9aab05b072b7ff1de84844a1e9b58cdcbf343ab99e6_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:67e5fd28f10c59bfb6be12fcd3702561b8dc4e6c237a77a38839370d59749154_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:a088a44bb4d11ecf877dc035f351a3500353ec3c8c6a6955d5eb1d6908bf40e3_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:cd4d671c485fe1ffc4fb45734890cb258fddc1658b7e161bee72e1787fd861e6_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6c868d7ba256b73c66abfb5cbaea0a6d09107c9e90f0deea471d689d1d7bca95_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:838a518d67dabba6dc212c88c69d8897422f35a5047e82c10fe3830869d98041_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a5ce1906f4466a88cc0228ab798462120b938622f5ddd89e6826ae3bff968e5b_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d17123e7d12d05e7c56cb8cf8c70a0ea2f477b33e529b8db43e3df8b112d353a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-11621"
},
{
"category": "external",
"summary": "RHBZ#2406096",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2406096"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-11621",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11621"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-11621",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-11621"
},
{
"category": "external",
"summary": "https://discuss.hashicorp.com/t/hcsec-2025-30-vault-aws-auth-method-authentication-bypass-through-mishandling-of-cache-entries/76709",
"url": "https://discuss.hashicorp.com/t/hcsec-2025-30-vault-aws-auth-method-authentication-bypass-through-mishandling-of-cache-entries/76709"
},
{
"category": "external",
"summary": "https://github.com/hashicorp/vault/commit/054c35de0c830fd7cb9991bec8b0e6a0c793e98d",
"url": "https://github.com/hashicorp/vault/commit/054c35de0c830fd7cb9991bec8b0e6a0c793e98d"
}
],
"release_date": "2025-10-23T19:08:54.989000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-05T07:31:32+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:05d553e2c0d86956b32281aa6ae7ffa1948073f753889007f041eb2a72cbfa91_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:1953e97a47dc441f2cd7a2f450aeb5c1792d180539c4756673d0f76679f29da9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:66be750a2e2abe15579892d3f8d77058d79f165bd60b867a5d37716a277a6b59_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:9f4bdd415c1e06da1e37e872228e31f4b6ff4890aab7efca0b835ff92ec740cf_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3827"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:05d553e2c0d86956b32281aa6ae7ffa1948073f753889007f041eb2a72cbfa91_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:1953e97a47dc441f2cd7a2f450aeb5c1792d180539c4756673d0f76679f29da9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:66be750a2e2abe15579892d3f8d77058d79f165bd60b867a5d37716a277a6b59_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:9f4bdd415c1e06da1e37e872228e31f4b6ff4890aab7efca0b835ff92ec740cf_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1f07ea20761776124173a9aab05b072b7ff1de84844a1e9b58cdcbf343ab99e6_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:67e5fd28f10c59bfb6be12fcd3702561b8dc4e6c237a77a38839370d59749154_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:a088a44bb4d11ecf877dc035f351a3500353ec3c8c6a6955d5eb1d6908bf40e3_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:cd4d671c485fe1ffc4fb45734890cb258fddc1658b7e161bee72e1787fd861e6_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6c868d7ba256b73c66abfb5cbaea0a6d09107c9e90f0deea471d689d1d7bca95_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:838a518d67dabba6dc212c88c69d8897422f35a5047e82c10fe3830869d98041_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a5ce1906f4466a88cc0228ab798462120b938622f5ddd89e6826ae3bff968e5b_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d17123e7d12d05e7c56cb8cf8c70a0ea2f477b33e529b8db43e3df8b112d353a_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:05d553e2c0d86956b32281aa6ae7ffa1948073f753889007f041eb2a72cbfa91_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:1953e97a47dc441f2cd7a2f450aeb5c1792d180539c4756673d0f76679f29da9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:66be750a2e2abe15579892d3f8d77058d79f165bd60b867a5d37716a277a6b59_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:9f4bdd415c1e06da1e37e872228e31f4b6ff4890aab7efca0b835ff92ec740cf_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1f07ea20761776124173a9aab05b072b7ff1de84844a1e9b58cdcbf343ab99e6_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:67e5fd28f10c59bfb6be12fcd3702561b8dc4e6c237a77a38839370d59749154_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:a088a44bb4d11ecf877dc035f351a3500353ec3c8c6a6955d5eb1d6908bf40e3_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:cd4d671c485fe1ffc4fb45734890cb258fddc1658b7e161bee72e1787fd861e6_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6c868d7ba256b73c66abfb5cbaea0a6d09107c9e90f0deea471d689d1d7bca95_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:838a518d67dabba6dc212c88c69d8897422f35a5047e82c10fe3830869d98041_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a5ce1906f4466a88cc0228ab798462120b938622f5ddd89e6826ae3bff968e5b_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d17123e7d12d05e7c56cb8cf8c70a0ea2f477b33e529b8db43e3df8b112d353a_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/hashicorp/vault: Vault AWS auth method bypass due to AWS client cache"
},
{
"cve": "CVE-2025-12044",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-23T20:01:21.807999+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1f07ea20761776124173a9aab05b072b7ff1de84844a1e9b58cdcbf343ab99e6_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:67e5fd28f10c59bfb6be12fcd3702561b8dc4e6c237a77a38839370d59749154_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:a088a44bb4d11ecf877dc035f351a3500353ec3c8c6a6955d5eb1d6908bf40e3_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:cd4d671c485fe1ffc4fb45734890cb258fddc1658b7e161bee72e1787fd861e6_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6c868d7ba256b73c66abfb5cbaea0a6d09107c9e90f0deea471d689d1d7bca95_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:838a518d67dabba6dc212c88c69d8897422f35a5047e82c10fe3830869d98041_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a5ce1906f4466a88cc0228ab798462120b938622f5ddd89e6826ae3bff968e5b_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d17123e7d12d05e7c56cb8cf8c70a0ea2f477b33e529b8db43e3df8b112d353a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2406098"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in Hashicorp\u0027s vault product. Vault is vulnerable to an unauthenticated denial of service when processing JSON payloads. This occurs due to a regression from a previous fix for HCSEC-2025-24 which allowed for processing JSON payloads before applying rate limits.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/hashicorp/vault: Vault Vulnerable to Denial of Service Due to Rate Limit Regression",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:05d553e2c0d86956b32281aa6ae7ffa1948073f753889007f041eb2a72cbfa91_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:1953e97a47dc441f2cd7a2f450aeb5c1792d180539c4756673d0f76679f29da9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:66be750a2e2abe15579892d3f8d77058d79f165bd60b867a5d37716a277a6b59_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:9f4bdd415c1e06da1e37e872228e31f4b6ff4890aab7efca0b835ff92ec740cf_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1f07ea20761776124173a9aab05b072b7ff1de84844a1e9b58cdcbf343ab99e6_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:67e5fd28f10c59bfb6be12fcd3702561b8dc4e6c237a77a38839370d59749154_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:a088a44bb4d11ecf877dc035f351a3500353ec3c8c6a6955d5eb1d6908bf40e3_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:cd4d671c485fe1ffc4fb45734890cb258fddc1658b7e161bee72e1787fd861e6_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6c868d7ba256b73c66abfb5cbaea0a6d09107c9e90f0deea471d689d1d7bca95_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:838a518d67dabba6dc212c88c69d8897422f35a5047e82c10fe3830869d98041_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a5ce1906f4466a88cc0228ab798462120b938622f5ddd89e6826ae3bff968e5b_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d17123e7d12d05e7c56cb8cf8c70a0ea2f477b33e529b8db43e3df8b112d353a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-12044"
},
{
"category": "external",
"summary": "RHBZ#2406098",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2406098"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-12044",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12044"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-12044",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12044"
},
{
"category": "external",
"summary": "https://discuss.hashicorp.com/t/hcsec-2025-31-vault-vulnerable-to-denial-of-service-due-to-rate-limit-regression/76710",
"url": "https://discuss.hashicorp.com/t/hcsec-2025-31-vault-vulnerable-to-denial-of-service-due-to-rate-limit-regression/76710"
},
{
"category": "external",
"summary": "https://github.com/hashicorp/vault/commit/0adb749a82071ac312d05aef8bc0fe79b6ad49a6",
"url": "https://github.com/hashicorp/vault/commit/0adb749a82071ac312d05aef8bc0fe79b6ad49a6"
}
],
"release_date": "2025-10-23T19:15:16.567000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-05T07:31:32+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:05d553e2c0d86956b32281aa6ae7ffa1948073f753889007f041eb2a72cbfa91_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:1953e97a47dc441f2cd7a2f450aeb5c1792d180539c4756673d0f76679f29da9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:66be750a2e2abe15579892d3f8d77058d79f165bd60b867a5d37716a277a6b59_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:9f4bdd415c1e06da1e37e872228e31f4b6ff4890aab7efca0b835ff92ec740cf_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3827"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:05d553e2c0d86956b32281aa6ae7ffa1948073f753889007f041eb2a72cbfa91_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:1953e97a47dc441f2cd7a2f450aeb5c1792d180539c4756673d0f76679f29da9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:66be750a2e2abe15579892d3f8d77058d79f165bd60b867a5d37716a277a6b59_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:9f4bdd415c1e06da1e37e872228e31f4b6ff4890aab7efca0b835ff92ec740cf_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1f07ea20761776124173a9aab05b072b7ff1de84844a1e9b58cdcbf343ab99e6_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:67e5fd28f10c59bfb6be12fcd3702561b8dc4e6c237a77a38839370d59749154_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:a088a44bb4d11ecf877dc035f351a3500353ec3c8c6a6955d5eb1d6908bf40e3_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:cd4d671c485fe1ffc4fb45734890cb258fddc1658b7e161bee72e1787fd861e6_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6c868d7ba256b73c66abfb5cbaea0a6d09107c9e90f0deea471d689d1d7bca95_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:838a518d67dabba6dc212c88c69d8897422f35a5047e82c10fe3830869d98041_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a5ce1906f4466a88cc0228ab798462120b938622f5ddd89e6826ae3bff968e5b_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d17123e7d12d05e7c56cb8cf8c70a0ea2f477b33e529b8db43e3df8b112d353a_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:05d553e2c0d86956b32281aa6ae7ffa1948073f753889007f041eb2a72cbfa91_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:1953e97a47dc441f2cd7a2f450aeb5c1792d180539c4756673d0f76679f29da9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:66be750a2e2abe15579892d3f8d77058d79f165bd60b867a5d37716a277a6b59_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:9f4bdd415c1e06da1e37e872228e31f4b6ff4890aab7efca0b835ff92ec740cf_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1f07ea20761776124173a9aab05b072b7ff1de84844a1e9b58cdcbf343ab99e6_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:67e5fd28f10c59bfb6be12fcd3702561b8dc4e6c237a77a38839370d59749154_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:a088a44bb4d11ecf877dc035f351a3500353ec3c8c6a6955d5eb1d6908bf40e3_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:cd4d671c485fe1ffc4fb45734890cb258fddc1658b7e161bee72e1787fd861e6_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6c868d7ba256b73c66abfb5cbaea0a6d09107c9e90f0deea471d689d1d7bca95_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:838a518d67dabba6dc212c88c69d8897422f35a5047e82c10fe3830869d98041_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a5ce1906f4466a88cc0228ab798462120b938622f5ddd89e6826ae3bff968e5b_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d17123e7d12d05e7c56cb8cf8c70a0ea2f477b33e529b8db43e3df8b112d353a_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/hashicorp/vault: Vault Vulnerable to Denial of Service Due to Rate Limit Regression"
},
{
"cve": "CVE-2025-47913",
"discovery_date": "2025-11-13T22:01:26.092452+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1f07ea20761776124173a9aab05b072b7ff1de84844a1e9b58cdcbf343ab99e6_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:67e5fd28f10c59bfb6be12fcd3702561b8dc4e6c237a77a38839370d59749154_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:a088a44bb4d11ecf877dc035f351a3500353ec3c8c6a6955d5eb1d6908bf40e3_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:cd4d671c485fe1ffc4fb45734890cb258fddc1658b7e161bee72e1787fd861e6_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6c868d7ba256b73c66abfb5cbaea0a6d09107c9e90f0deea471d689d1d7bca95_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:838a518d67dabba6dc212c88c69d8897422f35a5047e82c10fe3830869d98041_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a5ce1906f4466a88cc0228ab798462120b938622f5ddd89e6826ae3bff968e5b_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d17123e7d12d05e7c56cb8cf8c70a0ea2f477b33e529b8db43e3df8b112d353a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2414943"
}
],
"notes": [
{
"category": "description",
"text": "A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic(\"unreachable\") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important because it allows any malicious or misbehaving SSH agent to force a crash in the client process using a single valid protocol byte. The panic occurs before the client has a chance to validate message structure or recover, which means an attacker controlling\u2014or intercepting\u2014SSH agent traffic can reliably terminate processes that rely on agent interactions. In environments where SSH agents operate over forwarded sockets, shared workspaces, or CI/CD runners, this turns into a reliable, unauthenticated remote denial of service against critical automation or developer tooling. The flaw also stems from unsafe assumptions in the unmarshalling logic, where unexpected but protocol-legal message types drop into \u201cunreachable\u201d code paths instead of being handled gracefully\u2014making it a design-level reliability break rather than a simple error-handling bug. For this reason, it is rated as an important availability-impacting vulnerability rather than a moderate issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:05d553e2c0d86956b32281aa6ae7ffa1948073f753889007f041eb2a72cbfa91_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:1953e97a47dc441f2cd7a2f450aeb5c1792d180539c4756673d0f76679f29da9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:66be750a2e2abe15579892d3f8d77058d79f165bd60b867a5d37716a277a6b59_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:9f4bdd415c1e06da1e37e872228e31f4b6ff4890aab7efca0b835ff92ec740cf_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1f07ea20761776124173a9aab05b072b7ff1de84844a1e9b58cdcbf343ab99e6_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:67e5fd28f10c59bfb6be12fcd3702561b8dc4e6c237a77a38839370d59749154_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:a088a44bb4d11ecf877dc035f351a3500353ec3c8c6a6955d5eb1d6908bf40e3_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:cd4d671c485fe1ffc4fb45734890cb258fddc1658b7e161bee72e1787fd861e6_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6c868d7ba256b73c66abfb5cbaea0a6d09107c9e90f0deea471d689d1d7bca95_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:838a518d67dabba6dc212c88c69d8897422f35a5047e82c10fe3830869d98041_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a5ce1906f4466a88cc0228ab798462120b938622f5ddd89e6826ae3bff968e5b_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d17123e7d12d05e7c56cb8cf8c70a0ea2f477b33e529b8db43e3df8b112d353a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "RHBZ#2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47913"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-hcg3-q754-cr77",
"url": "https://github.com/advisories/GHSA-hcg3-q754-cr77"
},
{
"category": "external",
"summary": "https://go.dev/cl/700295",
"url": "https://go.dev/cl/700295"
},
{
"category": "external",
"summary": "https://go.dev/issue/75178",
"url": "https://go.dev/issue/75178"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4116",
"url": "https://pkg.go.dev/vuln/GO-2025-4116"
}
],
"release_date": "2025-11-13T21:29:39.907000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-05T07:31:32+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:05d553e2c0d86956b32281aa6ae7ffa1948073f753889007f041eb2a72cbfa91_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:1953e97a47dc441f2cd7a2f450aeb5c1792d180539c4756673d0f76679f29da9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:66be750a2e2abe15579892d3f8d77058d79f165bd60b867a5d37716a277a6b59_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:9f4bdd415c1e06da1e37e872228e31f4b6ff4890aab7efca0b835ff92ec740cf_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3827"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:05d553e2c0d86956b32281aa6ae7ffa1948073f753889007f041eb2a72cbfa91_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:1953e97a47dc441f2cd7a2f450aeb5c1792d180539c4756673d0f76679f29da9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:66be750a2e2abe15579892d3f8d77058d79f165bd60b867a5d37716a277a6b59_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:9f4bdd415c1e06da1e37e872228e31f4b6ff4890aab7efca0b835ff92ec740cf_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1f07ea20761776124173a9aab05b072b7ff1de84844a1e9b58cdcbf343ab99e6_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:67e5fd28f10c59bfb6be12fcd3702561b8dc4e6c237a77a38839370d59749154_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:a088a44bb4d11ecf877dc035f351a3500353ec3c8c6a6955d5eb1d6908bf40e3_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:cd4d671c485fe1ffc4fb45734890cb258fddc1658b7e161bee72e1787fd861e6_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6c868d7ba256b73c66abfb5cbaea0a6d09107c9e90f0deea471d689d1d7bca95_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:838a518d67dabba6dc212c88c69d8897422f35a5047e82c10fe3830869d98041_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a5ce1906f4466a88cc0228ab798462120b938622f5ddd89e6826ae3bff968e5b_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d17123e7d12d05e7c56cb8cf8c70a0ea2f477b33e529b8db43e3df8b112d353a_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:05d553e2c0d86956b32281aa6ae7ffa1948073f753889007f041eb2a72cbfa91_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:1953e97a47dc441f2cd7a2f450aeb5c1792d180539c4756673d0f76679f29da9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:66be750a2e2abe15579892d3f8d77058d79f165bd60b867a5d37716a277a6b59_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:9f4bdd415c1e06da1e37e872228e31f4b6ff4890aab7efca0b835ff92ec740cf_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1f07ea20761776124173a9aab05b072b7ff1de84844a1e9b58cdcbf343ab99e6_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:67e5fd28f10c59bfb6be12fcd3702561b8dc4e6c237a77a38839370d59749154_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:a088a44bb4d11ecf877dc035f351a3500353ec3c8c6a6955d5eb1d6908bf40e3_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:cd4d671c485fe1ffc4fb45734890cb258fddc1658b7e161bee72e1787fd861e6_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6c868d7ba256b73c66abfb5cbaea0a6d09107c9e90f0deea471d689d1d7bca95_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:838a518d67dabba6dc212c88c69d8897422f35a5047e82c10fe3830869d98041_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a5ce1906f4466a88cc0228ab798462120b938622f5ddd89e6826ae3bff968e5b_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d17123e7d12d05e7c56cb8cf8c70a0ea2f477b33e529b8db43e3df8b112d353a_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1f07ea20761776124173a9aab05b072b7ff1de84844a1e9b58cdcbf343ab99e6_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:67e5fd28f10c59bfb6be12fcd3702561b8dc4e6c237a77a38839370d59749154_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:a088a44bb4d11ecf877dc035f351a3500353ec3c8c6a6955d5eb1d6908bf40e3_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:cd4d671c485fe1ffc4fb45734890cb258fddc1658b7e161bee72e1787fd861e6_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6c868d7ba256b73c66abfb5cbaea0a6d09107c9e90f0deea471d689d1d7bca95_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:838a518d67dabba6dc212c88c69d8897422f35a5047e82c10fe3830869d98041_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a5ce1906f4466a88cc0228ab798462120b938622f5ddd89e6826ae3bff968e5b_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d17123e7d12d05e7c56cb8cf8c70a0ea2f477b33e529b8db43e3df8b112d353a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:05d553e2c0d86956b32281aa6ae7ffa1948073f753889007f041eb2a72cbfa91_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:1953e97a47dc441f2cd7a2f450aeb5c1792d180539c4756673d0f76679f29da9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:66be750a2e2abe15579892d3f8d77058d79f165bd60b867a5d37716a277a6b59_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:9f4bdd415c1e06da1e37e872228e31f4b6ff4890aab7efca0b835ff92ec740cf_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1f07ea20761776124173a9aab05b072b7ff1de84844a1e9b58cdcbf343ab99e6_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:67e5fd28f10c59bfb6be12fcd3702561b8dc4e6c237a77a38839370d59749154_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:a088a44bb4d11ecf877dc035f351a3500353ec3c8c6a6955d5eb1d6908bf40e3_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:cd4d671c485fe1ffc4fb45734890cb258fddc1658b7e161bee72e1787fd861e6_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6c868d7ba256b73c66abfb5cbaea0a6d09107c9e90f0deea471d689d1d7bca95_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:838a518d67dabba6dc212c88c69d8897422f35a5047e82c10fe3830869d98041_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a5ce1906f4466a88cc0228ab798462120b938622f5ddd89e6826ae3bff968e5b_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d17123e7d12d05e7c56cb8cf8c70a0ea2f477b33e529b8db43e3df8b112d353a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-05T07:31:32+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:05d553e2c0d86956b32281aa6ae7ffa1948073f753889007f041eb2a72cbfa91_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:1953e97a47dc441f2cd7a2f450aeb5c1792d180539c4756673d0f76679f29da9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:66be750a2e2abe15579892d3f8d77058d79f165bd60b867a5d37716a277a6b59_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:9f4bdd415c1e06da1e37e872228e31f4b6ff4890aab7efca0b835ff92ec740cf_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3827"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:05d553e2c0d86956b32281aa6ae7ffa1948073f753889007f041eb2a72cbfa91_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:1953e97a47dc441f2cd7a2f450aeb5c1792d180539c4756673d0f76679f29da9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:66be750a2e2abe15579892d3f8d77058d79f165bd60b867a5d37716a277a6b59_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:9f4bdd415c1e06da1e37e872228e31f4b6ff4890aab7efca0b835ff92ec740cf_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1f07ea20761776124173a9aab05b072b7ff1de84844a1e9b58cdcbf343ab99e6_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:67e5fd28f10c59bfb6be12fcd3702561b8dc4e6c237a77a38839370d59749154_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:a088a44bb4d11ecf877dc035f351a3500353ec3c8c6a6955d5eb1d6908bf40e3_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:cd4d671c485fe1ffc4fb45734890cb258fddc1658b7e161bee72e1787fd861e6_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6c868d7ba256b73c66abfb5cbaea0a6d09107c9e90f0deea471d689d1d7bca95_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:838a518d67dabba6dc212c88c69d8897422f35a5047e82c10fe3830869d98041_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a5ce1906f4466a88cc0228ab798462120b938622f5ddd89e6826ae3bff968e5b_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d17123e7d12d05e7c56cb8cf8c70a0ea2f477b33e529b8db43e3df8b112d353a_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1f07ea20761776124173a9aab05b072b7ff1de84844a1e9b58cdcbf343ab99e6_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:67e5fd28f10c59bfb6be12fcd3702561b8dc4e6c237a77a38839370d59749154_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:a088a44bb4d11ecf877dc035f351a3500353ec3c8c6a6955d5eb1d6908bf40e3_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:cd4d671c485fe1ffc4fb45734890cb258fddc1658b7e161bee72e1787fd861e6_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6c868d7ba256b73c66abfb5cbaea0a6d09107c9e90f0deea471d689d1d7bca95_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:838a518d67dabba6dc212c88c69d8897422f35a5047e82c10fe3830869d98041_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a5ce1906f4466a88cc0228ab798462120b938622f5ddd89e6826ae3bff968e5b_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d17123e7d12d05e7c56cb8cf8c70a0ea2f477b33e529b8db43e3df8b112d353a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:05d553e2c0d86956b32281aa6ae7ffa1948073f753889007f041eb2a72cbfa91_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:1953e97a47dc441f2cd7a2f450aeb5c1792d180539c4756673d0f76679f29da9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:66be750a2e2abe15579892d3f8d77058d79f165bd60b867a5d37716a277a6b59_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:9f4bdd415c1e06da1e37e872228e31f4b6ff4890aab7efca0b835ff92ec740cf_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1f07ea20761776124173a9aab05b072b7ff1de84844a1e9b58cdcbf343ab99e6_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:67e5fd28f10c59bfb6be12fcd3702561b8dc4e6c237a77a38839370d59749154_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:a088a44bb4d11ecf877dc035f351a3500353ec3c8c6a6955d5eb1d6908bf40e3_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:cd4d671c485fe1ffc4fb45734890cb258fddc1658b7e161bee72e1787fd861e6_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6c868d7ba256b73c66abfb5cbaea0a6d09107c9e90f0deea471d689d1d7bca95_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:838a518d67dabba6dc212c88c69d8897422f35a5047e82c10fe3830869d98041_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a5ce1906f4466a88cc0228ab798462120b938622f5ddd89e6826ae3bff968e5b_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d17123e7d12d05e7c56cb8cf8c70a0ea2f477b33e529b8db43e3df8b112d353a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-05T07:31:32+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:05d553e2c0d86956b32281aa6ae7ffa1948073f753889007f041eb2a72cbfa91_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:1953e97a47dc441f2cd7a2f450aeb5c1792d180539c4756673d0f76679f29da9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:66be750a2e2abe15579892d3f8d77058d79f165bd60b867a5d37716a277a6b59_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:9f4bdd415c1e06da1e37e872228e31f4b6ff4890aab7efca0b835ff92ec740cf_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3827"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:05d553e2c0d86956b32281aa6ae7ffa1948073f753889007f041eb2a72cbfa91_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:1953e97a47dc441f2cd7a2f450aeb5c1792d180539c4756673d0f76679f29da9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:66be750a2e2abe15579892d3f8d77058d79f165bd60b867a5d37716a277a6b59_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:9f4bdd415c1e06da1e37e872228e31f4b6ff4890aab7efca0b835ff92ec740cf_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1f07ea20761776124173a9aab05b072b7ff1de84844a1e9b58cdcbf343ab99e6_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:67e5fd28f10c59bfb6be12fcd3702561b8dc4e6c237a77a38839370d59749154_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:a088a44bb4d11ecf877dc035f351a3500353ec3c8c6a6955d5eb1d6908bf40e3_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:cd4d671c485fe1ffc4fb45734890cb258fddc1658b7e161bee72e1787fd861e6_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6c868d7ba256b73c66abfb5cbaea0a6d09107c9e90f0deea471d689d1d7bca95_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:838a518d67dabba6dc212c88c69d8897422f35a5047e82c10fe3830869d98041_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a5ce1906f4466a88cc0228ab798462120b938622f5ddd89e6826ae3bff968e5b_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d17123e7d12d05e7c56cb8cf8c70a0ea2f477b33e529b8db43e3df8b112d353a_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
},
{
"cve": "CVE-2025-66564",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:11.786030+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1f07ea20761776124173a9aab05b072b7ff1de84844a1e9b58cdcbf343ab99e6_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:67e5fd28f10c59bfb6be12fcd3702561b8dc4e6c237a77a38839370d59749154_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:a088a44bb4d11ecf877dc035f351a3500353ec3c8c6a6955d5eb1d6908bf40e3_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:cd4d671c485fe1ffc4fb45734890cb258fddc1658b7e161bee72e1787fd861e6_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419054"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Sigstore Timestamp Authority. This vulnerability allows a denial of service via excessive memory allocation when processing a specially crafted Object Identifier or Content-Type header.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/timestamp-authority: Sigstore Timestamp Authority: Denial of Service via excessive OID or Content-Type header parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products. The Sigstore Timestamp Authority, a service for issuing RFC 3161 timestamps, is prone to excessive memory allocation. This occurs when processing untrusted OID payloads with many period characters or malformed Content-Type headers. An unauthenticated attacker could exploit this flaw to trigger a denial of service in affected Red Hat products that utilize this component.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:05d553e2c0d86956b32281aa6ae7ffa1948073f753889007f041eb2a72cbfa91_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:1953e97a47dc441f2cd7a2f450aeb5c1792d180539c4756673d0f76679f29da9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:66be750a2e2abe15579892d3f8d77058d79f165bd60b867a5d37716a277a6b59_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:9f4bdd415c1e06da1e37e872228e31f4b6ff4890aab7efca0b835ff92ec740cf_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6c868d7ba256b73c66abfb5cbaea0a6d09107c9e90f0deea471d689d1d7bca95_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:838a518d67dabba6dc212c88c69d8897422f35a5047e82c10fe3830869d98041_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a5ce1906f4466a88cc0228ab798462120b938622f5ddd89e6826ae3bff968e5b_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d17123e7d12d05e7c56cb8cf8c70a0ea2f477b33e529b8db43e3df8b112d353a_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1f07ea20761776124173a9aab05b072b7ff1de84844a1e9b58cdcbf343ab99e6_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:67e5fd28f10c59bfb6be12fcd3702561b8dc4e6c237a77a38839370d59749154_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:a088a44bb4d11ecf877dc035f351a3500353ec3c8c6a6955d5eb1d6908bf40e3_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:cd4d671c485fe1ffc4fb45734890cb258fddc1658b7e161bee72e1787fd861e6_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66564"
},
{
"category": "external",
"summary": "RHBZ#2419054",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419054"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66564",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66564"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66564",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66564"
},
{
"category": "external",
"summary": "https://github.com/sigstore/timestamp-authority/commit/0cae34e197d685a14904e0bad135b89d13b69421",
"url": "https://github.com/sigstore/timestamp-authority/commit/0cae34e197d685a14904e0bad135b89d13b69421"
},
{
"category": "external",
"summary": "https://github.com/sigstore/timestamp-authority/security/advisories/GHSA-4qg8-fj49-pxjh",
"url": "https://github.com/sigstore/timestamp-authority/security/advisories/GHSA-4qg8-fj49-pxjh"
}
],
"release_date": "2025-12-04T22:37:13.307000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-05T07:31:32+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:05d553e2c0d86956b32281aa6ae7ffa1948073f753889007f041eb2a72cbfa91_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:1953e97a47dc441f2cd7a2f450aeb5c1792d180539c4756673d0f76679f29da9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:66be750a2e2abe15579892d3f8d77058d79f165bd60b867a5d37716a277a6b59_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:9f4bdd415c1e06da1e37e872228e31f4b6ff4890aab7efca0b835ff92ec740cf_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6c868d7ba256b73c66abfb5cbaea0a6d09107c9e90f0deea471d689d1d7bca95_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:838a518d67dabba6dc212c88c69d8897422f35a5047e82c10fe3830869d98041_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a5ce1906f4466a88cc0228ab798462120b938622f5ddd89e6826ae3bff968e5b_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d17123e7d12d05e7c56cb8cf8c70a0ea2f477b33e529b8db43e3df8b112d353a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3827"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:05d553e2c0d86956b32281aa6ae7ffa1948073f753889007f041eb2a72cbfa91_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:1953e97a47dc441f2cd7a2f450aeb5c1792d180539c4756673d0f76679f29da9_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:66be750a2e2abe15579892d3f8d77058d79f165bd60b867a5d37716a277a6b59_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-cli-tkn-rhel9@sha256:9f4bdd415c1e06da1e37e872228e31f4b6ff4890aab7efca0b835ff92ec740cf_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:1f07ea20761776124173a9aab05b072b7ff1de84844a1e9b58cdcbf343ab99e6_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:67e5fd28f10c59bfb6be12fcd3702561b8dc4e6c237a77a38839370d59749154_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:a088a44bb4d11ecf877dc035f351a3500353ec3c8c6a6955d5eb1d6908bf40e3_ppc64le",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-opc-rhel9@sha256:cd4d671c485fe1ffc4fb45734890cb258fddc1658b7e161bee72e1787fd861e6_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:6c868d7ba256b73c66abfb5cbaea0a6d09107c9e90f0deea471d689d1d7bca95_s390x",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:838a518d67dabba6dc212c88c69d8897422f35a5047e82c10fe3830869d98041_arm64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:a5ce1906f4466a88cc0228ab798462120b938622f5ddd89e6826ae3bff968e5b_amd64",
"Red Hat OpenShift Pipelines 1.2:registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d17123e7d12d05e7c56cb8cf8c70a0ea2f477b33e529b8db43e3df8b112d353a_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/timestamp-authority: Sigstore Timestamp Authority: Denial of Service via excessive OID or Content-Type header parsing"
}
]
}
RHSA-2026:3713
Vulnerability from csaf_redhat - Published: 2026-03-04 07:18 - Updated: 2026-03-18 21:17Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Critical"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Updated images are now available for Red Hat OpenShift AI.",
"title": "Topic"
},
{
"category": "general",
"text": "Release of RHOAI 3.3 provides these changes:",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:3713",
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-25621",
"url": "https://access.redhat.com/security/cve/CVE-2024-25621"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-12638",
"url": "https://access.redhat.com/security/cve/CVE-2025-12638"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-12816",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14180",
"url": "https://access.redhat.com/security/cve/CVE-2025-14180"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14920",
"url": "https://access.redhat.com/security/cve/CVE-2025-14920"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14921",
"url": "https://access.redhat.com/security/cve/CVE-2025-14921"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14922",
"url": "https://access.redhat.com/security/cve/CVE-2025-14922"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14924",
"url": "https://access.redhat.com/security/cve/CVE-2025-14924"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14925",
"url": "https://access.redhat.com/security/cve/CVE-2025-14925"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14926",
"url": "https://access.redhat.com/security/cve/CVE-2025-14926"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14927",
"url": "https://access.redhat.com/security/cve/CVE-2025-14927"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14928",
"url": "https://access.redhat.com/security/cve/CVE-2025-14928"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14929",
"url": "https://access.redhat.com/security/cve/CVE-2025-14929"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14930",
"url": "https://access.redhat.com/security/cve/CVE-2025-14930"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-15284",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-48956",
"url": "https://access.redhat.com/security/cve/CVE-2025-48956"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-52881",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-59425",
"url": "https://access.redhat.com/security/cve/CVE-2025-59425"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62164",
"url": "https://access.redhat.com/security/cve/CVE-2025-62164"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-6242",
"url": "https://access.redhat.com/security/cve/CVE-2025-6242"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62593",
"url": "https://access.redhat.com/security/cve/CVE-2025-62593"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-64756",
"url": "https://access.redhat.com/security/cve/CVE-2025-64756"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66031",
"url": "https://access.redhat.com/security/cve/CVE-2025-66031"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66034",
"url": "https://access.redhat.com/security/cve/CVE-2025-66034"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66416",
"url": "https://access.redhat.com/security/cve/CVE-2025-66416"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66418",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66448",
"url": "https://access.redhat.com/security/cve/CVE-2025-66448"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66471",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66626",
"url": "https://access.redhat.com/security/cve/CVE-2025-66626"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-67725",
"url": "https://access.redhat.com/security/cve/CVE-2025-67725"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-67726",
"url": "https://access.redhat.com/security/cve/CVE-2025-67726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68156",
"url": "https://access.redhat.com/security/cve/CVE-2025-68156"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68476",
"url": "https://access.redhat.com/security/cve/CVE-2025-68476"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68665",
"url": "https://access.redhat.com/security/cve/CVE-2025-68665"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69223",
"url": "https://access.redhat.com/security/cve/CVE-2025-69223"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69872",
"url": "https://access.redhat.com/security/cve/CVE-2025-69872"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-0897",
"url": "https://access.redhat.com/security/cve/CVE-2026-0897"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-1260",
"url": "https://access.redhat.com/security/cve/CVE-2026-1260"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-21441",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22778",
"url": "https://access.redhat.com/security/cve/CVE-2026-22778"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22807",
"url": "https://access.redhat.com/security/cve/CVE-2026-22807"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24049",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24486",
"url": "https://access.redhat.com/security/cve/CVE-2026-24486"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"url": "https://docs.redhat.com/en/documentation/red_hat_openshift_ai/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_3713.json"
}
],
"title": "Red Hat Security Advisory: RHOAI 3.3 - Red Hat OpenShift AI",
"tracking": {
"current_release_date": "2026-03-18T21:17:24+00:00",
"generator": {
"date": "2026-03-18T21:17:24+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2026:3713",
"initial_release_date": "2026-03-04T07:18:30+00:00",
"revision_history": [
{
"date": "2026-03-04T07:18:30+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-04T07:18:42+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T21:17:24+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift AI 3.3",
"product": {
"name": "Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_ai:3.3::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift AI"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"product_id": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-built-in-detector-rhel9@sha256%3A894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771500510"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"product_id": "registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-cli-rhel9@sha256%3A5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771949222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"product": {
"name": "registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"product_id": "registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhai-cli-rhel9@sha256%3A5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771949222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"product_id": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-dashboard-rhel9@sha256%3A775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771880266"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-argoexec-rhel9@sha256%3A718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771500865"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256%3A1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771377365"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-operator-controller-rhel9@sha256%3Ab0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771362283"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"product_id": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-feast-operator-rhel9@sha256%3A11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771501116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"product_id": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-feature-server-rhel9@sha256%3A3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770277795"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"product_id": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-fms-guardrails-orchestrator-rhel9@sha256%3Ac1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1769436305"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"product_id": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-guardrails-detector-huggingface-runtime-rhel9@sha256%3Af61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1769519975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kf-notebook-controller-rhel9@sha256%3Aab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771454441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-agent-rhel9@sha256%3Afe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770754605"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-controller-rhel9@sha256%3A67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770754646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-router-rhel9@sha256%3A4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770754585"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-storage-initializer-rhel9@sha256%3A926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771840993"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kube-auth-proxy-rhel9@sha256%3Ac9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771440835"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kuberay-operator-controller-rhel9@sha256%3Ac907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771433421"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"product_id": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-llama-stack-core-rhel9@sha256%3Ac905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771415661"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"product_id": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-llama-stack-k8s-operator-rhel9@sha256%3A67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771363408"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"product_id": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-llm-d-inference-scheduler-rhel9@sha256%3A72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771855214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"product_id": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-llm-d-routing-sidecar-rhel9@sha256%3Ad18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771854749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"product_id": "registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-maas-api-rhel9@sha256%3Aa1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771444517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-api-server-v2-rhel9@sha256%3A2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771420597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-driver-rhel9@sha256%3A2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771363346"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-launcher-rhel9@sha256%3Ae325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771363484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256%3A1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771363401"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256%3Aa63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771363406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"product_id": "registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mlflow-operator-rhel9@sha256%3A8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771433279"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"product_id": "registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mlflow-rhel9@sha256%3Ad1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771462644"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"product_id": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mlmd-grpc-server-rhel9@sha256%3A8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771378277"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"product_id": "registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mlserver-rhel9@sha256%3Aaf2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771522099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"product_id": "registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mod-arch-gen-ai-rhel9@sha256%3A27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770735854"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"product_id": "registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mod-arch-maas-rhel9@sha256%3Adda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771880183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"product_id": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mod-arch-model-registry-rhel9@sha256%3A81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771880281"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-controller-rhel9@sha256%3Aed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771378291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-metadata-collection-rhel9@sha256%3Aa2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502959"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-performance-data-rhel9@sha256%3A54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502940"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-job-async-upload-rhel9@sha256%3A7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771420581"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-operator-rhel9@sha256%3A5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771378562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-rhel9@sha256%3A2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771454490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"product_id": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-must-gather-rhel9@sha256%3A1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770788873"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"product_id": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-notebook-controller-rhel9@sha256%3Afffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771479457"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"product_id": "registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-openvino-model-server-rhel9@sha256%3A8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771608633"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"product_id": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-operator-bundle@sha256%3A450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1772026325"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"product_id": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-rhel9-operator@sha256%3A35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1772025417"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256%3A5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256%3Af648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256%3Ab275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502912"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256%3A12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256%3A7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502843"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256%3A29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502897"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256%3A5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ta-lmes-driver-rhel9@sha256%3A6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771365758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ta-lmes-job-rhel9@sha256%3Ab1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"product_id": "registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trainer-rhel9@sha256%3A969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502908"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"product_id": "registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-cuda121-torch24-py311-rhel9@sha256%3Aa916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771498500"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"product_id": "registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-cuda124-torch25-py311-rhel9@sha256%3A5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771498500"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"product_id": "registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-cuda128-torch28-py312-rhel9@sha256%3A5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771498575"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"product_id": "registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-cuda128-torch29-py312-rhel9@sha256%3A19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771498635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"product_id": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-operator-rhel9@sha256%3Adacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771391379"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"product_id": "registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-rocm62-torch24-py311-rhel9@sha256%3A1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771498574"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"product_id": "registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-rocm62-torch25-py311-rhel9@sha256%3A2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771498638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"product_id": "registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-rocm64-torch28-py312-rhel9@sha256%3A12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771498636"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"product_id": "registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-rocm64-torch29-py312-rhel9@sha256%3A8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771498574"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256%3A33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771923171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-nemo-guardrails-server-rhel9@sha256%3Ae362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771514950"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-operator-rhel9@sha256%3Ace76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771365757"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-rhel9@sha256%3A866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771503064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256%3Ac6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502940"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"product_id": "registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-vllm-gaudi-rhel9@sha256%3A30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770956034"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256%3Ad9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1769162595"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256%3A8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256%3A44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771511331"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256%3Aa0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502906"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256%3A75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502921"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256%3Af818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502845"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256%3Aa4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502863"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256%3A8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502906"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256%3A118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256%3Afcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256%3A548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771874181"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"product_id": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-built-in-detector-rhel9@sha256%3A0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771500510"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"product_id": "registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-cli-rhel9@sha256%3A66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771949222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"product": {
"name": "registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"product_id": "registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rhai-cli-rhel9@sha256%3A66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771949222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"product_id": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-dashboard-rhel9@sha256%3A66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771880266"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-argoexec-rhel9@sha256%3A6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771500865"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256%3Ac012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771377365"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-operator-controller-rhel9@sha256%3A2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771362283"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"product_id": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-feast-operator-rhel9@sha256%3A75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771501116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"product_id": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-feature-server-rhel9@sha256%3A011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770277795"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"product_id": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-fms-guardrails-orchestrator-rhel9@sha256%3Ac25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1769436305"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"product_id": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-guardrails-detector-huggingface-runtime-rhel9@sha256%3Aa6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1769519975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"product_id": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kf-notebook-controller-rhel9@sha256%3Af2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771454441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"product_id": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-agent-rhel9@sha256%3A1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770754605"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"product_id": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-controller-rhel9@sha256%3A9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770754646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"product_id": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-router-rhel9@sha256%3A25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770754585"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"product_id": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-storage-initializer-rhel9@sha256%3Abb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771840993"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"product_id": "registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kube-auth-proxy-rhel9@sha256%3A1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771440835"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"product_id": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kuberay-operator-controller-rhel9@sha256%3A0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771433421"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"product_id": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-llama-stack-core-rhel9@sha256%3A796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771415661"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"product_id": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-llama-stack-k8s-operator-rhel9@sha256%3A917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771363408"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"product_id": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-llm-d-inference-scheduler-rhel9@sha256%3A9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771855214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"product_id": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-llm-d-routing-sidecar-rhel9@sha256%3Afaec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771854749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"product_id": "registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-maas-api-rhel9@sha256%3Aa61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771444517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-api-server-v2-rhel9@sha256%3Aec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771420597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-driver-rhel9@sha256%3A1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771363346"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-launcher-rhel9@sha256%3Aec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771363484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256%3A2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771363401"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256%3A5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771363406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"product_id": "registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mlflow-operator-rhel9@sha256%3Ad243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771433279"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"product_id": "registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mlflow-rhel9@sha256%3A646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771462644"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"product_id": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mlmd-grpc-server-rhel9@sha256%3Aadbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771378277"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"product_id": "registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mlserver-rhel9@sha256%3Adf315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771522099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"product_id": "registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mod-arch-gen-ai-rhel9@sha256%3Aeb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770735854"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"product_id": "registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mod-arch-maas-rhel9@sha256%3A4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771880183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"product_id": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mod-arch-model-registry-rhel9@sha256%3A85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771880281"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"product_id": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-controller-rhel9@sha256%3Abcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771378291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"product_id": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-metadata-collection-rhel9@sha256%3A31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502959"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"product_id": "registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-performance-data-rhel9@sha256%3Ac75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502940"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-job-async-upload-rhel9@sha256%3A382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771420581"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-operator-rhel9@sha256%3Ad9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771378562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-rhel9@sha256%3Ab74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771454490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"product_id": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-must-gather-rhel9@sha256%3A8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770788873"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"product_id": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-notebook-controller-rhel9@sha256%3Abc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771479457"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"product_id": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-rhel9-operator@sha256%3Af3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1772025417"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256%3Ad8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256%3Ac484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256%3Afe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502897"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ta-lmes-driver-rhel9@sha256%3Ae9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771365758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ta-lmes-job-rhel9@sha256%3Aa46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"product_id": "registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trainer-rhel9@sha256%3A2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502908"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"product_id": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-operator-rhel9@sha256%3Afb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771391379"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256%3A8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771923171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-nemo-guardrails-server-rhel9@sha256%3Ad47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771514950"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-operator-rhel9@sha256%3Afc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771365757"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-rhel9@sha256%3Aebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771503064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256%3A220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502940"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256%3A0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1769162595"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256%3Ab21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256%3A66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771511331"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256%3Ab0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502906"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256%3A88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502910"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256%3A21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a?arch=arm64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771874181"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-built-in-detector-rhel9@sha256%3A5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771500510"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-dashboard-rhel9@sha256%3A44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771880266"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-argoexec-rhel9@sha256%3A93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771500865"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256%3Ada59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771377365"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-operator-controller-rhel9@sha256%3Ac15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771362283"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-feast-operator-rhel9@sha256%3Ab03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771501116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-feature-server-rhel9@sha256%3Ace24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770277795"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-fms-guardrails-orchestrator-rhel9@sha256%3A3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1769436305"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-guardrails-detector-huggingface-runtime-rhel9@sha256%3A1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1769519975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-kf-notebook-controller-rhel9@sha256%3Abf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771454441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-agent-rhel9@sha256%3A599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770754605"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-controller-rhel9@sha256%3A861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770754646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-router-rhel9@sha256%3Aa0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770754585"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-storage-initializer-rhel9@sha256%3Ab67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771840993"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-kube-auth-proxy-rhel9@sha256%3A62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771440835"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-kuberay-operator-controller-rhel9@sha256%3Ab99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771433421"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-maas-api-rhel9@sha256%3A88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771444517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-api-server-v2-rhel9@sha256%3A40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771420597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-driver-rhel9@sha256%3A0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771363346"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-launcher-rhel9@sha256%3A57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771363484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256%3Ad5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771363401"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256%3A4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771363406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-mlflow-operator-rhel9@sha256%3A3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771433279"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-mlmd-grpc-server-rhel9@sha256%3A44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771378277"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-mod-arch-gen-ai-rhel9@sha256%3A02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770735854"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-mod-arch-maas-rhel9@sha256%3Ae89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771880183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-mod-arch-model-registry-rhel9@sha256%3Abd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771880281"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-controller-rhel9@sha256%3A960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771378291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-metadata-collection-rhel9@sha256%3A5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502959"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-performance-data-rhel9@sha256%3A1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502940"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-job-async-upload-rhel9@sha256%3A3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771420581"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-operator-rhel9@sha256%3Ab20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771378562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-rhel9@sha256%3A68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771454490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-must-gather-rhel9@sha256%3A5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770788873"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-notebook-controller-rhel9@sha256%3A3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771479457"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-rhel9-operator@sha256%3Ad107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1772025417"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256%3A2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256%3Adbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ta-lmes-driver-rhel9@sha256%3A8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771365758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ta-lmes-job-rhel9@sha256%3A215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-trainer-rhel9@sha256%3Adf85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502908"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-operator-rhel9@sha256%3Ae2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771391379"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256%3A1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771923171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-operator-rhel9@sha256%3Ada5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771365757"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-rhel9@sha256%3A1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771503064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256%3A55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502940"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-vllm-cpu-rhel9@sha256%3Ab1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771809484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256%3Ab5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1769162595"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256%3A43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256%3A6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771511331"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256%3A472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771874181"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"product_id": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-built-in-detector-rhel9@sha256%3Acc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771500510"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"product_id": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-dashboard-rhel9@sha256%3Acabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771880266"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"product_id": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-fms-guardrails-orchestrator-rhel9@sha256%3Aeb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1769436305"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"product_id": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-guardrails-detector-huggingface-runtime-rhel9@sha256%3Adf5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1769519975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"product_id": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-kf-notebook-controller-rhel9@sha256%3Ab97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771454441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"product_id": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-agent-rhel9@sha256%3A8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770754605"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"product_id": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-controller-rhel9@sha256%3Aafb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770754646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"product_id": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-router-rhel9@sha256%3Ab54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770754585"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"product_id": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-storage-initializer-rhel9@sha256%3Ab342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771840993"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"product_id": "registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-kube-auth-proxy-rhel9@sha256%3A10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771440835"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"product_id": "registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-maas-api-rhel9@sha256%3Af482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771444517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"product_id": "registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-mlflow-operator-rhel9@sha256%3A17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771433279"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"product_id": "registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-mod-arch-gen-ai-rhel9@sha256%3A053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770735854"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"product_id": "registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-mod-arch-maas-rhel9@sha256%3A505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771880183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"product_id": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-mod-arch-model-registry-rhel9@sha256%3A9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771880281"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"product_id": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-controller-rhel9@sha256%3A87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771378291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"product_id": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-metadata-collection-rhel9@sha256%3Ad8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502959"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"product_id": "registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-performance-data-rhel9@sha256%3A5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502940"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-job-async-upload-rhel9@sha256%3Ac5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771420581"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-operator-rhel9@sha256%3A77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771378562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-rhel9@sha256%3Aa30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771454490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"product_id": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-must-gather-rhel9@sha256%3A3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1770788873"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"product_id": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-notebook-controller-rhel9@sha256%3Ae7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771479457"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"product_id": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-rhel9-operator@sha256%3Ae31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1772025417"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256%3Abd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256%3A4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"product_id": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-ta-lmes-driver-rhel9@sha256%3A281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771365758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"product_id": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-ta-lmes-job-rhel9@sha256%3Ad00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"product_id": "registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-trainer-rhel9@sha256%3A6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502908"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256%3Ab98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771923171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-operator-rhel9@sha256%3Afc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771365757"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-rhel9@sha256%3Aa2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771503064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256%3A38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502940"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"product_id": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-vllm-cpu-rhel9@sha256%3A77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771809484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"product_id": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256%3A5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1769162595"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256%3A73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771502870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256%3A987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771511331"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256%3A32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37?arch=s390x\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1771874181"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64"
},
"product_reference": "registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64 as a component of Red Hat OpenShift AI 3.3",
"product_id": "Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
},
"product_reference": "registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 3.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-25621",
"cwe": {
"id": "CWE-279",
"name": "Incorrect Execution-Assigned Permissions"
},
"discovery_date": "2025-11-06T19:01:04.402278+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2413190"
}
],
"notes": [
{
"category": "description",
"text": "A local privilege escalation vulnerability has been discovered in containerd. This vulnerability is the result of an overly broad default permission which allows local users on the host to potentially access the metadata store, the content store and the contents of Kubernetes local volumes. The contents of volumes might include setuid binaries, which could allow a local user on the host to elevate privileges on the host.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/containerd/containerd: containerd local privilege escalation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-25621"
},
{
"category": "external",
"summary": "RHBZ#2413190",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2413190"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-25621",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25621"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-25621",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-25621"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/blob/main/docs/rootless.md",
"url": "https://github.com/containerd/containerd/blob/main/docs/rootless.md"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/commit/7c59e8e9e970d38061a77b586b23655c352bfec5",
"url": "https://github.com/containerd/containerd/commit/7c59e8e9e970d38061a77b586b23655c352bfec5"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/security/advisories/GHSA-pwhc-rpq9-4c8w",
"url": "https://github.com/containerd/containerd/security/advisories/GHSA-pwhc-rpq9-4c8w"
}
],
"release_date": "2025-11-06T18:36:21.566000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "The system administrator on the host can manually chmod the directories to not\nhave group or world accessible permissions:\n```\nchmod 700 /var/lib/containerd\nchmod 700 /run/containerd/io.containerd.grpc.v1.cri\nchmod 700 /run/containerd/io.containerd.sandbox.controller.v1.shim\n```\nAn alternative mitigation would be to run containerd in rootless mode.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/containerd/containerd: containerd local privilege escalation"
},
{
"cve": "CVE-2025-6242",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2025-06-18T15:26:47.633000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373716"
}
],
"notes": [
{
"category": "description",
"text": "A Server-Side Request Forgery (SSRF) vulnerability exists in the MediaConnector class within the vLLM project\u0027s multimodal feature set. The load_from_url and load_from_url_async methods fetch and process media from user-provided URLs without adequate restrictions on the target hosts. This allows an attacker to coerce the vLLM server into making arbitrary requests to internal network resources.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: Server Side request forgery (SSRF) in MediaConnector",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability has been rated as having the severity of Important by the Red Hat Product Security team as a successful exploitation by an attacker may lead to confidential data being leaked or a denial of service. Additionally the fact a unprivileged user can trigger this vulnerability through the network also contributes for the severity.\n\nThis vulnerability has its risk amplified on orchestrated environments as pods running the vLLM may eventually communicate with each other through internal cluster routing, including services that should not have been exposed to external networks. An attacker may leverage this flaw to interact with internal services, perform network reconnaissance or trigger a denial of service by leading other internal services to fail.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6242"
},
{
"category": "external",
"summary": "RHBZ#2373716",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373716"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6242"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6242",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6242"
}
],
"release_date": "2025-10-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vllm: Server Side request forgery (SSRF) in MediaConnector"
},
{
"cve": "CVE-2025-12638",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-11-28T15:01:10.693633+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417711"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw has been discovered in Keras. The vulnerability arises because the function uses Python\u0027s tarfile.extractall() method without the security-critical filter=\u0027data\u0027 parameter. Although Keras attempts to filter unsafe paths using filter_safe_paths(), this filtering occurs before extraction, and a PATH_MAX symlink resolution bug triggers during extraction. This bug causes symlink resolution to fail due to path length limits, resulting in a security bypass that allows files to be written outside the intended extraction directory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "keras: Path Traversal Vulnerability in keras",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-12638"
},
{
"category": "external",
"summary": "RHBZ#2417711",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417711"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-12638",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12638"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-12638",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12638"
},
{
"category": "external",
"summary": "https://github.com/keras-team/keras/commit/47fcb397ee4caffd5a75efd1fa3067559594e951",
"url": "https://github.com/keras-team/keras/commit/47fcb397ee4caffd5a75efd1fa3067559594e951"
},
{
"category": "external",
"summary": "https://huntr.com/bounties/f94f5beb-54d8-4e6a-8bac-86d9aee103f4",
"url": "https://huntr.com/bounties/f94f5beb-54d8-4e6a-8bac-86d9aee103f4"
}
],
"release_date": "2025-11-28T14:06:02.069000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:L",
"version": "3.0"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "keras: Path Traversal Vulnerability in keras"
},
{
"cve": "CVE-2025-12816",
"cwe": {
"id": "CWE-179",
"name": "Incorrect Behavior Order: Early Validation"
},
"discovery_date": "2025-11-25T20:01:05.875196+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417097"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-forge. This vulnerability allows unauthenticated attackers to bypass downstream cryptographic verifications and security decisions via crafting ASN.1 (Abstract Syntax Notation One) structures to desynchronize schema validations, yielding a semantic divergence.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products due to an interpretation conflict in the node-forge library. An unauthenticated attacker could exploit this flaw by crafting malicious ASN.1 structures, leading to a bypass of cryptographic verifications and security decisions in affected applications. This impacts various Red Hat products that utilize node-forge for cryptographic operations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "RHBZ#2417097",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417097"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-12816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12816"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge",
"url": "https://github.com/digitalbazaar/forge"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/pull/1124",
"url": "https://github.com/digitalbazaar/forge/pull/1124"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq"
},
{
"category": "external",
"summary": "https://kb.cert.org/vuls/id/521113",
"url": "https://kb.cert.org/vuls/id/521113"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/node-forge",
"url": "https://www.npmjs.com/package/node-forge"
}
],
"release_date": "2025-11-25T19:15:50.243000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications"
},
{
"cve": "CVE-2025-14180",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2025-12-27T20:00:52.735842+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425627"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PHP. When the PDO (PHP Data Objects) PostgreSQL driver is configured with `PDO::ATTR_EMULATE_PREPARES` enabled, a remote attacker can exploit a vulnerability by providing an invalid character sequence within a prepared statement parameter. This can cause a null pointer dereference, leading to a server crash. The primary impact is a Denial of Service (DoS), affecting the availability of the target server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat because it can lead to a Denial of Service in PHP applications utilizing the PDO PostgreSQL driver. Exploitation requires the `PDO::ATTR_EMULATE_PREPARES` option to be explicitly enabled, allowing a remote attacker to crash the server by providing a specially crafted invalid character sequence in a prepared statement parameter.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14180"
},
{
"category": "external",
"summary": "RHBZ#2425627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425627"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14180"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14180",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14180"
},
{
"category": "external",
"summary": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj",
"url": "https://github.com/php/php-src/security/advisories/GHSA-8xr5-qppj-gvwj"
}
],
"release_date": "2025-12-27T19:21:20.768000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "php: PHP: Denial of Service via invalid character sequence in PDO PostgreSQL prepared statement"
},
{
"cve": "CVE-2025-14920",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2025-12-23T22:04:24.891195+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2424755"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Hugging Face Transformers library. The parsing of model files fails to validate user-supplied data, causing a deserialization of untrusted data. An attacker can exploit this issue by providing a malicious Perceiver model or convincing a user to visit a malicious page, resulting in arbitrary code execution in the context of the current process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "transformers: code execution when processing a malicious Perceiver model file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker must convince a user to process a specially crafted Perceiver model file or visiting a malicious page, limiting the possibility of exploitation. Additionally, model files are not typically processed by users with administrative privileges, limiting the potential for a full system compromise. Due to these reasons, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14920"
},
{
"category": "external",
"summary": "RHBZ#2424755",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2424755"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14920",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14920"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14920",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14920"
},
{
"category": "external",
"summary": "https://www.zerodayinitiative.com/advisories/ZDI-25-1150/",
"url": "https://www.zerodayinitiative.com/advisories/ZDI-25-1150/"
}
],
"release_date": "2025-12-23T21:04:36.809000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "To mitigate this issue, users should avoid processing Perceiver model files from untrusted or unverified sources. Ensure that all Perceiver model files processed by the Hugging Face Transformers library originate from trusted repositories or have been verified for integrity. If that is not possible, consider processing untrusted models within an isolated sandbox environment.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "transformers: code execution when processing a malicious Perceiver model file"
},
{
"cve": "CVE-2025-14921",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2025-12-23T22:03:30.065717+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2424743"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Hugging Face Transformers library. The parsing of model files fails to validate user-supplied data, causing a deserialization of untrusted data. An attacker can exploit this issue by providing a malicious Transformer-XL model, resulting in arbitrary code execution in the context of the current user processing the file.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "transformers: code execution when processing a malicious Transformer-XL model file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker must convince a user to process a specially crafted Transformer-XL model file or visiting a malicious page, limiting the possibility of exploitation. Additionally, model files are not typically processed by users with administrative privileges, limiting the potential for a full system compromise. Due to these reasons, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14921"
},
{
"category": "external",
"summary": "RHBZ#2424743",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2424743"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14921",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14921"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14921",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14921"
},
{
"category": "external",
"summary": "https://www.zerodayinitiative.com/advisories/ZDI-25-1149/",
"url": "https://www.zerodayinitiative.com/advisories/ZDI-25-1149/"
}
],
"release_date": "2025-12-23T21:04:23.187000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "To mitigate this issue, users should avoid processing Transformer-XL model files from untrusted or unverified sources. Ensure that all Transformer-XL model files processed by the Hugging Face Transformers library originate from trusted repositories or have been verified for integrity. If that is not possible, consider processing untrusted models within an isolated sandbox environment.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "transformers: code execution when processing a malicious Transformer-XL model file"
},
{
"cve": "CVE-2025-14922",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2025-12-23T22:06:09.477876+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2424778"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Hugging Face Diffusers. This vulnerability allows remote attackers to execute arbitrary code on affected installations. Exploitation requires user interaction, where a target must visit a malicious page or open a malicious file. The issue stems from improper validation of user-supplied data during the parsing of checkpoints, leading to deserialization of untrusted data and enabling remote code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "diffusers: Hugging Face Diffusers: Remote Code Execution via Deserialization of Untrusted Data",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Red Hat Product Security Team has rated this vulnerability as having a Moderate impact. Although this vulnerability allows remote attackers to perform a remote code execution, to exploit this flaw user interaction is required meaning the attacker needs to trick the user to open a maliciously crafted file or to visit a malicious page.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14922"
},
{
"category": "external",
"summary": "RHBZ#2424778",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2424778"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14922",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14922"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14922",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14922"
},
{
"category": "external",
"summary": "https://www.zerodayinitiative.com/advisories/ZDI-25-1142/",
"url": "https://www.zerodayinitiative.com/advisories/ZDI-25-1142/"
}
],
"release_date": "2025-12-23T21:05:03.128000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "diffusers: Hugging Face Diffusers: Remote Code Execution via Deserialization of Untrusted Data"
},
{
"cve": "CVE-2025-14924",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2025-12-23T22:02:47.375054+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2424734"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Hugging Face Transformers library. The parsing of checkpoints fails to validate user-supplied data, causing a deserialization of untrusted data. An attacker can exploit this issue by providing a malicious megatron_gpt2 model, resulting in arbitrary code execution in the context of the current process processing the file.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "transformers: code execution when processing a malicious megatron_gpt2 model file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker must convince a user to process a specially crafted megatron_gpt2 model file or visiting a malicious page, limiting the possibility of exploitation. Additionally, model files are not typically processed by users with administrative privileges, limiting the potential for a full system compromise. Due to these reasons, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14924"
},
{
"category": "external",
"summary": "RHBZ#2424734",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2424734"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14924"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14924",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14924"
},
{
"category": "external",
"summary": "https://www.zerodayinitiative.com/advisories/ZDI-25-1141/",
"url": "https://www.zerodayinitiative.com/advisories/ZDI-25-1141/"
}
],
"release_date": "2025-12-23T21:04:40.830000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "To mitigate this issue, users should avoid processing megatron_gpt2 model files from untrusted or unverified sources. Ensure that all megatron_gpt2 model files processed by the Hugging Face Transformers library originate from trusted repositories or have been verified for integrity. If that is not possible, consider processing untrusted models within an isolated sandbox environment.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "transformers: code execution when processing a malicious megatron_gpt2 model file"
},
{
"cve": "CVE-2025-14925",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2025-12-23T22:03:38.271814+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2424745"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Hugging Face Accelerate. A remote attacker can achieve arbitrary code execution by exploiting a deserialization of untrusted data vulnerability. This occurs when the target visits a malicious page or opens a malicious file, leading to improper validation of user-supplied data during the parsing of checkpoints. Successful exploitation allows the attacker to execute code in the context of the current process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "accelerate: Hugging Face Accelerate: Remote Code Execution via Deserialization of Untrusted Data",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products as it allows remote code execution via deserialization of untrusted data in Hugging Face Accelerate. Exploitation requires user interaction, where a target must open a specially crafted malicious file or visit a malicious page. This flaw affects components within Red Hat AI Inference Server, OpenShift Lightspeed, Red Hat Enterprise Linux AI, and Red Hat OpenShift AI.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14925"
},
{
"category": "external",
"summary": "RHBZ#2424745",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2424745"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14925",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14925"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14925",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14925"
},
{
"category": "external",
"summary": "https://www.zerodayinitiative.com/advisories/ZDI-25-1140/",
"url": "https://www.zerodayinitiative.com/advisories/ZDI-25-1140/"
}
],
"release_date": "2025-12-23T21:05:07.497000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "To mitigate this issue, users should avoid processing untrusted checkpoint files or visiting untrusted web pages with applications utilizing Hugging Face Accelerate. Restricting the sources of input data for affected components can significantly reduce the attack surface. No service restart is required for this operational control.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "accelerate: Hugging Face Accelerate: Remote Code Execution via Deserialization of Untrusted Data"
},
{
"cve": "CVE-2025-14926",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2025-12-23T22:01:56.621147+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2424723"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Hugging Face Transformers library. The convert_config function fails to validate a user-supplied string before using it to execute Python code. An attacker can exploit this flaw by providing a malicious SEW model checkpoint, causing arbitrary code execution in the context of the user converting the file.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "transformers: code execution when converting a malicious SEW model checkpoint",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker must convince a user to process a specially crafted SEW model checkpoint, limiting the possibility of exploitation. Additionally, model checkpoints are not typically processed by users with administrative privileges, limiting the potential for a full system compromise. Due to these reasons, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14926"
},
{
"category": "external",
"summary": "RHBZ#2424723",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2424723"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14926",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14926"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14926",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14926"
},
{
"category": "external",
"summary": "https://www.zerodayinitiative.com/advisories/ZDI-25-1147/",
"url": "https://www.zerodayinitiative.com/advisories/ZDI-25-1147/"
}
],
"release_date": "2025-12-23T21:04:32.162000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "To mitigate this issue, users should avoid converting SEW model checkpoints from untrusted or unverified sources. Ensure that all SEW model checkpoints processed by the Hugging Face Transformers library originate from trusted repositories or have been verified for integrity. If that is not possible, consider processing untrusted models within an isolated sandbox environment.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "transformers: code execution when converting a malicious SEW model checkpoint"
},
{
"cve": "CVE-2025-14927",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2025-12-23T22:04:01.976430+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2424751"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Hugging Face Transformers library. The convert_config function fails to validate a user-supplied string before using it to execute Python code. An attacker can exploit this flaw by providing a malicious SEW-D model checkpoint, causing arbitrary code execution in the context of the user converting the file.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "transformers: code execution when converting a malicious SEW-D model checkpoint",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker must convince a user to process a specially crafted SEW-D model checkpoint, limiting the possibility of exploitation. Additionally, model checkpoints are not typically processed by users with administrative privileges, limiting the potential for a full system compromise. Due to these reasons, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14927"
},
{
"category": "external",
"summary": "RHBZ#2424751",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2424751"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14927"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14927",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14927"
},
{
"category": "external",
"summary": "https://www.zerodayinitiative.com/advisories/ZDI-25-1148/",
"url": "https://www.zerodayinitiative.com/advisories/ZDI-25-1148/"
}
],
"release_date": "2025-12-23T21:04:28.008000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "To mitigate this issue, users should avoid converting SEW-D model checkpoints from untrusted or unverified sources. Ensure that all SEW-D model checkpoints processed by the Hugging Face Transformers library originate from trusted repositories or have been verified for integrity. If that is not possible, consider processing untrusted models within an isolated sandbox environment.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "transformers: code execution when converting a malicious SEW-D model checkpoint"
},
{
"cve": "CVE-2025-14928",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2025-12-23T22:02:35.224747+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2424731"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Hugging Face Transformers library. The convert_config function fails to validate a user-supplied string before using it to execute Python code. An attacker can exploit this flaw by providing a malicious HuBERT model checkpoint, causing arbitrary code execution in the context of the user converting the file.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "transformers: code execution when converting a malicious HuBERT model checkpoint",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker must convince a user to process a specially crafted HuBERT model checkpoint, limiting the possibility of exploitation. Additionally, model checkpoints are not typically processed by users with administrative privileges, limiting the potential for a full system compromise. Due to these reasons, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14928"
},
{
"category": "external",
"summary": "RHBZ#2424731",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2424731"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14928"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14928",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14928"
},
{
"category": "external",
"summary": "https://www.zerodayinitiative.com/advisories/ZDI-25-1146/",
"url": "https://www.zerodayinitiative.com/advisories/ZDI-25-1146/"
}
],
"release_date": "2025-12-23T21:04:48.438000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "To mitigate this issue, users should avoid converting HuBERT model checkpoints from untrusted or unverified sources. Ensure that all HuBERT model checkpoints processed by the Hugging Face Transformers library originate from trusted repositories or have been verified for integrity. If that is not possible, consider processing untrusted models within an isolated sandbox environment.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "transformers: code execution when converting a malicious HuBERT model checkpoint"
},
{
"cve": "CVE-2025-14929",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2025-12-23T22:03:17.265278+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2424740"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Hugging Face Transformers library. The parsing of checkpoints fails to validate user-supplied data, causing a deserialization of untrusted data. An attacker can exploit this issue by providing a malicious X-CLIP model, resulting in arbitrary code execution in the context of the current process processing the file.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "transformers: code execution when processing a malicious X-CLIP model file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker must convince a user to process a specially crafted X-CLIP model file or visiting a malicious page, limiting the possibility of exploitation. Additionally, model files are not typically processed by users with administrative privileges, limiting the potential for a full system compromise. Due to these reasons, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14929"
},
{
"category": "external",
"summary": "RHBZ#2424740",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2424740"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14929",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14929"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14929",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14929"
},
{
"category": "external",
"summary": "https://www.zerodayinitiative.com/advisories/ZDI-25-1144/",
"url": "https://www.zerodayinitiative.com/advisories/ZDI-25-1144/"
}
],
"release_date": "2025-12-23T21:04:15.474000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "To mitigate this issue, users should avoid processing X-CLIP model files from untrusted or unverified sources. Ensure that all X-CLIP model files processed by the Hugging Face Transformers library originate from trusted repositories or have been verified for integrity. If that is not possible, consider processing untrusted models within an isolated sandbox environment.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "transformers: code execution when processing a malicious X-CLIP model file"
},
{
"cve": "CVE-2025-14930",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2025-12-23T22:05:28.509553+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2424769"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Hugging Face Transformers library. The parsing of weights fails to validate user-supplied data, causing a deserialization of untrusted data. An attacker can exploit this issue by providing a malicious GLM4 model, resulting in arbitrary code execution in the context of the current user processing the file.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "transformers: code execution when processing a malicious GLM4 model file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker must convince a user to process a specially crafted GLM4 model file or visiting a malicious page, limiting the possibility of exploitation. Additionally, model files are not typically processed by users with administrative privileges, limiting the potential for a full system compromise. Due to these reasons, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14930"
},
{
"category": "external",
"summary": "RHBZ#2424769",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2424769"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14930",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14930"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14930",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14930"
},
{
"category": "external",
"summary": "https://www.zerodayinitiative.com/advisories/ZDI-25-1145/",
"url": "https://www.zerodayinitiative.com/advisories/ZDI-25-1145/"
}
],
"release_date": "2025-12-23T21:04:52.512000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "To mitigate this issue, users should avoid processing GLM4 model files from untrusted or unverified sources. Ensure that all GLM4 model files processed by the Hugging Face Transformers library originate from trusted repositories or have been verified for integrity. If that is not possible, consider processing untrusted models within an isolated sandbox environment.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "transformers: code execution when processing a malicious GLM4 model file"
},
{
"cve": "CVE-2025-15284",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-29T23:00:58.541337+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425946"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in qs, a module used for parsing query strings. A remote attacker can exploit an improper input validation vulnerability by sending specially crafted HTTP requests that use bracket notation (e.g., `a[]=value`). This bypasses the `arrayLimit` option, which is designed to limit the size of parsed arrays and prevent resource exhaustion. Successful exploitation can lead to memory exhaustion, causing a Denial of Service (DoS) where the application crashes or becomes unresponsive, making the service unavailable to users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "qs: qs: Denial of Service via improper input validation in array parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products that utilize the `qs` module for parsing query strings, particularly when processing user-controlled input with bracket notation. The `arrayLimit` option, intended to prevent resource exhaustion, is bypassed when bracket notation (`a[]=value`) is used, allowing a remote attacker to cause a denial of service through memory exhaustion. This can lead to application crashes or unresponsiveness, making the service unavailable.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "RHBZ#2425946",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425946"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15284"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9",
"url": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p",
"url": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p"
}
],
"release_date": "2025-12-29T22:56:45.240000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "qs: qs: Denial of Service via improper input validation in array parsing"
},
{
"cve": "CVE-2025-48956",
"cwe": {
"id": "CWE-130",
"name": "Improper Handling of Length Parameter Inconsistency"
},
"discovery_date": "2025-06-12T17:02:11.238000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2372522"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in vLLM. A denial of service (DoS) vulnerability can be triggered by sending a single HTTP GET request with an extremely large X-Forwarded-For header to an HTTP endpoint. This results in server memory exhaustion, potentially leading to a crash or unresponsiveness. The attack does not require authentication, making it exploitable by any remote user.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: HTTP header size limit not enforced allows Denial of Service from Unauthenticated requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is considered Important rather than just Moderate because it enables a complete denial of service with minimal effort from a remote, unauthenticated attacker. Unlike moderate flaws that might require specific conditions, partial access, or complex exploitation chains, here a single oversized HTTP request is sufficient to exhaust server memory and crash the vLLM service. Since vLLM is often deployed as a backend for high-availability inference workloads, this creates a high-impact risk: availability is entirely compromised, all running workloads are disrupted, and recovery may require manual intervention. The lack of authentication barriers makes the attack surface fully exposed over the network, which elevates the severity beyond Moderate to Important.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-48956"
},
{
"category": "external",
"summary": "RHBZ#2372522",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372522"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-48956",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48956"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-48956",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-48956"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/d8b736f913a59117803d6701521d2e4861701944",
"url": "https://github.com/vllm-project/vllm/commit/d8b736f913a59117803d6701521d2e4861701944"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-rxc4-3w6r-4v47",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-rxc4-3w6r-4v47"
}
],
"release_date": "2025-08-26T14:51:41.716000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "Until a fix is available, the risk can be reduced by running vLLM behind a reverse proxy such as Nginx, Envoy, or HAProxy with strict header size limits, ensuring that oversized requests are dropped before reaching the service. Additional safeguards like container or VM resource limits and traffic monitoring can help contain the impact, but upgrading to the patched release remains the definitive solution.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vllm: HTTP header size limit not enforced allows Denial of Service from Unauthenticated requests"
},
{
"cve": "CVE-2025-52881",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.652000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404715"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "RHBZ#2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/selinux/pull/237",
"url": "https://github.com/opencontainers/selinux/pull/237"
}
],
"release_date": "2025-11-05T09:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using rootless containers, as doing so will block most of the inadvertent writes (runc would run with reduced privileges, making attempts to write to procfs files ineffective).\n* Based on our analysis, neither AppArmor or SELinux can protect against the full version of the redirected write attack. The container runtime is generally privileged enough to write to arbitrary procfs files, which is more than sufficient to cause a container breakout.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects"
},
{
"cve": "CVE-2025-59425",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2025-09-22T06:45:41.577000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2397234"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in vLLM\u2019s API token authentication logic, where token comparisons were not performed in constant time. This weakness could allow an attacker to exploit timing differences to guess valid tokens and bypass authentication.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: Timing Attack in vLLM API Token Verification Leading to Authentication Bypass",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The RedHat security team has rated the severity of this issue as Important. The vulnerability is remotely exploitable without authentication or user interaction and can result in authentication bypass. The root cause was the use of a non-constant-time string comparison, which leaked timing information. Successful exploitation could lead to unauthorized access to APIs and sensitive resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59425"
},
{
"category": "external",
"summary": "RHBZ#2397234",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2397234"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59425"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59425",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59425"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/ee10d7e6ff5875386c7f136ce8b5f525c8fcef48",
"url": "https://github.com/vllm-project/vllm/commit/ee10d7e6ff5875386c7f136ce8b5f525c8fcef48"
}
],
"release_date": "2025-10-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vllm: Timing Attack in vLLM API Token Verification Leading to Authentication Bypass"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-62164",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2025-11-21T02:01:11.280042+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2416282"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability in vLLM allows attackers to supply malicious serialized prompt-embedding tensors that are deserialized using torch.load() without validation. Due to PyTorch 2.8.0 disabling sparse-tensor integrity checks by default, a crafted tensor can bypass bounds checks and cause an out-of-bounds write during to_dense(), leading to a crash (DoS) and potentially remote code execution on the vLLM server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: VLLM deserialization vulnerability leading to DoS and potential RCE",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is considered important rather than moderate because it involves unsafe deserialization leading to memory corruption in a network-reachable, unauthenticated API path. Unlike typical moderate flaws that may only allow limited DoS or require specific conditions, this issue allows an attacker to supply a crafted sparse tensor that triggers an out-of-bounds memory write during PyTorch\u2019s to_dense() conversion. Memory corruption in a server process handling untrusted input significantly elevates security risk because it can lead not only to a reliable crash but also to potential remote code execution, enabling full compromise of the vLLM service. Additionally, the affected code path is part of the standard Completions API workflow, making the attack surface broadly exposed in real deployments. The combination of remote exploitability, unauthenticated access, memory corruption, and potential RCE clearly positions this issue above a moderate classification and into an important severity level.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62164"
},
{
"category": "external",
"summary": "RHBZ#2416282",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2416282"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62164",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62164"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62164",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62164"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b",
"url": "https://github.com/vllm-project/vllm/commit/58fab50d82838d5014f4a14d991fdb9352c9c84b"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/27204",
"url": "https://github.com/vllm-project/vllm/pull/27204"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-mrw7-hf4f-83pf",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-mrw7-hf4f-83pf"
}
],
"release_date": "2025-11-21T01:18:38.803000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vllm: VLLM deserialization vulnerability leading to DoS and potential RCE"
},
{
"cve": "CVE-2025-62593",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2025-11-26T23:01:25.307125+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417394"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Ray\u2019s HTTP API endpoint handling (e.g. /api/jobs, /api/job_agent/jobs/), which allows a remote attacker to trigger arbitrary code execution when a developer using Ray visits a malicious website in a vulnerable browser (e.g. Firefox or Safari). The root cause is an insufficient defense relying solely on the User-Agent header starting with \u201cMozilla\u201d, which can be manipulated under the fetch specification \u2014 enabling a DNS-rebinding attack to bypass browser-based protections.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ray: Ray is vulnerable to RCE via Safari \u0026 Firefox Browsers through DNS Rebinding Attack",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat has chosen to keep this as Important instead of Critical severity because the successful exploitation of this vulnerability requires user interaction in conjunction with a DNS rebinding attack.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62593"
},
{
"category": "external",
"summary": "RHBZ#2417394",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417394"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62593",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62593"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62593",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62593"
},
{
"category": "external",
"summary": "https://github.com/ray-project/ray/commit/70e7c72780bdec075dba6cad1afe0832772bfe09",
"url": "https://github.com/ray-project/ray/commit/70e7c72780bdec075dba6cad1afe0832772bfe09"
},
{
"category": "external",
"summary": "https://github.com/ray-project/ray/security/advisories/GHSA-q279-jhrf-cc6v",
"url": "https://github.com/ray-project/ray/security/advisories/GHSA-q279-jhrf-cc6v"
}
],
"release_date": "2025-11-26T22:28:28.577000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ray: Ray is vulnerable to RCE via Safari \u0026 Firefox Browsers through DNS Rebinding Attack"
},
{
"cve": "CVE-2025-64756",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"discovery_date": "2025-11-17T18:01:28.077927+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2415451"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in glob. This vulnerability allows arbitrary command execution via processing files with malicious names when the glob command-line interface (CLI) is used with the -c/--cmd option, enabling shell metacharacters to trigger command injection.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glob: glob: Command Injection Vulnerability via Malicious Filenames",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw in glob allows arbitrary command execution when the `glob` command-line interface is used with the `-c/--cmd` option to process files with malicious names. The vulnerability is triggered by shell metacharacters in filenames, leading to command injection. The glob CLI tool utilizes the -c option to execute shell commands over the files which matched the searched pattern by using the shell:true parameter when creating the subprocess which will further execute the command informed via \u0027-c\u0027 option, this parameter allows the shell meta characters to be used and processed when executing the command. Given that information glob misses to sanitize the file name to eliminate such characters and expressions from the filename, leading to code execution as when performing the shell expansion such characters will be interpreted as shell commands.\n\nTo exploit this vulnerability the targeted system should run the glob CLI over a file with a maliciously crafted filename, additionally the attacker needs to have enough permission to create such file or trick the user to download and process the required file with the glob CLI.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-64756"
},
{
"category": "external",
"summary": "RHBZ#2415451",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2415451"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-64756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64756"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-64756",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-64756"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-glob/commit/47473c046b91c67269df7a66eab782a6c2716146",
"url": "https://github.com/isaacs/node-glob/commit/47473c046b91c67269df7a66eab782a6c2716146"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-glob/security/advisories/GHSA-5j98-mcp5-4vw2",
"url": "https://github.com/isaacs/node-glob/security/advisories/GHSA-5j98-mcp5-4vw2"
}
],
"release_date": "2025-11-17T17:29:08.029000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "To mitigate this issue, avoid using the `glob` command-line interface with the `-c` or `--cmd` option when processing filenames from untrusted sources. If programmatic use of `glob` is necessary, ensure that filenames are thoroughly sanitized before being passed to commands executed with shell interpretation enabled.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "glob: glob: Command Injection Vulnerability via Malicious Filenames"
},
{
"cve": "CVE-2025-66031",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2025-11-26T23:01:36.363253+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417397"
}
],
"notes": [
{
"category": "description",
"text": "An ASN.1 Denial of Service (Dos) vulnerability exists in the node-forge asn1.fromDer function within forge/lib/asn1.js. The ASN.1 DER parser implementation (_fromDer) recurses for every constructed ASN.1 value (SEQUENCE, SET, etc.) and lacks a guard limiting recursion depth. An attacker can craft a small DER blob containing a very large nesting depth of constructed TLVs which causes the Node.js V8 engine to exhaust its call stack and throw RangeError: Maximum call stack size exceeded, crashing or incapacitating the process handling the parse. This is a remote, low-cost Denial-of-Service against applications that parse untrusted ASN.1 objects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: node-forge ASN.1 Unbounded Recursion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66031"
},
{
"category": "external",
"summary": "RHBZ#2417397",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417397"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66031"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66031",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66031"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/commit/260425c6167a38aae038697132483b5517b26451",
"url": "https://github.com/digitalbazaar/forge/commit/260425c6167a38aae038697132483b5517b26451"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-554w-wpv2-vw27",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-554w-wpv2-vw27"
}
],
"release_date": "2025-11-26T22:23:26.013000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "node-forge: node-forge ASN.1 Unbounded Recursion"
},
{
"cve": "CVE-2025-66034",
"cwe": {
"id": "CWE-91",
"name": "XML Injection (aka Blind XPath Injection)"
},
"discovery_date": "2025-11-29T02:01:04.281026+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417780"
}
],
"notes": [
{
"category": "description",
"text": "This vulnerability in fontTools varLib allows a crafted .designspace file to trigger arbitrary file writes and XML-based content injection during variable-font generation. Because filenames are not sanitized, an attacker can use path traversal to overwrite files anywhere on the filesystem, and malicious payloads embedded in XML labelname elements can be injected directly into the generated output. When these overwritten files reside in executable or web-served locations, this can enable local remote-code execution or corruption of application or configuration files. The issue affects the varLib CLI and any code that invokes fontTools.varLib.main().",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fonttools: fontTools: Arbitrary file write leading to remote code execution via malicious .designspace file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is rated Moderate rather than Important because the exploitability hinges on several limiting technical factors despite the high integrity impact. The arbitrary file-write and XML-injection pathways are only reachable when a user or automated workflow locally processes a malicious .designspace file, giving the flaw a local attack vector (AV:L) and requiring explicit user interaction (UI:R)\u2014meaning an attacker cannot trigger it remotely over the network. The attack also involves high complexity (AC:H), as it depends on crafted designspace structures, controlled font sources, and specific invocation of fonttools varLib or code that directly calls varLib.main(). Additionally, the vulnerability does not expose confidentiality, and availability effects are limited to potential file corruption. These constraints significantly narrow real-world exposure, keeping the risk profile in the Moderate range despite the possibility of high local integrity impact when exploited.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66034"
},
{
"category": "external",
"summary": "RHBZ#2417780",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417780"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66034",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66034"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66034",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66034"
},
{
"category": "external",
"summary": "https://github.com/fonttools/fonttools/commit/a696d5ba93270d5954f98e7cab5ddca8a02c1e32",
"url": "https://github.com/fonttools/fonttools/commit/a696d5ba93270d5954f98e7cab5ddca8a02c1e32"
},
{
"category": "external",
"summary": "https://github.com/fonttools/fonttools/security/advisories/GHSA-768j-98cg-p3fv",
"url": "https://github.com/fonttools/fonttools/security/advisories/GHSA-768j-98cg-p3fv"
}
],
"release_date": "2025-11-29T01:07:12.193000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "To mitigate this issue, avoid processing untrusted .designspace files with the fontTools varLib script or any application that invokes fontTools.varLib.main(). Restrict the execution environment of processes handling .designspace files to minimize potential impact from arbitrary file writes. If the fonttools package is not required, consider removing it.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:N/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "fonttools: fontTools: Arbitrary file write leading to remote code execution via malicious .designspace file"
},
{
"cve": "CVE-2025-66416",
"cwe": {
"id": "CWE-1188",
"name": "Initialization of a Resource with an Insecure Default"
},
"discovery_date": "2025-12-02T19:01:33.806874+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418445"
}
],
"notes": [
{
"category": "description",
"text": "A DNS rebinding flaw has been discovered in the pypi mcp library. The Model Context Protocol (MCP) Python SDK does not enable DNS rebinding protection by default for HTTP-based servers. When an HTTP-based MCP server is run on localhost without authentication using FastMCP with streamable HTTP or SSE transport, and has not configured TransportSecuritySettings, a malicious website could exploit DNS rebinding to bypass same-origin policy restrictions and send requests to the local MCP server. This could allow an attacker to invoke tools or access resources exposed by the MCP server on behalf of the user in those limited circumstances.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "mcp: DNS Rebinding Protection Disabled by Default in Model Context Protocol Python SDK",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66416"
},
{
"category": "external",
"summary": "RHBZ#2418445",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418445"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66416",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66416"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66416",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66416"
},
{
"category": "external",
"summary": "https://github.com/modelcontextprotocol/python-sdk/commit/d3a184119e4479ea6a63590bc41f01dc06e3fa99",
"url": "https://github.com/modelcontextprotocol/python-sdk/commit/d3a184119e4479ea6a63590bc41f01dc06e3fa99"
},
{
"category": "external",
"summary": "https://github.com/modelcontextprotocol/python-sdk/security/advisories/GHSA-9h52-p55h-vw2f",
"url": "https://github.com/modelcontextprotocol/python-sdk/security/advisories/GHSA-9h52-p55h-vw2f"
}
],
"release_date": "2025-12-02T18:14:28.310000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "mcp: DNS Rebinding Protection Disabled by Default in Model Context Protocol Python SDK"
},
{
"cve": "CVE-2025-66418",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-05T17:01:20.277857+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419455"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3 Python library that could lead to a Denial of Service condition. A remote, malicious server can exploit this flaw by responding to a client request with an HTTP message that uses an excessive number of chained compression algorithms. This unlimited decompression chain causes the client system to consume a virtually unbounded amount of CPU resources and memory. The high resource usage leads to service disruption, making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "RHBZ#2419455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66418"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8",
"url": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53"
}
],
"release_date": "2025-12-05T16:02:15.271000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion"
},
{
"cve": "CVE-2025-66448",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2025-12-01T23:01:07.198041+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418152"
}
],
"notes": [
{
"category": "description",
"text": "A remote code execution vulnerability has been identified in vLLM. An attacker can exploit a weakness in the model loading process to silently fetch and run unauthorized, malicious Python code on the host system. This happens because the engine mistakenly executes code from a remote repository referenced in a model\u0027s configuration, even when explicit security measures are set to prevent it.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: vLLM: Remote Code Execution via malicious model configuration",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat because vLLM, when deployed in a Red Hat environment, is susceptible to remote code execution. An attacker can craft a malicious model configuration that, when loaded, fetches and executes arbitrary Python code from a remote repository, even if `trust_remote_code` is explicitly set to `False`.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66448"
},
{
"category": "external",
"summary": "RHBZ#2418152",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418152"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66448",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66448"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66448",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66448"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/ffb08379d8870a1a81ba82b72797f196838d0c86",
"url": "https://github.com/vllm-project/vllm/commit/ffb08379d8870a1a81ba82b72797f196838d0c86"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/28126",
"url": "https://github.com/vllm-project/vllm/pull/28126"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-8fr4-5q9j-m8gm",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-8fr4-5q9j-m8gm"
}
],
"release_date": "2025-12-01T22:45:42.566000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vllm: vLLM: Remote Code Execution via malicious model configuration"
},
{
"cve": "CVE-2025-66471",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2025-12-05T17:02:21.597728+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419467"
}
],
"notes": [
{
"category": "description",
"text": "A decompression handling flaw has been discovered in urllib3. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data; CWE-409) on the client side, even if the application only requested a small chunk of data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 Streaming API improperly handles highly compressed data",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "RHBZ#2419467",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419467"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66471"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7",
"url": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37"
}
],
"release_date": "2025-12-05T16:06:08.531000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 Streaming API improperly handles highly compressed data"
},
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
},
{
"cve": "CVE-2025-66626",
"cwe": {
"id": "CWE-73",
"name": "External Control of File Name or Path"
},
"discovery_date": "2025-12-09T21:01:10.560389+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2420818"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal and arbitrary file overwrite vulnerability has been identified in Argo Workflows during the extraction of archived artifacts, where symbolic links inside a crafted archive are not safely validated before file extraction. An attacker could exploit this flaw by submitting a malicious archive containing symbolic links that point outside the intended extraction directory, causing files to be written or overwritten in unintended locations within the workflow pod. Successful exploitation may allow an attacker to overwrite execution control files and achieve arbitrary command execution during pod startup.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/argoproj/argo-workflows: argoproj/argo-workflows is vulnerable to RCE via ZipSlip and symbolic links",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security has rated this issue as High severity (CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:H, 8.3) because an attacker with basic workflow submission privileges can supply a specially crafted archive that is automatically extracted without proper validation. The attack complexity is low and does not require user interaction once the malicious workflow is submitted. Successful exploitation allows arbitrary file overwrite within the affected pod, including critical execution files, which can result in code execution at pod startup. While the impact is generally limited to the compromised pod and does not directly lead to host-level compromise, the integrity and availability impacts within the container are significant, justifying a High severity rating.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66626"
},
{
"category": "external",
"summary": "RHBZ#2420818",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2420818"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66626",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66626"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66626",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66626"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-p84v-gxvw-73pf",
"url": "https://github.com/advisories/GHSA-p84v-gxvw-73pf"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-workflows/blob/5291e0b01f94ba864f96f795bb500f2cfc5ad799/workflow/executor/executor.go#L1034-L1037",
"url": "https://github.com/argoproj/argo-workflows/blob/5291e0b01f94ba864f96f795bb500f2cfc5ad799/workflow/executor/executor.go#L1034-L1037"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-workflows/commit/6b92af23f35aed4d4de8b04adcaf19d68f006de1",
"url": "https://github.com/argoproj/argo-workflows/commit/6b92af23f35aed4d4de8b04adcaf19d68f006de1"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-workflows/security/advisories/GHSA-xrqc-7xgx-c9vh",
"url": "https://github.com/argoproj/argo-workflows/security/advisories/GHSA-xrqc-7xgx-c9vh"
}
],
"release_date": "2025-12-09T20:19:14.680000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/argoproj/argo-workflows: argoproj/argo-workflows is vulnerable to RCE via ZipSlip and symbolic links"
},
{
"cve": "CVE-2025-67725",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-12-12T09:44:25.333328+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2421722"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Tornado networking library. In Tornado, a single maliciously crafted HTTP request can block the server\u0027s event loop for an extended period, caused by the HTTPHeaders.add method. The function accumulates values using string concatenation when the same header name is repeated, causing a Denial of Service (DoS). Due to Python string immutability, each concatenation copies the entire string, resulting in O(n\u00b2) time complexity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "tornado: Tornado Quadratic DoS via Repeated Header Coalescing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The availability impact of this flaw is partially mitigated on Red Hat products as the host systems are not at risk.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-67725"
},
{
"category": "external",
"summary": "RHBZ#2421722",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2421722"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-67725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67725"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-67725",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-67725"
},
{
"category": "external",
"summary": "https://github.com/tornadoweb/tornado/commit/771472cfdaeebc0d89a9cc46e249f8891a6b29cd",
"url": "https://github.com/tornadoweb/tornado/commit/771472cfdaeebc0d89a9cc46e249f8891a6b29cd"
},
{
"category": "external",
"summary": "https://github.com/tornadoweb/tornado/releases/tag/v6.5.3",
"url": "https://github.com/tornadoweb/tornado/releases/tag/v6.5.3"
},
{
"category": "external",
"summary": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-c98p-7wgm-6p64",
"url": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-c98p-7wgm-6p64"
}
],
"release_date": "2025-12-12T05:49:41.523000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "tornado: Tornado Quadratic DoS via Repeated Header Coalescing"
},
{
"cve": "CVE-2025-67726",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2025-12-12T09:45:15.366983+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2421733"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Tornado networking library. Affected versions of Tornado us an inefficient algorithm when parsing parameters for HTTP header values, potentially causing a DoS. The _parseparam function in httputil.py is used to parse specific HTTP header values, such as those in multipart/form-data and repeatedly calls string.count() within a nested loop while processing quoted semicolons. If an attacker sends a request with a large number of maliciously crafted parameters in a Content-Disposition header, the server\u0027s CPU usage increases quadratically (O(n\u00b2)) during parsing. Due to Tornado\u0027s single event loop architecture, a single malicious request can cause the entire server to become unresponsive for an extended period.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "tornado: Tornado Quadratic DoS via Crafted Multipart Parameters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The availability impact of this flaw is partially mitigated on Red Hat products as the host systems are not at risk.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-67726"
},
{
"category": "external",
"summary": "RHBZ#2421733",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2421733"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-67726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-67726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-67726"
},
{
"category": "external",
"summary": "https://github.com/tornadoweb/tornado/commit/771472cfdaeebc0d89a9cc46e249f8891a6b29cd",
"url": "https://github.com/tornadoweb/tornado/commit/771472cfdaeebc0d89a9cc46e249f8891a6b29cd"
},
{
"category": "external",
"summary": "https://github.com/tornadoweb/tornado/releases/tag/v6.5.3",
"url": "https://github.com/tornadoweb/tornado/releases/tag/v6.5.3"
},
{
"category": "external",
"summary": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-jhmp-mqwm-3gq8",
"url": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-jhmp-mqwm-3gq8"
}
],
"release_date": "2025-12-12T06:13:51.336000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "tornado: Tornado Quadratic DoS via Crafted Multipart Parameters"
},
{
"cve": "CVE-2025-68156",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-16T19:01:42.049157+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2422891"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Expr, an expression language and expression evaluation for Go. This vulnerability allows a denial of service (DoS) via recursive traversal over user-provided deeply nested or cyclic data structures without enforcing a maximum recursion depth, leading to a stack overflow panic and application crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/expr-lang/expr: Expr: Denial of Service via uncontrolled recursion in expression evaluation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products utilizing the `Expr` Go library because it can lead to a denial-of-service. Exploitation requires an application to evaluate expressions against untrusted or insufficiently validated data structures containing deeply nested or cyclic references, which can cause a stack overflow and application crash. Products that do not process untrusted input with `Expr` are not affected.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68156"
},
{
"category": "external",
"summary": "RHBZ#2422891",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2422891"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68156",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68156"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68156",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68156"
},
{
"category": "external",
"summary": "https://github.com/expr-lang/expr/pull/870",
"url": "https://github.com/expr-lang/expr/pull/870"
},
{
"category": "external",
"summary": "https://github.com/expr-lang/expr/security/advisories/GHSA-cfpf-hrx2-8rv6",
"url": "https://github.com/expr-lang/expr/security/advisories/GHSA-cfpf-hrx2-8rv6"
}
],
"release_date": "2025-12-16T18:24:11.648000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "To mitigate this issue, applications using the `Expr` library should ensure that evaluation environments do not contain cyclic references. Additionally, externally supplied data structures must be validated or sanitized before being passed to `Expr` for evaluation. As a last-resort defensive measure, expression evaluation can be wrapped with panic recovery to prevent a full process crash.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/expr-lang/expr: Expr: Denial of Service via uncontrolled recursion in expression evaluation"
},
{
"cve": "CVE-2025-68476",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-12-22T22:03:38.850390+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2424509"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in KEDA, a Kubernetes-based Event Driven Autoscaling component. This arbitrary file read vulnerability allows an attacker with permissions to create or modify a TriggerAuthentication resource to read any file from the node\u0027s filesystem where the KEDA pod resides. This is due to insufficient path validation when handling Service Account Tokens during HashiCorp Vault authentication. Successful exploitation can lead to the exfiltration of sensitive system information, such as secrets or configuration files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/kedacore/keda: KEDA: Arbitrary file read vulnerability in Vault authentication",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important because an attacker with permissions to create or modify a KEDA TriggerAuthentication resource can perform arbitrary file reads from the node\u0027s filesystem. This impacts Red Hat OpenShift products that utilize KEDA with HashiCorp Vault authentication.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68476"
},
{
"category": "external",
"summary": "RHBZ#2424509",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2424509"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68476",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68476"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68476",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68476"
},
{
"category": "external",
"summary": "https://github.com/kedacore/keda/commit/15c5677f65f809b9b6b59a52f4cf793db0a510fd",
"url": "https://github.com/kedacore/keda/commit/15c5677f65f809b9b6b59a52f4cf793db0a510fd"
},
{
"category": "external",
"summary": "https://github.com/kedacore/keda/security/advisories/GHSA-c4p6-qg4m-9jmr",
"url": "https://github.com/kedacore/keda/security/advisories/GHSA-c4p6-qg4m-9jmr"
}
],
"release_date": "2025-12-22T21:35:00.480000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/kedacore/keda: KEDA: Arbitrary file read vulnerability in Vault authentication"
},
{
"cve": "CVE-2025-68665",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2025-12-24T00:00:48.460044+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2424797"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in LangChain. A remote attacker could exploit a serialization injection vulnerability in the `toJSON()` method. This occurs because the method fails to properly escape objects containing \u0027lc\u0027 keys during serialization of free-form data. When user-controlled data includes this key structure, it is incorrectly processed as a legitimate LangChain object during deserialization, which could lead to arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "langchain-core: LangChain: Arbitrary Code Execution via Serialization Injection",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products. A serialization injection flaw in LangChain\u0027s `toJSON()` method allows a remote attacker to achieve arbitrary code execution. This occurs when user-controlled data containing specific \u0027lc\u0027 key structures is improperly processed as a legitimate LangChain object during deserialization.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68665"
},
{
"category": "external",
"summary": "RHBZ#2424797",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2424797"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68665",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68665"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68665",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68665"
},
{
"category": "external",
"summary": "https://github.com/langchain-ai/langchainjs/commit/e5063f9c6e9989ea067dfdff39262b9e7b6aba62",
"url": "https://github.com/langchain-ai/langchainjs/commit/e5063f9c6e9989ea067dfdff39262b9e7b6aba62"
},
{
"category": "external",
"summary": "https://github.com/langchain-ai/langchainjs/releases/tag/%40langchain%2Fcore%401.1.8",
"url": "https://github.com/langchain-ai/langchainjs/releases/tag/%40langchain%2Fcore%401.1.8"
},
{
"category": "external",
"summary": "https://github.com/langchain-ai/langchainjs/releases/tag/langchain%401.2.3",
"url": "https://github.com/langchain-ai/langchainjs/releases/tag/langchain%401.2.3"
},
{
"category": "external",
"summary": "https://github.com/langchain-ai/langchainjs/security/advisories/GHSA-r399-636x-v7f6",
"url": "https://github.com/langchain-ai/langchainjs/security/advisories/GHSA-r399-636x-v7f6"
}
],
"release_date": "2025-12-23T22:56:04.837000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "langchain-core: LangChain: Arbitrary Code Execution via Serialization Injection"
},
{
"cve": "CVE-2025-69223",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-06T20:01:19.831548+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427456"
}
],
"notes": [
{
"category": "description",
"text": "A decompression based denial of service flaw has been discovered in the AIOHTTP python library. Library versions 3.13.2 and below allow a zip bomb to be used to execute a DoS against the AIOHTTP server. An attacker may be able to send a compressed request that when decompressed by AIOHTTP could exhaust the host\u0027s memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aiohttp: AIOHTTP\u0027s HTTP Parser auto_decompress feature is vulnerable to zip bomb",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69223"
},
{
"category": "external",
"summary": "RHBZ#2427456",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427456"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69223",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69223"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69223",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69223"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/commit/2b920c39002cee0ec5b402581779bbaaf7c9138a",
"url": "https://github.com/aio-libs/aiohttp/commit/2b920c39002cee0ec5b402581779bbaaf7c9138a"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-6mq8-rvhq-8wgg",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-6mq8-rvhq-8wgg"
}
],
"release_date": "2026-01-05T22:00:17.715000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "aiohttp: AIOHTTP\u0027s HTTP Parser auto_decompress feature is vulnerable to zip bomb"
},
{
"cve": "CVE-2025-69872",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2026-02-11T19:01:01.798056+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439059"
}
],
"notes": [
{
"category": "description",
"text": "A deserialization flaw was found in python-diskcache. This component uses Python pickle for serialization by default. An attacker with write access to the cache directory can exploit this vulnerability to achieve arbitrary code execution when a victim application reads from the cache. The impact of this flaw is scoped to the user running the tool.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-diskcache: python-diskcache: Arbitrary code execution via insecure pickle deserialization",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69872"
},
{
"category": "external",
"summary": "RHBZ#2439059",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439059"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69872"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69872",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69872"
},
{
"category": "external",
"summary": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69872-DiskCache-Pickle-Deserialization.md",
"url": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69872-DiskCache-Pickle-Deserialization.md"
},
{
"category": "external",
"summary": "https://github.com/grantjenks/python-diskcache",
"url": "https://github.com/grantjenks/python-diskcache"
}
],
"release_date": "2026-02-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-diskcache: python-diskcache: Arbitrary code execution via insecure pickle deserialization"
},
{
"cve": "CVE-2026-0897",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-15T16:01:16.399378+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430027"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Keras. A remote attacker can cause a Denial of Service (DoS) by providing a specially crafted .keras archive containing a model weights file (model.weights.h5) that declares an extremely large data shape. This can lead to excessive memory allocation, resulting in memory exhaustion and a crash of the Python interpreter.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Keras: Keras: Denial of Service via crafted HDF5 weight loading file",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat OpenShift AI. A remote attacker can cause a Denial of Service (DoS) by providing a crafted `.keras` archive with an excessively large dataset shape, leading to memory exhaustion. This impacts Red Hat OpenShift AI components that utilize Keras for model handling.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-0897"
},
{
"category": "external",
"summary": "RHBZ#2430027",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430027"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-0897",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0897"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-0897",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-0897"
},
{
"category": "external",
"summary": "https://github.com/keras-team/keras/pull/21880",
"url": "https://github.com/keras-team/keras/pull/21880"
}
],
"release_date": "2026-01-15T14:09:53.603000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "To mitigate this issue, avoid loading Keras model archives from untrusted sources. If processing untrusted Keras model archives is unavoidable, ensure they are processed within an isolated and resource-constrained environment to limit the impact of potential memory exhaustion attacks.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Keras: Keras: Denial of Service via crafted HDF5 weight loading file"
},
{
"cve": "CVE-2026-1260",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"discovery_date": "2026-01-22T18:00:55.604197+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2432079"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Sentencepiece. This flaw involves invalid memory access when the software processes a specially crafted, vulnerable model file. A local attacker could exploit this by tricking a user into loading such a file. Successful exploitation could lead to a denial of service, information disclosure, or potentially arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "sentencepiece: Sentencepiece: Invalid memory access leading to potential arbitrary code execution via a crafted model file.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This IMPORTANT flaw in Sentencepiece allows invalid memory access when processing a specially crafted model file. A local attacker could exploit this by deceiving a user into loading a malicious file, potentially leading to denial of service, information disclosure, or arbitrary code execution. Red Hat products utilizing Sentencepiece, such as Red Hat AI Inference Server and Red Hat OpenShift AI, are affected if they process untrusted model files.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1260"
},
{
"category": "external",
"summary": "RHBZ#2432079",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2432079"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1260",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1260"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1260",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1260"
},
{
"category": "external",
"summary": "https://github.com/google/sentencepiece/releases/tag/v0.2.1",
"url": "https://github.com/google/sentencepiece/releases/tag/v0.2.1"
}
],
"release_date": "2026-01-22T17:06:17.340000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "sentencepiece: Sentencepiece: Invalid memory access leading to potential arbitrary code execution via a crafted model file."
},
{
"cve": "CVE-2026-21441",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-01-07T23:01:59.422078+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427726"
}
],
"notes": [
{
"category": "description",
"text": "urllib3 is an HTTP client library for Python. urllib3\u0027s streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. urllib3 can perform decoding or decompression based on the HTTP `Content-Encoding` header (e.g., `gzip`, `deflate`, `br`, or `zstd`). When using the streaming API, the library decompresses only the necessary bytes, enabling partial content consumption. Starting in version 1.22 and prior to version 2.6.3, for HTTP redirect responses, the library would read the entire response body to drain the connection and decompress the content unnecessarily. This decompression occurred even before any read methods were called, and configured read limits did not restrict the amount of decompressed data. As a result, there was no safeguard against decompression bombs. A malicious server could exploit this to trigger excessive resource consumption on the client. Applications and libraries are affected when they stream content from untrusted sources by setting `preload_content=False` when they do not disable redirects. Users should upgrade to at least urllib3 v2.6.3, in which the library does not decode content of redirect responses when `preload_content=False`. If upgrading is not immediately possible, disable redirects by setting `redirect=False` for requests to untrusted source.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "RHBZ#2427726",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427726"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b",
"url": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99"
}
],
"release_date": "2026-01-07T22:09:01.936000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)"
},
{
"cve": "CVE-2026-22778",
"cwe": {
"id": "CWE-209",
"name": "Generation of Error Message Containing Sensitive Information"
},
"discovery_date": "2026-02-03T00:01:43.512265+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2436113"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in vLLM, an inference and serving engine for large language models (LLMs). A remote attacker can exploit this vulnerability by sending a specially crafted video URL to vLLM\u0027s multimodal endpoint. This action causes vLLM to leak a heap memory address, significantly reducing the effectiveness of Address Space Layout Randomization (ASLR). This information disclosure can then be chained with a heap overflow vulnerability to achieve remote code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vLLM: vLLM: Remote code execution via invalid image processing in the multimodal endpoint.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Critical rather than Important because it allows unauthenticated remote code execution without requiring user interaction, ultimately leading to full compromise of the affected system. An attacker can provide a malicious video URL to a vulnerable vLLM inference endpoint, which causes the service to automatically retrieve and process attacker-controlled media content. During decoding, a heap overflow is triggered in the underlying video processing stack, enabling corruption of heap memory and potential overwriting of control structures to execute arbitrary commands on the host. In addition, an information disclosure condition can leak memory addresses, significantly weakening ASLR protections and making exploitation more reliable when combined with the heap overflow. Successful exploitation compromises the confidentiality, integrity, and availability of the system and can impact deployments such as Red Hat AI Inference Server, Red Hat Enterprise Linux AI, and Red Hat OpenShift AI, thereby meeting Red Hat\u2019s criteria for Critical severity rather than Important impact.\n\nThe vLLM vulnerability depends on CVE-2025-9951, as processing attacker-controlled media can trigger the JPEG2000 decoder heap overflow, which can then be exploited within the vLLM video handling pipeline to cause memory corruption and potentially achieve remote code execution.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22778"
},
{
"category": "external",
"summary": "RHBZ#2436113",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436113"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22778",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22778"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22778",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22778"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/31987",
"url": "https://github.com/vllm-project/vllm/pull/31987"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/32319",
"url": "https://github.com/vllm-project/vllm/pull/32319"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/releases/tag/v0.14.1",
"url": "https://github.com/vllm-project/vllm/releases/tag/v0.14.1"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-4r2x-xpjr-7cvv",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-4r2x-xpjr-7cvv"
}
],
"release_date": "2026-02-02T21:09:53.265000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"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:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Critical"
}
],
"title": "vLLM: vLLM: Remote code execution via invalid image processing in the multimodal endpoint."
},
{
"cve": "CVE-2026-22807",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-01-21T22:00:55.823882+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431865"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in vLLM, an inference and serving engine for large language models (LLMs). This vulnerability allows a remote attacker to achieve arbitrary code execution on the vLLM host during model loading. This occurs because vLLM loads Hugging Face `auto_map` dynamic modules without properly validating the `trust_remote_code` setting. By influencing the model repository or path, an attacker can execute malicious Python code at server startup, even before any API requests are handled.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vLLM: vLLM: Arbitrary code execution via untrusted model loading",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as vLLM, an inference and serving engine for large language models, is vulnerable to arbitrary code execution. An attacker influencing the model repository or path can execute malicious Python code during server startup, affecting vLLM versions 0.10.1 through 0.13.x.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22807"
},
{
"category": "external",
"summary": "RHBZ#2431865",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431865"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22807",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22807"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22807",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22807"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/78d13ea9de4b1ce5e4d8a5af9738fea71fb024e5",
"url": "https://github.com/vllm-project/vllm/commit/78d13ea9de4b1ce5e4d8a5af9738fea71fb024e5"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/32194",
"url": "https://github.com/vllm-project/vllm/pull/32194"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/releases/tag/v0.14.0",
"url": "https://github.com/vllm-project/vllm/releases/tag/v0.14.0"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-2pc9-4j83-qjmr",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-2pc9-4j83-qjmr"
}
],
"release_date": "2026-01-21T21:13:11.894000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "To mitigate this issue, ensure that vLLM instances are configured to load models only from trusted and verified repositories. Restrict access to the model repository path to prevent unauthorized modification or introduction of malicious code. Implement strict access controls and integrity checks for all model sources.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vLLM: vLLM: Arbitrary code execution via untrusted model loading"
},
{
"cve": "CVE-2026-24049",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-01-22T05:00:54.709179+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431959"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw has been discovered in the python wheel too. The unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the filename from the archive header for the chmod operation, even though the extraction process itself might have sanitized the path. Attackers can craft a malicious wheel file that, when unpacked, changes the permissions of critical system files (e.g., /etc/passwd, SSH keys, config files), allowing for Privilege Escalation or arbitrary code execution by modifying now-writable scripts.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "RHBZ#2431959",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431959"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24049"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef",
"url": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/releases/tag/0.46.2",
"url": "https://github.com/pypa/wheel/releases/tag/0.46.2"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx",
"url": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx"
}
],
"release_date": "2026-01-22T04:02:08.706000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking"
},
{
"cve": "CVE-2026-24486",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-01-27T01:00:58.032530+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2433132"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python-Multipart, a tool for parsing multipart form data in Python applications. This vulnerability, known as path traversal, allows a remote attacker to write uploaded files to any location on the server\u0027s file system. This exploitation occurs when specific non-default configuration options, `UPLOAD_DIR` and `UPLOAD_KEEP_FILENAME=True`, are enabled, and a malicious filename is provided during a file upload. The primary consequence is unauthorized file creation or modification, which could lead to system compromise.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-multipart: Python-Multipart: Arbitrary file write via path traversal vulnerability",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24486"
},
{
"category": "external",
"summary": "RHBZ#2433132",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2433132"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24486",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24486"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24486",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24486"
},
{
"category": "external",
"summary": "https://github.com/Kludex/python-multipart/commit/9433f4bbc9652bdde82bbe380984e32f8cfc89c4",
"url": "https://github.com/Kludex/python-multipart/commit/9433f4bbc9652bdde82bbe380984e32f8cfc89c4"
},
{
"category": "external",
"summary": "https://github.com/Kludex/python-multipart/releases/tag/0.0.22",
"url": "https://github.com/Kludex/python-multipart/releases/tag/0.0.22"
},
{
"category": "external",
"summary": "https://github.com/Kludex/python-multipart/security/advisories/GHSA-wp53-j4wj-2cfg",
"url": "https://github.com/Kludex/python-multipart/security/advisories/GHSA-wp53-j4wj-2cfg"
}
],
"release_date": "2026-01-27T00:34:06.229000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-04T07:18:30+00:00",
"details": "For Red Hat OpenShift AI 3.3 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3713"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, avoid enabling the `UPLOAD_KEEP_FILENAME=True` configuration option in applications using `python-multipart`. This option, when used with `UPLOAD_DIR`, allows an attacker to write files to arbitrary locations. Disabling or not configuring `UPLOAD_KEEP_FILENAME=True` prevents the path traversal vulnerability.",
"product_ids": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:0c334fac60120561ee6d0c40b92ce2563ba347c1de69a27665469376ad755359_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:5edde6c78fd7364448600e6267f7c1980263f9c26acd0d4b389e50d1c61e7d2f_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:894f3f6f3b8de4c4a448284d12ac7a8bddecc370d64aa71e02ace54d68778e35_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:cc0ed599f4081c3104ef9696e5f9492e97d8f73bc26ec76f3019b1712e88ae3d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:44c484f8ad059eb57ff8b45a4c551ba068f6673946c7c0dcd5ae0e4b9e1094ad_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:66f05c186fd3dd584fabc3560433553d7e4e167dcc82185bcb676c92e19d33e5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:775b530d43a09a912b6809d19dd908f914a36002ff5a793ae1fc0bf4f8f55402_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:cabbd6c56c159334e8ba9479a3f71f27875355ca3ea3cfad1d16daecdfbf3b2b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:6fe430b75d6d92cde069a1fab1b6801a9b99b3bf770f6c3d82def37154e0ab24_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:718c9e074ac5dfa33721bc69bb3f932b5a106707ceac9e2dfb81db78d57c2f71_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:93660141b12c0d6a9a4bbeacda9053f531c3e739a419e288a2c985747c9ab245_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:1433b8a0640daa7cfd48c83802d29b14fc34410786464a9da5ddc7d67d31ab5e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:c012aec019ee94203fbad0d8c3050bdf8425033b4fc7ea9f1c6fbc645a218151_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:da59e9d0a9bf018470c7814bbae989843f8b038103052ce3c20a65ad6fe41a44_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2e13f1f46f139e30c2a935d53e5533a377a0c675cca3ed69e3ca4755554b3451_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:b0634a6f357d65626cedc80ff2f425ab9d00c402dc6c4f6e698c767660b4b86a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:c15a9100ab105374d22f305cb3979b9762316c8184e8b038e5ab9f06af681d56_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:11ae73edee538dc0138819c8e632daec1aead9e3d771800036175fb1858d669a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:75381bccabd8eb194d546b1d4e63f13e88992265184789ac134dd5943bd18684_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b03ce277c86aa384149883dda3d56de90b5f7252a81b39b2237fb9455e893290_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:011559df6f6e4ea3ce1fb5733d3ba6678d55c159a8771e6b683abaf23eff64ef_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:3d82d3d0650b51cfdfc06314b3f0b74850675eaf618008665fa2faf5ec66373a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:ce24a2e73c8d1dfed5dbb5c361df8cd1eb15b6a5941e18ee6cf1fa3944e47311_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:3dfe5854a98305536163099dcfdf8dfa44a8747b2543290e62229f99f269051a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c1a7b92de33a10c6acab41e48bc68345ab6d0e2eeac9980580499ef6bf2787ac_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:c25196fa8be3c977511ec4433667350eb6483e3ea69869016fd3e5e5c5eba1de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:eb077f3d39ea9ea018abd36e0bb58e554d8401f69b250ffd3425efbe38ad32e9_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1405bb0ce5b4a0ea2d4d84e59a310c2a3f874aa916a4bda07a3ff1371bf65f1e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:a6a0c5507c95e0c73d3174dd66809140cc50f52205730fc0db104ae96cc0df0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:df5eb8096ec25a1200c3c88304856214728c9f7fcafce66768510fd7bd767f6d_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:f61f7e9dc9b50c50afadb69eebd69e599dcbe4744df2fad508de1eafd8d8fc3c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:ab46715b69faa2ded7c82fe241054d8e413ae2aede09f6ee1d6a2d5ea1459076_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:b97d27fc2dd4324bdf70f33cbb35517ab50f1ccf7d94e7ac7718e7c111fb6def_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:bf6d5fb8e486b2bf5a1f3249a7e8bd2d4b452be3bf93744fe61536e7cd7587cd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:f2add617b198374076841393161fc58167b0407f43cf0b7944fd6c8a2aeb8c9a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:1f2995ee9de8b0dd7e45fc26dcef5f5a7a2e38b2e564ab3e6460c4af76e22e82_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:599c13b4ecdaf8cfe00bef9270d5ef4286c4f5a238bacf801f901973b152c694_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:8a8b9aa606fadb92796dc1310c4604c669570da12735fe73f73b65386c439556_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:fe135e808533f7267267fe2f6bfcba0f28d2184991d82ccd1b85eab6b815c3c9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:67dee2abb1b3db82eeafba21914fdb5904ce09b95f2888dea485a5a7df4d58e6_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:861d9c9ff292c8baf9f541a384ab323943c1d0aec29349dde7ac957d2dde7ee7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:9c240f185478ac30dd82c9b55c0a882a45744c08a6f698da754872b0eeb9103e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:afb0fb167b488bb53706e2979bd58b4ee88f2624642b76dccc3a7e3f7ab0aa7e_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:25306815d697653646bda1a84d7efc28403e1c62b3bb8a144319854ad527771d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:4fb1f0d669a402cfeb3b7c241a1a095a245c004d553807eb1760bda41c697d9e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a0e6b5b5133598ee3aa52b2047889105269d90467dea0541885ce3ee07e90235_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:b54a836af6a4837a3bbb95e2575ef5d33a380af9e18fcda29b005d654c1149a1_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:926c814e6bd2362ace77e131690edec47d7cc4f5a7317a3f882cb1b9f38e330b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b342f7d470688180c3f91b9c8652aaee8250a036a0c8f550d31ea5816d2c8cab_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:b67292b8828b41361925def921ba2713b4d7eaa83b2088e0ad21e44ba52eb228_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:bb3d89ff8b3e2f5072f5a645c8e3d79ee1d1a618f7bab6b39f7f1d12a33d44f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:10fc9f06c5ba90b54dd0259e855f64d16b8101e09721bc8ba6bc392e525a18e2_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:1921f38753f2bb2d3660536757d59c7751452fd43d5f251ced56fb3ace30bc7a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:62e5486f0847d10a6ff2d5d861f3a56c5757c4f164bff38cf1447d2ee197adfd_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kube-auth-proxy-rhel9@sha256:c9971ae0e94f8bcdc51d732d396fdfcdf45d006a1d9eebee02a461887661cdb3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:0e30cd189606d11bf40af1702dfcc7e675cddc1cb3ad6a5820bac0ade18a26fc_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:b99aeddbde6465143ef1737f94739e1a8882e90416edc8e7863681f4a3f31478_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:c907ef3c4bbc27e92ad71402fc0ef930b43824c7498256e351c8ef6c83dd9f7c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:796df53d5198c082dc00163036eb0771096d4b33a205253489879ae7c2fe9788_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:c905d0b1e77400bfb18cd2144ecfc0d89c0715d21aec659cb65b4e19160d4556_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:67a91e3995ac95fe7ce6cb4cd8d7a0c3aff9f582be250344c3f133c1192d3996_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:917f325b733cf31c17cb053a48ee9c50901509e44909d6352fedd27b49e5bdb2_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:72cf9b55de3005ffa92b1d529be2b3811069e76891839c56de25ee00384c3cda_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:9ce36d4e80b0d3d93ba4e4b770bb1abee8ac33fbc5826e9b6ad2348e1a366540_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:d18803b85860408912cb5b2c193d01eb91dbd18b2444fe4fcc4003aba25c5fad_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:faec972c598b2dd4ade8364c04302e6968bb2ec3ebbcda71b5a04f7c8692c09d_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:88038df417f490ab6b58824eefcc9f41788bdd05a885444cc3c6867818622967_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a1f4688dd9614ffb8c697b4b86fa9124fec38fe6650437bba3513fd0616218f0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:a61879d6bfb3fc61a3a3a9c817661fa4f9bc8d022480db989d0891cfb3bd21a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-maas-api-rhel9@sha256:f482b90af291891323d4b908a8bf55764e45247265e7d6bdf1b1f60119469845_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:2ddb32598147160c4414fe096185b0fb4c3fc32f481127759eba41d2c2eec178_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:40c74946e0ebdc1dd97d63879dec93c220de29459687bbbce46230a6d3717448_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:ec7ed7b30e33e305422637b7a717c2207c26d6a75e682b3c6aa326343fe2d9de_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:0cc9dff59c67d5fd46da3bea32cd2772a6ff36f78538deeb513f68e372317057_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:1265d27864792c773d09848f17bd9eb89c9e714678b47daf2e87ac95a648529e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:2ad30d2c7092b709fa4b418d6ba13f139481cbaed2774cffd32d3a269029b50f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:57b94b5d30433b69e45b557ae98a9d313a3dd763b3ce77305aeaa9fdceea4f9e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:e325f84ff3c76acd4cde268e5665d63620ee5710d3b5f8dae350f803fb3cb4e0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:ec14d4ec5e5d0d76bbae4844e657e1db20c9d45d2a68ad789727842a4f38a352_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:1add868cecc5047e2b8d0798711e69c04752aea126d6a647f2b076fa29d4562b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:2ad4e5b8c5ffa21a7f8ffb578607bb3ddea983ec6abfbe65c83a429efb880ae6_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d5c7e1a5da4de044b1d6aca851563660a08d06d1fa87254baf60c520be80466c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:4bdb6b3fc6c3d83af7fe641e2875148325c9a692604e663deb4464c8aeb4a11e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:5011e68f83b0af8069a1e9c3e688a273c3e284d2f540026482fbb806ca6973f0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:a63d2ddef8f85301edef6adbf6728091037fab80539ec6a4c3afb68acadfb9ed_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:17ad5c86c6ea5341aa1e89a01b3a241a6c9cc796a8a03d26b73a6417d4c87142_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:3d58fba728c7de48dc67890b521a5b98a431271013d8be5c9895da29208235f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:8c2c8eab6b76da0ab1db121eff2ea8b804b737254008c776d2efda15d9ac129f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-operator-rhel9@sha256:d243179e4c25f1dd22530351932309758018b739f50cca57394ec07c57be079b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:646a618c65ed2973c751e39c1907bbeb60114112c7ec0e97654a7a8e4499f731_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlflow-rhel9@sha256:d1a580dde89691d2fc9a9b4136670a49b0719716314fdaecc45dfd102365bdc5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:44040121c68c294bcac5185bdd0605c977295153cdcf17679fbe87a033aa3db3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:8c873b1a625be48bd43302636f614109f7d4f2a4e698a57dd470f8ffcc155543_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:adbfad77a6bb021cc5dba0e92014494d18fef4cc67a80ef4b10c9ea6077bca25_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:af2a7cc0fe0832282baa6bdeba996e89c64b7be22ef5de9890ca252a30dedc4f_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mlserver-rhel9@sha256:df315f9eb44e9452c6e1f8607915f535a6811ae149a87505a429f9e8530210bf_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:02f88d2aa9f70ac5e46992c07c1a42faf06207a1cb49e739b2329b5989d4b1ba_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:053f2d647f16d2865295c81bf9ff829b04f0b9890234f1cd43f2d9ad94210834_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:27a459921d45f58a6061ee834e7107cd1c93c9e0c2981e0f3f5265f660243c4e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:eb3d1df9d4eecd096aabbb55c1e95500a6fd869fb34aaf1e4a73df1e64d38a21_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:4c38feae457c214c8cecd6e951f72795af353f04b49f1f13b916a9239877967e_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:505b2277e37f977fa71a22e3038d21bacf88ec290d514cdb1927c85c9d811d20_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:dda3b4470eabadbbb7ea1607c3f549bafb2060ae38fbc16a834ed386164fc389_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:e89bfe7d432a1d5f49dbefaf3b6c846dc4288e400c78b84a246ef4408f410b9a_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:81deb1f2efb3a98c0ed22132ed4cdeb9a43b2a0d7067f3ada5fec3e2c78b751c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:85f1155d0ab83fea52ecb572c726e22ad7a430270e0f6a87492034e4409aa0a1_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b905087f429a2141ea07f54dec1e2606bd0b2892aa84e0926732acea77a72f4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:bd30cbb2f4a0320224aa0d6d25fa6383d65644c1b798238b575b577d1d818740_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:87dc8195302de5fdbf437242a5435a6997d9a27cd58106a8c7728924087475e3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:960f7e640f65b1286d45b9d75a1f2a57b486b46d2e5498f669dc2047b4d60bc5_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:bcc11b803c01544ee3492aebfa6438a7b8427814f87361a1fb055e53986d67b5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed5011bebc06ab6fbfcacf79794310154757f0777e87dfa17bc63624e047472e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:31f3c440efa3fc550a7fa42538021264dcbc2752f68c060f9e7a7eb52b1fbbc8_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:5952e8b5ff69cdd595fdc109ebc83a1ad467f5442d972555b2f28678d08180fb_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:a2a64070a3dff6b720e3dbcd5e34eddb3b3eccb7d012f27c654b341ced56df3a_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:d8c02e49ff461bb71e4ea27a5f624bca09bee766f1bfcfef639d4ff455b0448c_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:1d6e077d19a0a095b2ab16d6f63dace749ea0432d67aa5edca3621e52c957fca_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:54b7c9809711327d7cc7faa628d8f6e4c193dd7fb76fd08da236a8ff2c62d7b3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:5cbf0d5b6d06b743264cf84355f4c778f7d500a17aaaab481c0f03179cce3245_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-performance-data-rhel9@sha256:c75ad630e5ed2fd08231ee54baf2fa98f5a2729ea0e8795df541bed1beecc259_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:382d86ba9e00d2dab863565fbfa724ac858d33eeea25831ea1b3132b7b6f7774_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:3b74a8970629ae989058a87932b433cd0f96dcc4cf033f4a57742f9cc6d81a2e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:7cf2fb6da82a9ad2df3423c467b6d353d8623485d5a7d98eef46a193ad98de9d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:c5213506248a2bb521bcb16388bf9dc909dbf6bdce560dee9738b09cc67ba0a6_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:5f5c6f4cfc756c6379ef1197ff70010018a8201fb96f7dd078d4a85b0d2da858_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:77a56180496fcbc1b4664031951c4f2996e489c53851326a63896e8dcfa2b43b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:b20fd17c93e0c1eb99e925a9bf9f7f61c79ed11adbd7d2711ec3ae624f37a3fc_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:d9c32af7a0bbd8dd67f5b17c4775cca5fb3e067643e235fef7de561a7d565e0b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:2da0849b5c3f86b2c701ff72ae016be16aca1712022de6e2f2327f9c7be1071d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:68c1f94c7f641c1739a526bd503bcaa8e13b3eee3877eed99e0cfdcc3c1ccae9_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:a30ac17034dc212a5d4584460008d0f5388be6d9eab9ea3a0f06c8d3eb5a3239_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:b74ce6408e5249afadbd578b3ad79245b29d098af0ab322380afb8232f1153e0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:1fbdc4aa7cbf9ac18d6ee07b949e8ca7f4db7a64dbcc7c4045ff99024b7059c8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:3fcc96ec16f28ca0041ec9a85d80ce0240c47a9b1a304d5c8933df5a782d9689_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:5348f496783d927f0a6aa2ab2f084eab7047a850b7279e4a6b7308ffcbba128d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:8d88b8200e480d0066212410f090c7aa1d147078b004cdf586db358ed09ccc3b_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:3087aa37a80339adf03c53b180cbd5bb9f56463f27888171c576a9a4389c54e3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:bc7ba386b3ba7840d1b2408c7d4df60a5ad0e8c92f1510e2665cfa9b0bde0127_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:e7970ee21093c7bca6687f6f8b5e1e6a792f1ba280671c235222419fffae63b3_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:fffe0b7c417bf3d49eeedeb1608bad4dbe273732899852b5a092cf190eede1b7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:8c7183a236dc4572833eb5dc99d6d08919a0eece1d1f346a5a7195c7cc30fcd7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-operator-bundle@sha256:450afd8e025a407244ab1de6b551c03e0ba4810a10c227b4e2ceb8c6a8dde983_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:2c9753a43a23ab943cb8c0f43ac80d035e302336dd91fb259997a70325cb37f6_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:5681677ce16c49b2be01fd431d4b3c9a56ace94e967d0b12fb68bdfd41b668cb_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:bd10dadf6abf9c98b8c44258ccbbfd488d9daf722501e4381ac4088871db11df_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d8156790f262ad6081b9030afb6516f26079ae11612f6c2e78bc518ea92f10d3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:4096c7e3d91d69e41a95c39a40898ab2330c5511f0a175d23567e7142612e79a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:c484b151d74628f96c0dc6ea3710da759bf123b110ac0518e29536a66d961b47_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:dbda6e5ee064f6a7d0cf179e7845de1493ac6e5340a8e1c7630ae1cf1a7208e8_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:f648e514b71fef0d52d45e97c765a0fb1ab98d69209b4214aa0100cb1cc02329_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:b275a657a249223727b565df671c6c0db6e988b267cdb3ba0619c6334718747b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:12128f22697ec726d3cfa2b3eee1175976a87c4fab3aa6dcd89d9abe67093d0c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:7a884421baef638e002bc0fcecfd46ea42dec4001c558bb1185b8b8363b0adb2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:29293cdd2749c301a0e042ae09192e12ac2820cc18a1cfae2604906da61990ca_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:fe82beac213677f49829417625b86292ae9de39b4b888a88efac56ff212fbe99_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:5cb6f52106f21514649baea4646169c183d6b754397e3611c956aa174f3e5535_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:35cb893aa5d5d6682f8a4f5bb4c710ce710649c2463b5dc947b8ccb70b0bec0b_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:d107a8efa83a2f6ec0bf2dca3adbbd66ce980f63198b7f5d303d1c0ce23dbde3_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:e31d116755e6b17acb2bb993d12f89b9bf66c1acc8fae01aae3cc2d55fb2aa4b_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f3b79289ab473a89cbd3dcb32b0a1cdc3c7cdfd0d6df91c0d8f3d39cf732e2d5_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:281be99540995f110ae1d0dd4a243c648016bf098f1627f8db52a6e0be36927f_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:6931129dcba7e6378e5ce5935cef7c48124f64564186d9fdb7bfa5a3f7ea48e9_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:8c35f7911f39b5524cf177d48c705c55b915b9599ad7951f1da065f621ddb610_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:e9fb58e42f63ae48f8de8c737b3bb098d2768b58c79a41a279ba92f6ac34d866_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:215b1cf8a81bb95a01939bab0606817c7e352ad9ad1ca816901d27e95a91d40b_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:a46f01eb40b078f75581ab96175d9a5566fbd1d52dd4a3afa356f0950d5e225f_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:b1b22d03bf9cdbf36688fde1e0029902217d3d9d855b5cfa0c7fc87830364dc1_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:d00b7e7d7e252881c1954a930f649fecd3a3b4c57128b115b4fbba79e3b39255_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:2eba2717f00e05830a666fefe8c3973b49b15949b68b936d4dd2a7f2c86ffccb_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:6398cfc678bf6a9a201fbf570e02a07ee17c329daab9f6700efd23055bb7c1e4_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:969040125f6b3317c9d8ba42bb617e5f7cdfbae96543972b2770cd65fb14c013_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trainer-rhel9@sha256:df85f36f206d1e391e48e9a46fb16e90faf5c842b9fd0ff3ded03cbc8e7bfaa2_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:a916006227256e1bb7ca45961906aac51a87c480ca21a9446e549cf56d218215_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:5dad91aca0bca6b71596b2d7f9e62df7049c00c6a2e8f94fd3b6a20eb659a29c_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch28-py312-rhel9@sha256:5c118be16bd4ae3860ebae64acecaac1988d8a474d00a7951f603a6c58e24038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-cuda128-torch29-py312-rhel9@sha256:19f7c2c0bbe26aa7c1a4f3bb2026d83e2467c55fbb9edd70c8585b7e8a4cfa31_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:dacae7408e98047615c97bf8864f2564fb05c9681193b22cbc4074d3095ab524_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:e2565c013f3df99522c8c3bb0c5ab8a681f69bd7af21d939ad7274edd91cfeff_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:fb8041555c7636381e8d6bc412a247d57e01d9a2e908deef3e8749144be1b461_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:1859e6721718dfd4bcb9015cee436853384b556f51339b439bc56adf42ffc2d3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:2e7b526fb0c9ab8fc9bedbe313f7c8b44dba4fd647df515d7bca14f265644782_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch28-py312-rhel9@sha256:12b88af9a9a4672cb969d114108738e91ef446a2bade7be4a6e850c078ba6a94_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-training-rocm64-torch29-py312-rhel9@sha256:8b43a1178f6528364194bfb4685e0c55d9799c107f52bb81e3c7b96cfa7d13e7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:1e02aca2d97e63db119876910dd5fb9ab540a9802c7c339dacf6d22a79a7a363_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:33fa6c16b41efbbb626627b0b14fbb7c50c49d7b21dd39057fdbabba5683caec_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:8c39256a0384a21fac8921562c5f34c169fff7ecb0773ccff28d5812a66e0659_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-garak-lls-provider-dsp-rhel9@sha256:b98ce96e71e9e2571aa854d6b97fd65a19ea20f7eb2ac2eba9997e82903cbea0_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:d47b8ae17a3ec08d110b900cff77e753bc0391a852ee3373206f275fcb8c2a70_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-nemo-guardrails-server-rhel9@sha256:e362e0878700d37dec8be339a98012b160a42b69789df0802948ab9075447da5_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:ce76c80916a20d7724824975c56dc7fd6d16e6acafa37a504a879a711cb84001_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:da5c3c70126e18d29680e9b07c87149a44d35f656dc3a41cca67934b0f6dd00c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc7e5d6b8013c7e9e614619711197f69b0c578e550c34e374bdc72e0d46ef233_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:fc80237ff574c8271fb421af3d11ea37c2e09e879ecd83da09c38e3a2983aa45_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:1949c4b21aba9476a47ac3b51a5b2dd9a3c8fd18d9240d38af1f2943dcfc5a2d_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:866dc3e85e3f299ee2da31dbabf79154e916cfb3f299eb9f3a667a2ec59ec256_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:a2b7740c0398d3fb387acd2f27b99f60e86541e28a0f88adebcfdc961fe1329a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:ebe0c642a3dd94e03b9bd6fab380e6b76cc7782a33f387420d75c8133ed8fcde_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:220b4b7b6c4b956510ca4899dfc7ba293ed96d2462067a22607e7d68d54c25d0_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:38e53cc1ab36784dedb8363f1d053f25fbac136fd3baacdb41623a5a89a3bf50_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:55edc6fc0c0b9147a5949c01fb2e0c17655762d93326832492d3604448c8a0d7_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:c6c64bf1f5e5931e60aa65b7797df0b7aa4ac0c3829658870c44549748c89838_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:77a6ce81bcb9a0c6bd62fb0a5f19d5485fdd7afeda989a82ec81a23f004c1a7a_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:b1be1c175d3ec5a91ab42572b94a811758f9daa20aa0df6e41964a3a32b5037e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:30dd95f0c900b81b80e435796d82dd556814dd6d46c6b43b7dd879bcfdb8420e_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:0536538cc6a4ec7403d0dd8774dcf9cc6e462b1dff23db98f6bc34d3459ac5ae_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:5a20785988885858ddca04a5f8973e145a596cc04c03f00297a97100745f17de_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:b5bfb2913aa76f6d8036eb99b5900bdc0ff191981e9ede1be06c44e150c78502_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d9ad95375705d41dfa4dc47a0ba20b45b0ad8ecb09579f140b2e2cf5b0a83087_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:43d21d0d662ffeafe53ae795dfef523273fa163f66b8b8a75b20473e939b1026_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:73fbc52fb602c25c0bdb6b7421965da81797a409692a419e5e67e1309ade42be_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8245032ce4cdc765fa85dfef7c6c2da69f1d1860d824981eccdca3bddcf6bc4d_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:b21253e4b3674a593883c00064cf789f9af152824cd6bb8dfa7dd64a958871a3_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:44c8c2789b1773d6a66d68eac85262ac173989f99ae5bc0ea8c192bd1504d3f2_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:66e48bb049e8bd25462d2f1fdfcbab1f9449e5311226799bc0df6df47f9073ab_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:6ae42ef0d5a9f33afcd58482bdfefb79630a7216e3315b666455ab586101cc5c_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:987e4c318070bba5d19ebb378cea94bd94fa2143d4691ce648126319ab634fa8_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:a0d1f6b27d2efdeed7e9704b5ebadea84cc57a1b5a43a9288531430f6de0b3f3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:b0dc429ede9315ffa11ca3d75dd620746a860fe54090e6588008fd2b0b6c6755_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:75cb61e92fd90fb9c0dffbda67fd43b089cc2bf39eedcacc5ff09bfd04024c41_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:f818bea78b6625dd967ef8ea3ef914fdf48f50169e78590ea01d8aad0c9dc3f7_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:a4e27470683e611f9a48d97ed99223310876c2c9899fc031e3761f436d5822b0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:8c992019d49325f304a04bbe85b3b269f31cb86d69c48a05e462521d68242ba3_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:118431b70712622eebc503820f1fbefea0f0b1932f12f20f2f05330025b353ce_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:88a634abd0d43f5d749565f4485fc2dead0b4347744c7553fd9b19a6c7b67fac_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:fcfb4db43f18461159c3523a989178e34c190f1109f38af0f215017904bdaac8_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:21ce8b1d704b14c4d0c68fb2cd8db48d9e22e636a060fedc221f00980333de0a_arm64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:32767e9de67e0c61032d558eeb4dec44f6fa4be8ec4f2de2c2cbdc01a1515e37_s390x",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:472f7d41e6d04755f12af7c3f0f6f29544f17f9310db41bfe0d56444d308920e_ppc64le",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:548f3ccd8250468abe21500cee03045391ae25d9d4f9109962210e06d3782038_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:5603b74e8048d97eb00b5445206ffa95d7881a1c2e9a859e5977b3bd5b3deec0_amd64",
"Red Hat OpenShift AI 3.3:registry.redhat.io/rhoai/rhai-cli-rhel9@sha256:66311faf33ac9aa00ebb19871aeb559f0d69958cd6a753a3ca6fa59e993c591c_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python-multipart: Python-Multipart: Arbitrary file write via path traversal vulnerability"
}
]
}
RHSA-2026:2762
Vulnerability from csaf_redhat - Published: 2026-02-16 17:44 - Updated: 2026-03-18 21:17Notes
{
"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 Quay 3.10.18 is now available with bug fixes.",
"title": "Topic"
},
{
"category": "general",
"text": "Quay 3.10.18",
"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-2026:2762",
"url": "https://access.redhat.com/errata/RHSA-2026:2762"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-34156",
"url": "https://access.redhat.com/security/cve/CVE-2024-34156"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45337",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45338",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-12816",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-15284",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-52881",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-65945",
"url": "https://access.redhat.com/security/cve/CVE-2025-65945"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66031",
"url": "https://access.redhat.com/security/cve/CVE-2025-66031"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66418",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66471",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-21441",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24049",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_2762.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Quay 3.10.18",
"tracking": {
"current_release_date": "2026-03-18T21:17:04+00:00",
"generator": {
"date": "2026-03-18T21:17:04+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2026:2762",
"initial_release_date": "2026-02-16T17:44:31+00:00",
"revision_history": [
{
"date": "2026-02-16T17:44:31+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-16T17:44:35+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T21:17:04+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Quay 3.1",
"product": {
"name": "Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quay:3.10::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Quay"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256%3Af006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770249889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770224116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256%3A27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770249881"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3Af7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770133631"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3Ac5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770991805"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3Ad8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770991340"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770133671"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256%3A363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770993022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770133646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3Ab54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1770249183"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1770224116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1770133631"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1770991340"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1770133671"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1770133646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1770249183"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1770224116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3Aaab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1770133631"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1770991340"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1770133671"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1770133646"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3Ab46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1770249183"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64 as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64 as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64 as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64 as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64 as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64 as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64 as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64 as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64 as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64 as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64",
"relates_to_product_reference": "Red Hat Quay 3.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-34156",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2024-09-06T21:20:09.377905+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2310528"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the encoding/gob package of the Golang standard library. Calling Decoder.Decoding, a message that contains deeply nested structures, can cause a panic due to stack exhaustion. This is a follow-up to CVE-2022-30635.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "encoding/gob: golang: Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in Go\u0027s `encoding/gob` package is of high severity because it exposes applications to potential Denial of Service (DoS) attacks through stack exhaustion. Since `gob` relies on recursive function calls to decode nested structures, an attacker could exploit this by sending crafted messages with excessively deep nesting, causing the application to panic due to stack overflow. This risk is particularly important in scenarios where untrusted or external input is processed, as it can lead to system unavailability or crashes, undermining the reliability and availability of services.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-34156"
},
{
"category": "external",
"summary": "RHBZ#2310528",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2310528"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34156",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34156"
},
{
"category": "external",
"summary": "https://go.dev/cl/611239",
"url": "https://go.dev/cl/611239"
},
{
"category": "external",
"summary": "https://go.dev/issue/69139",
"url": "https://go.dev/issue/69139"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/S9POB9NCTdk",
"url": "https://groups.google.com/g/golang-dev/c/S9POB9NCTdk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3106",
"url": "https://pkg.go.dev/vuln/GO-2024-3106"
}
],
"release_date": "2024-09-06T21:15:12.020000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T17:44:31+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2762"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "encoding/gob: golang: Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion"
},
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T17:44:31+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2762"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
},
{
"cve": "CVE-2024-45338",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2024-12-18T21:00:59.938173+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "RHBZ#2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://go.dev/cl/637536",
"url": "https://go.dev/cl/637536"
},
{
"category": "external",
"summary": "https://go.dev/issue/70906",
"url": "https://go.dev/issue/70906"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ",
"url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3333",
"url": "https://pkg.go.dev/vuln/GO-2024-3333"
}
],
"release_date": "2024-12-18T20:38:22.660000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T17:44:31+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2762"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html"
},
{
"cve": "CVE-2025-12816",
"cwe": {
"id": "CWE-179",
"name": "Incorrect Behavior Order: Early Validation"
},
"discovery_date": "2025-11-25T20:01:05.875196+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417097"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-forge. This vulnerability allows unauthenticated attackers to bypass downstream cryptographic verifications and security decisions via crafting ASN.1 (Abstract Syntax Notation One) structures to desynchronize schema validations, yielding a semantic divergence.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products due to an interpretation conflict in the node-forge library. An unauthenticated attacker could exploit this flaw by crafting malicious ASN.1 structures, leading to a bypass of cryptographic verifications and security decisions in affected applications. This impacts various Red Hat products that utilize node-forge for cryptographic operations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "RHBZ#2417097",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417097"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-12816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12816"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge",
"url": "https://github.com/digitalbazaar/forge"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/pull/1124",
"url": "https://github.com/digitalbazaar/forge/pull/1124"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq"
},
{
"category": "external",
"summary": "https://kb.cert.org/vuls/id/521113",
"url": "https://kb.cert.org/vuls/id/521113"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/node-forge",
"url": "https://www.npmjs.com/package/node-forge"
}
],
"release_date": "2025-11-25T19:15:50.243000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T17:44:31+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2762"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications"
},
{
"cve": "CVE-2025-15284",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-29T23:00:58.541337+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425946"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in qs, a module used for parsing query strings. A remote attacker can exploit an improper input validation vulnerability by sending specially crafted HTTP requests that use bracket notation (e.g., `a[]=value`). This bypasses the `arrayLimit` option, which is designed to limit the size of parsed arrays and prevent resource exhaustion. Successful exploitation can lead to memory exhaustion, causing a Denial of Service (DoS) where the application crashes or becomes unresponsive, making the service unavailable to users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "qs: qs: Denial of Service via improper input validation in array parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products that utilize the `qs` module for parsing query strings, particularly when processing user-controlled input with bracket notation. The `arrayLimit` option, intended to prevent resource exhaustion, is bypassed when bracket notation (`a[]=value`) is used, allowing a remote attacker to cause a denial of service through memory exhaustion. This can lead to application crashes or unresponsiveness, making the service unavailable.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "RHBZ#2425946",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425946"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15284"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9",
"url": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p",
"url": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p"
}
],
"release_date": "2025-12-29T22:56:45.240000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T17:44:31+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2762"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "qs: qs: Denial of Service via improper input validation in array parsing"
},
{
"cve": "CVE-2025-52881",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.652000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404715"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "RHBZ#2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/selinux/pull/237",
"url": "https://github.com/opencontainers/selinux/pull/237"
}
],
"release_date": "2025-11-05T09:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T17:44:31+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2762"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using rootless containers, as doing so will block most of the inadvertent writes (runc would run with reduced privileges, making attempts to write to procfs files ineffective).\n* Based on our analysis, neither AppArmor or SELinux can protect against the full version of the redirected write attack. The container runtime is generally privileged enough to write to arbitrary procfs files, which is more than sufficient to cause a container breakout.",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T17:44:31+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2762"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-65945",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2025-12-04T19:01:14.733682+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418904"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in auth0/node-jws. This vulnerability allows improper signature verification via using the HS256 (Hash-based Message Authentication Code using SHA-256) algorithm under specific conditions, where applications use the jws.createVerify() function for HMAC (Keyed-Hash Message Authentication Code) algorithms and user-provided data from the JSON (JavaScript Object Notation) Web Signature protected header or payload in HMAC secret lookup routines.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-jws: auth0/node-jws: Improper signature verification in HS256 algorithm",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-65945"
},
{
"category": "external",
"summary": "RHBZ#2418904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418904"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-65945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65945"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-65945",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65945"
},
{
"category": "external",
"summary": "https://github.com/auth0/node-jws/commit/34c45b2c04434f925b638de6a061de9339c0ea2e",
"url": "https://github.com/auth0/node-jws/commit/34c45b2c04434f925b638de6a061de9339c0ea2e"
},
{
"category": "external",
"summary": "https://github.com/auth0/node-jws/security/advisories/GHSA-869p-cjfg-cm3x",
"url": "https://github.com/auth0/node-jws/security/advisories/GHSA-869p-cjfg-cm3x"
}
],
"release_date": "2025-12-04T18:45:37.517000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T17:44:31+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2762"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-jws: auth0/node-jws: Improper signature verification in HS256 algorithm"
},
{
"cve": "CVE-2025-66031",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2025-11-26T23:01:36.363253+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417397"
}
],
"notes": [
{
"category": "description",
"text": "An ASN.1 Denial of Service (Dos) vulnerability exists in the node-forge asn1.fromDer function within forge/lib/asn1.js. The ASN.1 DER parser implementation (_fromDer) recurses for every constructed ASN.1 value (SEQUENCE, SET, etc.) and lacks a guard limiting recursion depth. An attacker can craft a small DER blob containing a very large nesting depth of constructed TLVs which causes the Node.js V8 engine to exhaust its call stack and throw RangeError: Maximum call stack size exceeded, crashing or incapacitating the process handling the parse. This is a remote, low-cost Denial-of-Service against applications that parse untrusted ASN.1 objects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: node-forge ASN.1 Unbounded Recursion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66031"
},
{
"category": "external",
"summary": "RHBZ#2417397",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417397"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66031"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66031",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66031"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/commit/260425c6167a38aae038697132483b5517b26451",
"url": "https://github.com/digitalbazaar/forge/commit/260425c6167a38aae038697132483b5517b26451"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-554w-wpv2-vw27",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-554w-wpv2-vw27"
}
],
"release_date": "2025-11-26T22:23:26.013000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T17:44:31+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2762"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "node-forge: node-forge ASN.1 Unbounded Recursion"
},
{
"cve": "CVE-2025-66418",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-05T17:01:20.277857+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419455"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3 Python library that could lead to a Denial of Service condition. A remote, malicious server can exploit this flaw by responding to a client request with an HTTP message that uses an excessive number of chained compression algorithms. This unlimited decompression chain causes the client system to consume a virtually unbounded amount of CPU resources and memory. The high resource usage leads to service disruption, making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "RHBZ#2419455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66418"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8",
"url": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53"
}
],
"release_date": "2025-12-05T16:02:15.271000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T17:44:31+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2762"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion"
},
{
"cve": "CVE-2025-66471",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2025-12-05T17:02:21.597728+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419467"
}
],
"notes": [
{
"category": "description",
"text": "A decompression handling flaw has been discovered in urllib3. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data; CWE-409) on the client side, even if the application only requested a small chunk of data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 Streaming API improperly handles highly compressed data",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "RHBZ#2419467",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419467"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66471"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7",
"url": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37"
}
],
"release_date": "2025-12-05T16:06:08.531000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T17:44:31+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2762"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 Streaming API improperly handles highly compressed data"
},
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T17:44:31+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2762"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
},
{
"cve": "CVE-2026-21441",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-01-07T23:01:59.422078+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427726"
}
],
"notes": [
{
"category": "description",
"text": "urllib3 is an HTTP client library for Python. urllib3\u0027s streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. urllib3 can perform decoding or decompression based on the HTTP `Content-Encoding` header (e.g., `gzip`, `deflate`, `br`, or `zstd`). When using the streaming API, the library decompresses only the necessary bytes, enabling partial content consumption. Starting in version 1.22 and prior to version 2.6.3, for HTTP redirect responses, the library would read the entire response body to drain the connection and decompress the content unnecessarily. This decompression occurred even before any read methods were called, and configured read limits did not restrict the amount of decompressed data. As a result, there was no safeguard against decompression bombs. A malicious server could exploit this to trigger excessive resource consumption on the client. Applications and libraries are affected when they stream content from untrusted sources by setting `preload_content=False` when they do not disable redirects. Users should upgrade to at least urllib3 v2.6.3, in which the library does not decode content of redirect responses when `preload_content=False`. If upgrading is not immediately possible, disable redirects by setting `redirect=False` for requests to untrusted source.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "RHBZ#2427726",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427726"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b",
"url": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99"
}
],
"release_date": "2026-01-07T22:09:01.936000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T17:44:31+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2762"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)"
},
{
"cve": "CVE-2026-24049",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-01-22T05:00:54.709179+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431959"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw has been discovered in the python wheel too. The unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the filename from the archive header for the chmod operation, even though the extraction process itself might have sanitized the path. Attackers can craft a malicious wheel file that, when unpacked, changes the permissions of critical system files (e.g., /etc/passwd, SSH keys, config files), allowing for Privilege Escalation or arbitrary code execution by modifying now-writable scripts.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "RHBZ#2431959",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431959"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24049"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef",
"url": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/releases/tag/0.46.2",
"url": "https://github.com/pypa/wheel/releases/tag/0.46.2"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx",
"url": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx"
}
],
"release_date": "2026-01-22T04:02:08.706000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-16T17:44:31+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2762"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:191ca7ff2973addc6e654d85d8c764128aa0f314f5733673f884726f65d39cef_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:1c8cdc119d2774968249e45f44d6c6b8db7be5d1722a10370d6a5d8a610bdad3_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:31d6f3852e464d9e691d671ca9e31c7ffb74eac660f2dc1d174eb9541f77025b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:27c6e90239456e04b5d4788207c4b93d2a501e054c531817a5d9dd1d3050e88b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:085401485780294ee1030fcbcf9e5b27d424175539a3c6b58aa1510464506fac_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aab02c5996a8fc6b4a5ccc4c5fe8e104117ecdfb89053ad76c243f098636bf47_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f7db77081450f895a76d5f2bd14801cbfba5aeb8feabc6488686358312a006a9_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c5efa89a8889042a125561e20ce918feab88ed8bb2e82a6dbb8e63a48e188cee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:0ac2270f040425b228c5be29498fb3b7179cc1c2b89ffc498d0e533a1f215913_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:7fdd702d7a92b1ecad9e8aed2572c66144a8deb6b7796d422ae192442d35fecf_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:d8ed6625f531394ab4bad84d68e24226e887ecfbd09c57cc63e005879fb49525_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:f006b674a07b09680682842c3e0f6a543fb19865124bd0c23d3fe4faf75a86f8_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:0a1b0e6be074b935cc6dc0d4782cbcb0afa8e86e1fa1eda7a107994c933554ee_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:17cd981b26466b0ec48f051f9c9b9168af6780006031a128c7f7a03a5622b8ba_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:571a99e76806fd7d7fb805fac388fd450d9ef58a00a95f90c9dbdc32ed93c44c_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:363e7b4be994bc1aaae25be1b26e400631aad24e92a7a5ee7f9d2ca960cdb420_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0d396616e44ed9de0e390c19cd893fb39681d32a99f30c0187dfa54f1089e980_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:7b6239fb3d5ff13816e8c348addba581070cf104a81bf9b2019841594f30980b_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:8d7b4ba73bc93b1bc69027d37a5bdcf43dbc31a06b5f592d36ac5b9d2641a839_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:5cf58b1f54219b67c725f4a5066d9e757e7b5ece39d5de1a474a8be6a3490401_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b46b24ca0902be8f03b1ffa1b593ef55a4d92a9660adb4b8b4d0f44692431b93_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:b54b571ac2f245f1a2eb1c7cf0dff6bc24ca6b9706ab8ee2dca323d561238255_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking"
}
]
}
CERTFR-2026-AVI-0249
Vulnerability from certfr_avis - Published: 2026-03-06 - Updated: 2026-03-06
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | QRadar | QRadar Data Synchronization App versions antérieures à 3.3.0 | ||
| IBM | Db2 | DB2 Data Management Console versions antérieures à 3.1.13 | ||
| IBM | Tivoli | Tivoli Netcool/OMNIbus_GUI sans le dernier correctif de sécurité | ||
| IBM | Db2 | DB2 Recovery Expert versions antérieures à 5.5.0.1 Interim Fix 8 | ||
| IBM | Db2 | Db2 Warehouse on Cloud Pak for Data versions antérieures à 5.3.1 | ||
| IBM | Db2 | Db2 on Cloud Pak for Data versions antérieures à 5.3.1 | ||
| IBM | QRadar | QRadar Pre-Validation App versions antérieures à 2.0.2 |
| Title | Publication Time | Tags | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "QRadar Data Synchronization App versions ant\u00e9rieures \u00e0 3.3.0",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "DB2 Data Management Console versions ant\u00e9rieures \u00e0 3.1.13",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Tivoli Netcool/OMNIbus_GUI sans le dernier correctif de s\u00e9curit\u00e9",
"product": {
"name": "Tivoli",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "DB2 Recovery Expert versions ant\u00e9rieures \u00e0 5.5.0.1 Interim Fix 8",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 Warehouse on Cloud Pak for Data versions ant\u00e9rieures \u00e0 5.3.1",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 on Cloud Pak for Data versions ant\u00e9rieures \u00e0 5.3.1",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar Pre-Validation App versions ant\u00e9rieures \u00e0 2.0.2",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"name": "CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"name": "CVE-2021-33036",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33036"
},
{
"name": "CVE-2024-20919",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20919"
},
{
"name": "CVE-2023-21938",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21938"
},
{
"name": "CVE-2025-53547",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53547"
},
{
"name": "CVE-2025-36353",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36353"
},
{
"name": "CVE-2026-21933",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21933"
},
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2023-21843",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21843"
},
{
"name": "CVE-2026-21932",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21932"
},
{
"name": "CVE-2024-21235",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21235"
},
{
"name": "CVE-2018-14042",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14042"
},
{
"name": "CVE-2025-58190",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58190"
},
{
"name": "CVE-2024-6531",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6531"
},
{
"name": "CVE-2022-21426",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21426"
},
{
"name": "CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"name": "CVE-2023-38264",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38264"
},
{
"name": "CVE-2024-22201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22201"
},
{
"name": "CVE-2016-0703",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0703"
},
{
"name": "CVE-2025-5222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5222"
},
{
"name": "CVE-2025-27516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
},
{
"name": "CVE-2025-4447",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4447"
},
{
"name": "CVE-2024-21144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21144"
},
{
"name": "CVE-2024-55565",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55565"
},
{
"name": "CVE-2025-13867",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13867"
},
{
"name": "CVE-2025-2668",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2668"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2025-36427",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36427"
},
{
"name": "CVE-2024-23944",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23944"
},
{
"name": "CVE-2025-32386",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32386"
},
{
"name": "CVE-2024-35176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35176"
},
{
"name": "CVE-2023-21954",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21954"
},
{
"name": "CVE-2022-4304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4304"
},
{
"name": "CVE-2023-21939",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21939"
},
{
"name": "CVE-2024-20926",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20926"
},
{
"name": "CVE-2018-14040",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14040"
},
{
"name": "CVE-2025-32421",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32421"
},
{
"name": "CVE-2025-47944",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47944"
},
{
"name": "CVE-2024-3154",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3154"
},
{
"name": "CVE-2024-57980",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57980"
},
{
"name": "CVE-2024-12797",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12797"
},
{
"name": "CVE-2025-27219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27219"
},
{
"name": "CVE-2025-36384",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36384"
},
{
"name": "CVE-2025-36098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36098"
},
{
"name": "CVE-2025-45582",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45582"
},
{
"name": "CVE-2024-21068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21068"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2023-21830",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21830"
},
{
"name": "CVE-2024-50302",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50302"
},
{
"name": "CVE-2025-36184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36184"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"name": "CVE-2016-0800",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0800"
},
{
"name": "CVE-2024-3933",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3933"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2025-22121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22121"
},
{
"name": "CVE-2025-24970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24970"
},
{
"name": "CVE-2025-49128",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49128"
},
{
"name": "CVE-2025-22091",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22091"
},
{
"name": "CVE-2024-24791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24791"
},
{
"name": "CVE-2024-20921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20921"
},
{
"name": "CVE-2025-36247",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36247"
},
{
"name": "CVE-2024-8176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8176"
},
{
"name": "CVE-2025-36009",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36009"
},
{
"name": "CVE-2016-9318",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-9318"
},
{
"name": "CVE-2024-51479",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51479"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2026-23745",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23745"
},
{
"name": "CVE-2025-15467",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15467"
},
{
"name": "CVE-2022-21624",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21624"
},
{
"name": "CVE-2025-36070",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36070"
},
{
"name": "CVE-2022-46337",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46337"
},
{
"name": "CVE-2015-2716",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2716"
},
{
"name": "CVE-2024-43398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43398"
},
{
"name": "CVE-2024-29857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29857"
},
{
"name": "CVE-2023-45133",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45133"
},
{
"name": "CVE-2025-36428",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36428"
},
{
"name": "CVE-2025-41248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41248"
},
{
"name": "CVE-2025-21613",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21613"
},
{
"name": "CVE-2025-15284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15284"
},
{
"name": "CVE-2024-34447",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34447"
},
{
"name": "CVE-2022-40897",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40897"
},
{
"name": "CVE-2024-29025",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29025"
},
{
"name": "CVE-2025-36424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36424"
},
{
"name": "CVE-2025-36387",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36387"
},
{
"name": "CVE-2019-19921",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-19921"
},
{
"name": "CVE-2023-22081",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22081"
},
{
"name": "CVE-2025-64329",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64329"
},
{
"name": "CVE-2025-27903",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27903"
},
{
"name": "CVE-2015-1283",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-1283"
},
{
"name": "CVE-2025-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50106"
},
{
"name": "CVE-2025-37958",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37958"
},
{
"name": "CVE-2023-22041",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22041"
},
{
"name": "CVE-2022-21626",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21626"
},
{
"name": "CVE-2025-58057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58057"
},
{
"name": "CVE-2025-61727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61727"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2026-21925",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21925"
},
{
"name": "CVE-2024-26308",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26308"
},
{
"name": "CVE-2016-4472",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-4472"
},
{
"name": "CVE-2025-30754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30754"
},
{
"name": "CVE-2024-10917",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10917"
},
{
"name": "CVE-2024-9042",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9042"
},
{
"name": "CVE-2025-22233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22233"
},
{
"name": "CVE-2024-31141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-31141"
},
{
"name": "CVE-2025-30691",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30691"
},
{
"name": "CVE-2025-57822",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-57822"
},
{
"name": "CVE-2024-53113",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53113"
},
{
"name": "CVE-2024-30172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30172"
},
{
"name": "CVE-2025-67779",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67779"
},
{
"name": "CVE-2022-32743",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32743"
},
{
"name": "CVE-2025-55183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55183"
},
{
"name": "CVE-2024-51744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51744"
},
{
"name": "CVE-2024-38820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38820"
},
{
"name": "CVE-2024-12085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12085"
},
{
"name": "CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2025-6965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6965"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2023-22043",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22043"
},
{
"name": "CVE-2016-4658",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-4658"
},
{
"name": "CVE-2025-31133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31133"
},
{
"name": "CVE-2024-36621",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36621"
},
{
"name": "CVE-2024-23454",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23454"
},
{
"name": "CVE-2022-3510",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3510"
},
{
"name": "CVE-2022-3509",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3509"
},
{
"name": "CVE-2023-22067",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22067"
},
{
"name": "CVE-2025-55173",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55173"
},
{
"name": "CVE-2024-40635",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40635"
},
{
"name": "CVE-2024-48910",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-48910"
},
{
"name": "CVE-2024-8184",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8184"
},
{
"name": "CVE-2025-38086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38086"
},
{
"name": "CVE-2025-48068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48068"
},
{
"name": "CVE-2025-27152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27152"
},
{
"name": "CVE-2022-40609",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40609"
},
{
"name": "CVE-2018-5764",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-5764"
},
{
"name": "CVE-2024-50264",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50264"
},
{
"name": "CVE-2025-57752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-57752"
},
{
"name": "CVE-2024-21634",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21634"
},
{
"name": "CVE-2022-21628",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21628"
},
{
"name": "CVE-2025-38110",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38110"
},
{
"name": "CVE-2020-15115",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15115"
},
{
"name": "CVE-2024-21011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21011"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2025-22113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22113"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2025-5187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5187"
},
{
"name": "CVE-2026-1188",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1188"
},
{
"name": "CVE-2025-37797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37797"
},
{
"name": "CVE-2012-2098",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-2098"
},
{
"name": "CVE-2024-41909",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41909"
},
{
"name": "CVE-2024-45296",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45296"
},
{
"name": "CVE-2023-35887",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-35887"
},
{
"name": "CVE-2025-21587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21587"
},
{
"name": "CVE-2025-66471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66471"
},
{
"name": "CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"name": "CVE-2024-21147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21147"
},
{
"name": "CVE-2024-56332",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56332"
},
{
"name": "CVE-2024-25710",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25710"
},
{
"name": "CVE-2026-25765",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25765"
},
{
"name": "CVE-2025-7039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7039"
},
{
"name": "CVE-2022-29458",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29458"
},
{
"name": "CVE-2024-39908",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39908"
},
{
"name": "CVE-2025-27220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27220"
},
{
"name": "CVE-2024-29133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29133"
},
{
"name": "CVE-2025-55163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55163"
},
{
"name": "CVE-2024-35195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35195"
},
{
"name": "CVE-2025-38089",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38089"
},
{
"name": "CVE-2023-2727",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2727"
},
{
"name": "CVE-2024-12905",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12905"
},
{
"name": "CVE-2024-21140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21140"
},
{
"name": "CVE-2025-36425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36425"
},
{
"name": "CVE-2024-21094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21094"
},
{
"name": "CVE-2021-37404",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37404"
},
{
"name": "CVE-2025-58457",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58457"
},
{
"name": "CVE-2026-24842",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24842"
},
{
"name": "CVE-2025-47935",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47935"
},
{
"name": "CVE-2025-22085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22085"
},
{
"name": "CVE-2025-50537",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50537"
},
{
"name": "CVE-2026-23950",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23950"
},
{
"name": "CVE-2023-21937",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21937"
},
{
"name": "CVE-2024-52798",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52798"
},
{
"name": "CVE-2024-21626",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21626"
},
{
"name": "CVE-2025-30761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30761"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2023-43804",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43804"
},
{
"name": "CVE-2024-47535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47535"
},
{
"name": "CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"name": "CVE-2016-0704",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0704"
},
{
"name": "CVE-2023-33850",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33850"
},
{
"name": "CVE-2025-54410",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54410"
},
{
"name": "CVE-2025-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52565"
},
{
"name": "CVE-2023-2597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2597"
},
{
"name": "CVE-2022-29154",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29154"
},
{
"name": "CVE-2025-1767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1767"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-30698",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30698"
},
{
"name": "CVE-2021-22569",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22569"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2025-36001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36001"
},
{
"name": "CVE-2023-22045",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22045"
},
{
"name": "CVE-2025-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58056"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2024-21138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21138"
},
{
"name": "CVE-2024-47875",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47875"
},
{
"name": "CVE-2023-22049",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22049"
},
{
"name": "CVE-2025-47913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47913"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2018-14041",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14041"
},
{
"name": "CVE-2025-24294",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24294"
},
{
"name": "CVE-2025-29927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29927"
},
{
"name": "CVE-2024-25621",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25621"
},
{
"name": "CVE-2025-36365",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36365"
},
{
"name": "CVE-2023-42503",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42503"
},
{
"name": "CVE-2025-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27904"
},
{
"name": "CVE-2025-32387",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32387"
},
{
"name": "CVE-2025-58058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58058"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"name": "CVE-2023-5676",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5676"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"name": "CVE-2025-36442",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36442"
},
{
"name": "CVE-2024-28863",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28863"
},
{
"name": "CVE-2025-25193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25193"
},
{
"name": "CVE-2026-21945",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21945"
},
{
"name": "CVE-2024-21145",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21145"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2023-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21968"
},
{
"name": "CVE-2025-5889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5889"
},
{
"name": "CVE-2025-21905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21905"
},
{
"name": "CVE-2024-30171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30171"
},
{
"name": "CVE-2025-30749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30749"
},
{
"name": "CVE-2025-7339",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7339"
},
{
"name": "CVE-2025-14689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14689"
},
{
"name": "CVE-2025-27789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27789"
},
{
"name": "CVE-2023-21930",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21930"
},
{
"name": "CVE-2025-8916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8916"
},
{
"name": "CVE-2024-47072",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47072"
},
{
"name": "CVE-2024-20918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20918"
},
{
"name": "CVE-2025-41249",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41249"
},
{
"name": "CVE-2025-36366",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36366"
},
{
"name": "CVE-2025-36123",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36123"
},
{
"name": "CVE-2025-27900",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27900"
},
{
"name": "CVE-2025-0426",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0426"
},
{
"name": "CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"name": "CVE-2025-27899",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27899"
},
{
"name": "CVE-2025-64756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64756"
},
{
"name": "CVE-2023-22044",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22044"
},
{
"name": "CVE-2025-48997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48997"
},
{
"name": "CVE-2025-27901",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27901"
},
{
"name": "CVE-2022-45047",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45047"
},
{
"name": "CVE-2021-22570",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22570"
},
{
"name": "CVE-2024-21085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21085"
},
{
"name": "CVE-2025-48387",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48387"
},
{
"name": "CVE-2024-20945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20945"
},
{
"name": "CVE-2024-21131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21131"
},
{
"name": "CVE-2024-21210",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21210"
},
{
"name": "CVE-2025-27898",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27898"
},
{
"name": "CVE-2025-53057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53057"
},
{
"name": "CVE-2022-3171",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3171"
},
{
"name": "CVE-2023-2728",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2728"
},
{
"name": "CVE-2024-7143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7143"
},
{
"name": "CVE-2023-21967",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21967"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2022-21619",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21619"
},
{
"name": "CVE-2025-36407",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36407"
},
{
"name": "CVE-2025-7338",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7338"
},
{
"name": "CVE-2025-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53066"
},
{
"name": "CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"name": "CVE-2025-55184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55184"
},
{
"name": "CVE-2024-21217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21217"
},
{
"name": "CVE-2024-27267",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27267"
},
{
"name": "CVE-2025-59343",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59343"
},
{
"name": "CVE-2024-36623",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36623"
},
{
"name": "CVE-2024-20952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20952"
},
{
"name": "CVE-2024-36620",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36620"
},
{
"name": "CVE-2025-27221",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27221"
},
{
"name": "CVE-2021-20251",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20251"
},
{
"name": "CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"name": "CVE-2024-21208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21208"
},
{
"name": "CVE-2019-8331",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8331"
},
{
"name": "CVE-2025-66418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66418"
}
],
"initial_release_date": "2026-03-06T00:00:00",
"last_revision_date": "2026-03-06T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0249",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-03-06T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Injection de requ\u00eates ill\u00e9gitimes par rebond (CSRF)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": "2026-03-06",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7262753",
"url": "https://www.ibm.com/support/pages/node/7262753"
},
{
"published_at": "2026-03-06",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7262754",
"url": "https://www.ibm.com/support/pages/node/7262754"
},
{
"published_at": "2026-03-02",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7262324",
"url": "https://www.ibm.com/support/pages/node/7262324"
},
{
"published_at": "2026-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7262669",
"url": "https://www.ibm.com/support/pages/node/7262669"
},
{
"published_at": "2026-03-03",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7262494",
"url": "https://www.ibm.com/support/pages/node/7262494"
},
{
"published_at": "2026-03-04",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7262548",
"url": "https://www.ibm.com/support/pages/node/7262548"
},
{
"published_at": "2026-03-02",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7262325",
"url": "https://www.ibm.com/support/pages/node/7262325"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7259901",
"url": "https://www.ibm.com/support/pages/node/7259901"
}
]
}
GHSA-F83F-XPX7-FFPW
Vulnerability from github – Published: 2025-12-05 18:18 – Updated: 2025-12-05 18:18Function identity.extractIssuerURL currently splits (via a call to strings.Split) its argument (which is untrusted data) on periods.
As a result, in the face of a malicious request with an (invalid) OIDC identity token in the payload containing many period characters, a call to extractIssuerURL incurs allocations to the tune of O(n) bytes (where n stands for the length of the function's argument), with a constant factor of about 16. Relevant weakness: CWE-405: Asymmetric Resource Consumption (Amplification)
Details See identity.extractIssuerURL
Impact Excessive memory allocation
{
"affected": [
{
"database_specific": {
"last_known_affected_version_range": "\u003c= 1.8.2"
},
"package": {
"ecosystem": "Go",
"name": "github.com/sigstore/fulcio"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.8.3"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2025-66506"
],
"database_specific": {
"cwe_ids": [
"CWE-405"
],
"github_reviewed": true,
"github_reviewed_at": "2025-12-05T18:18:26Z",
"nvd_published_at": "2025-12-04T22:15:49Z",
"severity": "HIGH"
},
"details": "Function [identity.extractIssuerURL](https://github.com/sigstore/fulcio/blob/main/pkg/identity/issuerpool.go#L44-L45) currently splits (via a call to [strings.Split](https://pkg.go.dev/strings#Split)) its argument (which is untrusted data) on periods.\n\nAs a result, in the face of a malicious request with an (invalid) OIDC identity token in the payload containing many period characters, a call to `extractIssuerURL` incurs allocations to the tune of O(n) bytes (where n stands for the length of the function\u0027s argument), with a constant factor of about 16. Relevant weakness: [CWE-405: Asymmetric Resource Consumption (Amplification)](https://cwe.mitre.org/data/definitions/405.html)\n\nDetails\nSee [identity.extractIssuerURL](https://github.com/sigstore/fulcio/blob/main/pkg/identity/issuerpool.go#L44-L45)\n\nImpact\nExcessive memory allocation",
"id": "GHSA-f83f-xpx7-ffpw",
"modified": "2025-12-05T18:18:26Z",
"published": "2025-12-05T18:18:26Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"type": "WEB",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"type": "PACKAGE",
"url": "https://github.com/sigstore/fulcio"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
}
],
"summary": "Fulcio allocates excessive memory during token parsing"
}
WID-SEC-W-2026-0199
Vulnerability from csaf_certbund - Published: 2026-01-22 23:00 - Updated: 2026-02-16 23:00Notes
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Red Hat OpenShift ist eine \"Platform as a Service\" (PaaS) L\u00f6sung zur Bereitstellung von Applikationen in der Cloud.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Red Hat OpenShift Pipelines Operator ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Sonstiges\n- UNIX",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-0199 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-0199.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-0199 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-0199"
},
{
"category": "external",
"summary": "Red Hat Security Advisory vom 2026-01-22",
"url": "https://access.redhat.com/errata/RHSA-2026:1049"
},
{
"category": "external",
"summary": "RedHat Customer Portal vom 2026-01-22",
"url": "https://access.redhat.com/security/cve/cve-2025-66506"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1517 vom 2026-01-29",
"url": "https://access.redhat.com/errata/RHSA-2026:1517"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1730 vom 2026-02-02",
"url": "https://access.redhat.com/errata/RHSA-2026:1730"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1942 vom 2026-02-04",
"url": "https://access.redhat.com/errata/RHSA-2026:1942"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2106 vom 2026-02-05",
"url": "https://access.redhat.com/errata/RHSA-2026:2106"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2144 vom 2026-02-05",
"url": "https://access.redhat.com/errata/RHSA-2026:2144"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2136 vom 2026-02-05",
"url": "https://access.redhat.com/errata/RHSA-2026:2136"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2568 vom 2026-02-11",
"url": "https://access.redhat.com/errata/RHSA-2026:2568"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2762 vom 2026-02-16",
"url": "https://access.redhat.com/errata/RHSA-2026:2762"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2754 vom 2026-02-16",
"url": "https://access.redhat.com/errata/RHSA-2026:2754"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2695 vom 2026-02-16",
"url": "https://access.redhat.com/errata/RHSA-2026:2695"
}
],
"source_lang": "en-US",
"title": "Red Hat OpenShift Pipelines Operator (Fulcio): Schwachstelle erm\u00f6glicht Denial of Service",
"tracking": {
"current_release_date": "2026-02-16T23:00:00.000+00:00",
"generator": {
"date": "2026-02-17T09:00:52.052+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-0199",
"initial_release_date": "2026-01-22T23:00:00.000+00:00",
"revision_history": [
{
"date": "2026-01-22T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-01-28T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-02-02T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-02-04T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-02-05T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-02-11T23:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-02-16T23:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Red Hat aufgenommen"
}
],
"status": "final",
"version": "7"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"branches": [
{
"category": "product_version_range",
"name": "Pipelines Operator \u003c1.21.0",
"product": {
"name": "Red Hat OpenShift Pipelines Operator \u003c1.21.0",
"product_id": "T050269"
}
},
{
"category": "product_version",
"name": "Pipelines Operator 1.21.0",
"product": {
"name": "Red Hat OpenShift Pipelines Operator 1.21.0",
"product_id": "T050269-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:pipelines_operator__1.21.0"
}
}
}
],
"category": "product_name",
"name": "OpenShift"
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-66506",
"product_status": {
"known_affected": [
"67646",
"T050269"
]
},
"release_date": "2026-01-22T23:00:00.000+00:00",
"title": "CVE-2025-66506"
}
]
}
FKIE_CVE-2025-66506
Vulnerability from fkie_nvd - Published: 2025-12-04 22:15 - Updated: 2026-03-10 19:30| Vendor | Product | Version | |
|---|---|---|---|
| linuxfoundation | fulcio | * |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:linuxfoundation:fulcio:*:*:*:*:*:*:*:*",
"matchCriteriaId": "C4901884-0820-47DE-B4A7-E79A053D360D",
"versionEndExcluding": "1.8.3",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Fulcio is a free-to-use certificate authority for issuing code signing certificates for an OpenID Connect (OIDC) identity. Prior to 1.8.3, function identity.extractIssuerURL splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a malicious request with an (invalid) OIDC identity token in the payload containing many period characters, a call to extractIssuerURL incurs allocations to the tune of O(n) bytes (where n stands for the length of the function\u0027s argument), with a constant factor of about 16. This vulnerability is fixed in 1.8.3."
}
],
"id": "CVE-2025-66506",
"lastModified": "2026-03-10T19:30:53.470",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
},
"published": "2025-12-04T22:15:49.503",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Patch"
],
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"source": "security-advisories@github.com",
"tags": [
"Vendor Advisory"
],
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-405"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
}
Sightings
| Author | Source | Type | Date |
|---|
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.